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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 11:44:41
  Author: heftig
Revision: 105446

4.8.2-8

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 02:43:55 UTC (rev 105445)
+++ PKGBUILD2014-02-08 10:44:41 UTC (rev 105446)
@@ -8,14 +8,14 @@
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.8.2
 _pkgver=4.8
-pkgrel=7
-_snapshot=4.8-20131219
+pkgrel=8
+_snapshot=4.8-20140206
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url=http://gcc.gnu.org;
-makedepends=('binutils-multilib=2.23' 'libmpc' 'cloog' 'gcc-ada-multilib' 
'doxygen'
- 'lib32-glibc=2.17')
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.19')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
@@ -22,7 +22,7 @@
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 gcc-4.8-filename-output.patch
 gcc-4.8-lambda-ICE.patch)
-md5sums=('666ef08f87649f941bc5512e13a88fdc'
+md5sums=('9d35549404a2326540fb88301ebd1977'
  '40cb437805e2f7a006aa0d0c3098ab0f'
  '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
 
@@ -106,7 +106,7 @@
 package_lib32-gcc-libs()
 {
   pkgdesc=Runtime libraries shipped by GCC (32-bit)
-  depends=('lib32-glibc=2.17')
+  depends=('lib32-glibc=2.19')
   options=('!emptydirs')
 
   cd ${srcdir}/gcc-build
@@ -138,7 +138,7 @@
 package_gcc-libs-multilib()
 {
   pkgdesc=Runtime libraries shipped by GCC for multilib
-  depends=('glibc=2.17' lib32-gcc-libs=$pkgver-$pkgrel)
+  depends=('glibc=2.19' lib32-gcc-libs=$pkgver-$pkgrel)
   provides=(gcc-libs=$pkgver-$pkgrel)
   conflicts=('gcc-libs')
   options=('!emptydirs')
@@ -184,7 +184,7 @@
 package_gcc-multilib()
 {
   pkgdesc=The GNU Compiler Collection - C and C++ frontends for multilib
-  depends=(gcc-libs-multilib=$pkgver-$pkgrel 'binutils-multilib=2.23' 
'libmpc' 'cloog')
+  depends=(gcc-libs-multilib=$pkgver-$pkgrel 'binutils=2.24' 'libmpc' 
'cloog')
   groups=('multilib-devel')
   options=('staticlibs')
   provides=(gcc=$pkgver-$pkgrel)
@@ -338,17 +338,17 @@
 
   ln -s gcc ${pkgdir}/usr/bin/gnatgcc
 
-  # insist on dynamic linking
+  # insist on dynamic linking, but keep static libraries because gnatmake 
complains
   mv ${pkgdir}/${_libdir}/adalib/libgna{rl,t}-${_pkgver}.so ${pkgdir}/usr/lib
   ln -s libgnarl-${_pkgver}.so ${pkgdir}/usr/lib/libgnarl.so
   ln -s libgnat-${_pkgver}.so ${pkgdir}/usr/lib/libgnat.so
-  rm ${pkgdir}/${_libdir}/adalib/libgna{rl,t}.*
+  rm ${pkgdir}/${_libdir}/adalib/libgna{rl,t}.so
 
   install -d ${pkgdir}/usr/lib32/
   mv ${pkgdir}/${_libdir}/32/adalib/libgna{rl,t}-${_pkgver}.so 
${pkgdir}/usr/lib32
   ln -s libgnarl-${_pkgver}.so ${pkgdir}/usr/lib32/libgnarl.so
   ln -s libgnat-${_pkgver}.so ${pkgdir}/usr/lib32/libgnat.so
-  rm ${pkgdir}/${_libdir}/32/adalib/libgna{rl,t}.*
+  rm ${pkgdir}/${_libdir}/32/adalib/libgna{rl,t}.so
 
   # Install Runtime Library Exception
   install -d ${pkgdir}/usr/share/licenses/gcc-ada-multilib/



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

2014-02-08 Thread Laurent Carlier
Date: Saturday, February 8, 2014 @ 12:06:51
  Author: lcarlier
Revision: 105447

prepare for the lib32-glibc-2.19 rebuild

Added:
  valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.19.patch
Modified:
  valgrind-multilib/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 valgrind-3.9.0-glibc-2.19.patch |   37 +
 2 files changed, 49 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 10:44:41 UTC (rev 105446)
+++ PKGBUILD2014-02-08 11:06:51 UTC (rev 105447)
@@ -4,19 +4,27 @@
 
 pkgname=valgrind-multilib
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool to help find memory-management problems in programs for 
multilib
 arch=('x86_64')
 license=('GPL')
 url=http://valgrind.org/;
-depends=('lib32-glibc=2.18' 'lib32-glibc2.19' 'perl')
+depends=('lib32-glibc=2.19' 'lib32-glibc2.20' 'perl')
 makedepends=('gdb' 'gcc-multilib')
 options=('staticlibs' '!emptydirs')
 provides=('valgrind')
 conflicts=('valgrind')
-source=(http://valgrind.org/downloads/valgrind-${pkgver}.tar.bz2)
-md5sums=('0947de8112f946b9ce64764af7be6df2')
+source=(http://valgrind.org/downloads/valgrind-${pkgver}.tar.bz2
+valgrind-3.9.0-glibc-2.19.patch)
+md5sums=('0947de8112f946b9ce64764af7be6df2'
+ '21020338ad5a93e6f9694946183e8835')
 
+prepare() {
+  cd ${srcdir}/valgrind-${pkgver}
+
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.19.patch
+}
+
 build() {
   cd ${srcdir}/valgrind-${pkgver}
 

Added: valgrind-3.9.0-glibc-2.19.patch
===
--- valgrind-3.9.0-glibc-2.19.patch (rev 0)
+++ valgrind-3.9.0-glibc-2.19.patch 2014-02-08 11:06:51 UTC (rev 105447)
@@ -0,0 +1,37 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,16 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.19)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.19 family 5
++$as_echo 2.19 family 6; }
++
++$as_echo #define GLIBC_2_19 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; }
+diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
+--- valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
 valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
+@@ -918,6 +918,13 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.19)
++  AC_MSG_RESULT(2.19 family)
++  AC_DEFINE([GLIBC_2_19], 1, [Define to 1 if you're using glibc 2.19.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   AC_MSG_RESULT(Darwin)
+   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])



[arch-commits] Commit in lib32-glibc/trunk (10 files)

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:23:01
  Author: heftig
Revision: 105448

2.19-1

Modified:
  lib32-glibc/trunk/PKGBUILD
Deleted:
  lib32-glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
  lib32-glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch
  lib32-glibc/trunk/glibc-2.18-make-4.patch
  lib32-glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
  lib32-glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
  lib32-glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch
  lib32-glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch
  lib32-glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
  lib32-glibc/trunk/glibc-2.18-strstr-hackfix.patch

---+
 PKGBUILD  |   53 -
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   41 
 glibc-2.18-getaddrinfo-assertion.patch|   39 
 glibc-2.18-make-4.patch   |   45 -
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |   54 -
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  485 ---
 glibc-2.18-readdir_r-CVE-2013-4237.patch  |  281 --
 glibc-2.18-scanf-parse-0e-0.patch |   67 -
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch   | 1004 
 glibc-2.18-strstr-hackfix.patch   |   13 
 10 files changed, 4 insertions(+), 2078 deletions(-)

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


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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:27:07
  Author: heftig
Revision: 205583

remove obsolete patches

Deleted:
  valgrind/trunk/valgrind-3.8.1-glibc-2.18.patch
  valgrind/trunk/valgrind-3.8.1-ptrace-build-fix.patch
  valgrind/trunk/valgrind-3.8.1-xaddb.patch

---+
 valgrind-3.8.1-glibc-2.18.patch   |   33 -
 valgrind-3.8.1-ptrace-build-fix.patch |   78 
 valgrind-3.8.1-xaddb.patch|   34 -
 3 files changed, 145 deletions(-)

Deleted: valgrind-3.8.1-glibc-2.18.patch
===
--- valgrind-3.8.1-glibc-2.18.patch 2014-02-08 02:57:25 UTC (rev 205582)
+++ valgrind-3.8.1-glibc-2.18.patch 2014-02-08 11:27:07 UTC (rev 205583)
@@ -1,33 +0,0 @@
-diff -Naur valgrind-3.8.1-orig/configure.in valgrind-3.8.1/configure.in
 valgrind-3.8.1-orig/configure.in   2013-08-13 22:36:20.201676976 +1000
-+++ valgrind-3.8.1/configure.in2013-08-13 22:38:18.402750093 +1000
-@@ -906,6 +906,20 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.17)
-+  AC_MSG_RESULT(2.17 family)
-+  AC_DEFINE([GLIBC_2_17], 1, [Define to 1 if you're using glibc 2.17.x])
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-+ 2.18)
-+  AC_MSG_RESULT(2.18 family)
-+  AC_DEFINE([GLIBC_2_18], 1, [Define to 1 if you're using glibc 2.18.x])
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-  darwin)
-   AC_MSG_RESULT(Darwin)
-   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])
-@@ -919,7 +933,7 @@
- 
-  *)
-   AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}])
--  AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.16])
-+  AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.18])
-   AC_MSG_ERROR([or Darwin libc])
-   ;;
- esac

Deleted: valgrind-3.8.1-ptrace-build-fix.patch
===
--- valgrind-3.8.1-ptrace-build-fix.patch   2014-02-08 02:57:25 UTC (rev 
205582)
+++ valgrind-3.8.1-ptrace-build-fix.patch   2014-02-08 11:27:07 UTC (rev 
205583)
@@ -1,78 +0,0 @@
-Index: coregrind/vgdb.c
-===
 coregrind/vgdb.c   (revision 13470)
-+++ coregrind/vgdb.c   (revision 13471)
-@@ -100,11 +100,10 @@
- 
- #if defined(PTRACEINVOKER)
- #include sys/user.h
- #if defined(VGO_linux)
- #  include sys/prctl.h
--#  include linux/ptrace.h
- #endif
- #endif
- 
- 
- // Outputs information for the user about ptrace not working.
-
-Index: coregrind/vgdb.c
-===
 coregrind/vgdb.c   (revision 13481)
-+++ coregrind/vgdb.c   (revision 13482)
-@@ -691,7 +691,7 @@
- //   runtime check not yet done.
- //   0 : PTRACE_GETREGS runtime check has failed.
- //   1 : PTRACE_GETREGS defined and runtime check ok.
--#ifdef PTRACE_GETREGS
-+#ifdef HAVE_PTRACE_GETREGS
- static int has_working_ptrace_getregs = -1;
- #endif
- 
-@@ -702,7 +702,7 @@
- Bool getregs (int pid, void *regs, long regs_bsz)
- {
-DEBUG(1, getregs regs_bsz %ld\n, regs_bsz);
--#  ifdef PTRACE_GETREGS
-+#  ifdef HAVE_PTRACE_GETREGS
-if (has_working_ptrace_getregs) {
-   // Platforms having GETREGS
-   long res;
-@@ -773,7 +773,7 @@
-DEBUG(1, setregs regs_bsz %ld\n, regs_bsz);
- // Note : the below is checking for GETREGS, not SETREGS
- // as if one is defined and working, the other one should also work.
--#  ifdef PTRACE_GETREGS
-+#  ifdef HAVE_PTRACE_GETREGS
-if (has_working_ptrace_getregs) {
-   // Platforms having SETREGS
-   long res;
-Index: configure.in
-===
 configure.in   (revision 13481)
-+++ configure.in   (revision 13482)
-@@ -1040,6 +1040,25 @@
- 
- AM_CONDITIONAL([HAVE_GNU_STPNCPY], [test x$ac_have_gnu_stpncpy = xyes])
- 
-+# Check for PTRACE_GETREGS
-+
-+AC_MSG_CHECKING([for PTRACE_GETREGS])
-+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-+#include stddef.h
-+#include sys/ptrace.h
-+#include sys/user.h
-+]], [[
-+  void *p;
-+  long res = ptrace (PTRACE_GETREGS, 0, p, p);
-+]])], [
-+AC_MSG_RESULT([yes])
-+AC_DEFINE([HAVE_PTRACE_GETREGS], 1,
-+  [Define to 1 if you have the `PTRACE_GETREGS' ptrace request.])
-+], [
-+AC_MSG_RESULT([no])
-+])
-+
-+
- # Check for CLOCK_MONOTONIC
- 
- AC_MSG_CHECKING([for CLOCK_MONOTONIC])

Deleted: valgrind-3.8.1-xaddb.patch
===
--- valgrind-3.8.1-xaddb.patch  2014-02-08 02:57:25 UTC 

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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:28:23
  Author: heftig
Revision: 105449

adjust whitespace to match core/valgrind

Modified:
  valgrind-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 11:23:01 UTC (rev 105448)
+++ PKGBUILD2014-02-08 11:28:23 UTC (rev 105449)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 
 pkgname=valgrind-multilib
 pkgver=3.9.0
@@ -21,7 +21,6 @@
 
 prepare() {
   cd ${srcdir}/valgrind-${pkgver}
-
   patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.19.patch
 }
 
@@ -35,7 +34,5 @@
 
 package() {
   cd ${srcdir}/valgrind-${pkgver}
-
   make DESTDIR=${pkgdir} install
 }
-



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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:33:49
  Author: heftig
Revision: 105450

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glibc/repos/multilib-testing-x86_64/
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 105449, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-xattr-compat-hack.patch
(from rev 105449, lib32-glibc/trunk/glibc-2.18-xattr-compat-hack.patch)
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf
(from rev 105449, lib32-glibc/trunk/lib32-glibc.conf)

+
 PKGBUILD   |  136 +++
 glibc-2.18-xattr-compat-hack.patch |   19 
 lib32-glibc.conf   |1 
 3 files changed, 156 insertions(+)

Copied: lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD (from rev 105449, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-02-08 11:33:49 UTC (rev 105450)
@@ -0,0 +1,136 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: 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
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.19
+pkgrel=1
+pkgdesc=GNU C Library for multilib
+arch=('x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+makedepends=('gcc-multilib=4.7')
+options=('!strip' '!emptydirs' 'staticlibs')
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.18-xattr-compat-hack.patch
+lib32-glibc.conf)
+md5sums=('e26b8cc666b162f999404b03970f14e4'
+ 'SKIP'
+ '7ca96c68a37f2a4ab91792bfa0160a24'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  # hack fix for {linux,sys}/xattr.h incompatibility
+  patch -p1 -i $srcdir/glibc-2.18-xattr-compat-hack.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = i686 ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
+  #fi
+
+  echo slibdir=/usr/lib32  configparms
+  echo sbindir=/usr/bin  configparms
+  echo rootsbindir=/usr/bin  configparms
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons=nptl,libidn \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo build-programs=no  configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i /build-programs=/s#no#yes# configparms
+  echo CC += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
+  echo CXX += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '4,6d' configparms
+}
+
+check() {
+  # the linker commands need to be reordered - fixed in 2.19
+  LDFLAGS=${LDFLAGS/--as-needed,/}
+
+  cd ${srcdir}/glibc-build
+  make check
+}
+
+package() {
+  cd ${srcdir}/glibc-build
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need one 32 bit specific header file
+  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
+
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 $srcdir/lib32-glibc.conf 
$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf
+
+  # Symlink /usr/lib32/locale to /usr/lib/locale
+  ln -s ../lib/locale $pkgdir/usr/lib32/locale
+
+  # remove the static libraries that have a shared counterpart
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
+
+  # Do not strip the following files for improved debugging support
+  # (improved as in not breaking gdb and valgrind...):
+  #   ld-${pkgver}.so
+  #   libc-${pkgver}.so
+  #   libpthread-${pkgver}.so
+  #   libthread_db-1.0.so
+
+  cd $pkgdir
+  strip 

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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:47:58
  Author: heftig
Revision: 105451

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 105450, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-filename-output.patch
(from rev 105450, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 105450, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 105450, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 105450, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 105450, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 105450, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 105450, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  378 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 522 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 105450, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-02-08 11:47:58 UTC (rev 105451)
@@ -0,0 +1,378 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: 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-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.8.2
+_pkgver=4.8
+pkgrel=8
+_snapshot=4.8-20140206
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.19')
+checkdepends=('dejagnu' 'inetutils')
+options=('!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
+gcc-4.8-filename-output.patch
+gcc-4.8-lambda-ICE.patch)
+md5sums=('9d35549404a2326540fb88301ebd1977'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+  
+  # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279
+  patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch
+
+  # installing libiberty headers is broken
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780#c6
+  sed -i 's#@target_header_dir@#libiberty#' libiberty/Makefile.in
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-plugin 

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

2014-02-08 Thread Jan Steffens
Date: Saturday, February 8, 2014 @ 12:50:40
  Author: heftig
Revision: 105452

archrelease: copy trunk to multilib-testing-x86_64

Added:
  valgrind-multilib/repos/multilib-testing-x86_64/
  valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 105451, valgrind-multilib/trunk/PKGBUILD)
  
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.19.patch
(from rev 105451, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.19.patch)

-+
 PKGBUILD|   38 ++
 valgrind-3.9.0-glibc-2.19.patch |   37 +
 2 files changed, 75 insertions(+)

Copied: valgrind-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
105451, valgrind-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-02-08 11:50:40 UTC (rev 105452)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=valgrind-multilib
+pkgver=3.9.0
+pkgrel=2
+pkgdesc=A tool to help find memory-management problems in programs for 
multilib
+arch=('x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('lib32-glibc=2.19' 'lib32-glibc2.20' 'perl')
+makedepends=('gdb' 'gcc-multilib')
+options=('staticlibs' '!emptydirs')
+provides=('valgrind')
+conflicts=('valgrind')
+source=(http://valgrind.org/downloads/valgrind-${pkgver}.tar.bz2
+valgrind-3.9.0-glibc-2.19.patch)
+md5sums=('0947de8112f946b9ce64764af7be6df2'
+ '21020338ad5a93e6f9694946183e8835')
+
+prepare() {
+  cd ${srcdir}/valgrind-${pkgver}
+  patch -p1 -i $srcdir/valgrind-3.9.0-glibc-2.19.patch
+}
+
+build() {
+  cd ${srcdir}/valgrind-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd ${srcdir}/valgrind-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
valgrind-multilib/repos/multilib-testing-x86_64/valgrind-3.9.0-glibc-2.19.patch 
(from rev 105451, valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.19.patch)
===
--- multilib-testing-x86_64/valgrind-3.9.0-glibc-2.19.patch 
(rev 0)
+++ multilib-testing-x86_64/valgrind-3.9.0-glibc-2.19.patch 2014-02-08 
11:50:40 UTC (rev 105452)
@@ -0,0 +1,37 @@
+diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
+--- valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
 valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
+@@ -6689,6 +6689,16 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.19)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.19 family 5
++$as_echo 2.19 family 6; }
++
++$as_echo #define GLIBC_2_19 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; }
+diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
+--- valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
 valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
+@@ -918,6 +918,13 @@
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.19)
++  AC_MSG_RESULT(2.19 family)
++  AC_DEFINE([GLIBC_2_19], 1, [Define to 1 if you're using glibc 2.19.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   AC_MSG_RESULT(Darwin)
+   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])



[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2014-02-08 Thread Andreas Radke
Date: Saturday, February 8, 2014 @ 13:11:50
  Author: andyrtr
Revision: 205589

upgpkg: shared-mime-info 1.2-2

fix slowness with pacman - FS#38836

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 11:54:45 UTC (rev 205588)
+++ PKGBUILD2014-02-08 12:11:50 UTC (rev 205589)
@@ -3,10 +3,10 @@
 
 pkgname=shared-mime-info
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org Shared MIME Info
 arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
 depends=('libxml2' 'glib2')
 makedepends=('intltool' 'pkgconfig')
 install=shared-mime-info.install
@@ -17,6 +17,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
   ./configure --prefix=/usr --disable-update-mimedb
   make
 }



[arch-commits] Commit in shared-mime-info/repos (6 files)

2014-02-08 Thread Andreas Radke
Date: Saturday, February 8, 2014 @ 13:12:09
  Author: andyrtr
Revision: 205590

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

Added:
  shared-mime-info/repos/testing-i686/
  shared-mime-info/repos/testing-i686/PKGBUILD
(from rev 205589, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/testing-i686/shared-mime-info.install
(from rev 205589, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/testing-x86_64/
  shared-mime-info/repos/testing-x86_64/PKGBUILD
(from rev 205589, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/testing-x86_64/shared-mime-info.install
(from rev 205589, shared-mime-info/trunk/shared-mime-info.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/shared-mime-info.install   |   15 
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/shared-mime-info.install |   15 
 4 files changed, 100 insertions(+)

Copied: shared-mime-info/repos/testing-i686/PKGBUILD (from rev 205589, 
shared-mime-info/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-08 12:12:09 UTC (rev 205590)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=shared-mime-info
+pkgver=1.2
+pkgrel=2
+pkgdesc=Freedesktop.org Shared MIME Info
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url=http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('8f90f3f2b8478fa47e70678d34013f99')
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: shared-mime-info/repos/testing-i686/shared-mime-info.install (from rev 
205589, shared-mime-info/trunk/shared-mime-info.install)
===
--- testing-i686/shared-mime-info.install   (rev 0)
+++ testing-i686/shared-mime-info.install   2014-02-08 12:12:09 UTC (rev 
205590)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null 21
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if [ -d usr/share/mime ]; then
+rm -f 
usr/share/mime/{globs,globs2,icons,treemagic,generic-icons,types,magic,XMLnamespaces,subclasses,aliases,mime.cache}
+rm -rf 
usr/share/mime/{application,audio,image,inode,message,model,multipart,text,video,x-content,x-epoc}
+rmdir --ignore-fail-on-non-empty usr/share/mime
+  fi
+}

Copied: shared-mime-info/repos/testing-x86_64/PKGBUILD (from rev 205589, 
shared-mime-info/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-08 12:12:09 UTC (rev 205590)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=shared-mime-info
+pkgver=1.2
+pkgrel=2
+pkgdesc=Freedesktop.org Shared MIME Info
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url=http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('8f90f3f2b8478fa47e70678d34013f99')
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: shared-mime-info/repos/testing-x86_64/shared-mime-info.install (from 
rev 205589, shared-mime-info/trunk/shared-mime-info.install)
===
--- testing-x86_64/shared-mime-info.install (rev 0)
+++ testing-x86_64/shared-mime-info.install 2014-02-08 12:12:09 UTC (rev 
205590)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null 21
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if [ -d usr/share/mime ]; then
+rm -f 

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

2014-02-08 Thread Jelle van der Waa
Date: Saturday, February 8, 2014 @ 13:21:12
  Author: jelle
Revision: 105454

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 105453, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 105453, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 105453, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 105453, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 105453, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 105453, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 105453, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 105453, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  240 +++
 community-i686/PKGBUILD|   89 --
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  119 -
 community-x86_64/PKGBUILD  |   89 --
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  119 -
 12 files changed, 498 insertions(+), 496 deletions(-)

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


[arch-commits] Commit in calibre/trunk (PKGBUILD desktop_integration.patch)

2014-02-08 Thread Jelle van der Waa
Date: Saturday, February 8, 2014 @ 13:20:57
  Author: jelle
Revision: 105453

upgpkg: calibre 1.23.0-1

Modified:
  calibre/trunk/PKGBUILD
  calibre/trunk/desktop_integration.patch

---+
 PKGBUILD  |   18 +-
 desktop_integration.patch |   21 +++--
 2 files changed, 20 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 11:50:40 UTC (rev 105452)
+++ PKGBUILD2014-02-08 12:20:57 UTC (rev 105453)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.22.0
+pkgver=1.23.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,18 +25,18 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('51449736b887469a7dfd70d3fae68912'
- '95ca4eb3afa7c737c8371708a23bdad9'
+md5sums=('3146ce3cdcc0e626ee7f9b8f0bb1be13'
+ '8e1855ce1ae254c34d12ddbc358b7a36'
  '675cd87d41342119827ef706055491e7')
 
 prepare(){
-cd ${srcdir}/${pkgname}
-#rm -rf src/{cherrypy,pyPdf}
-rm -rf src/cherrypy
-rm -rf resources/${pkgname}-portable.*
-sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
+  cd ${srcdir}/${pkgname}
+  #rm -rf src/{cherrypy,pyPdf}
+  rm -rf src/cherrypy
+  rm -rf resources/${pkgname}-portable.*
+  sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
 
-# Fix for calibre-0.8.58
+  # Fix for calibre-0.8.58
   sed -i -e s:#!usr:#!/usr:g src/calibre/ebooks/markdown/extensions/meta.py
 
   sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#![ ]/usr/bin/env[ 
]\+python$\|#!/usr/bin/python$\):\12:g' \

Modified: desktop_integration.patch
===
--- desktop_integration.patch   2014-02-08 11:50:40 UTC (rev 105452)
+++ desktop_integration.patch   2014-02-08 12:20:57 UTC (rev 105453)
@@ -1,6 +1,6 @@
 diff -aur calibre/src/calibre/linux.py calibre.new/src/calibre/linux.py
 calibre/src/calibre/linux.py   2013-12-13 03:47:23.0 +0100
-+++ calibre.new/src/calibre/linux.py   2013-12-17 20:11:58.319040313 +0100
+--- calibre/src/calibre/linux.py   2014-02-07 04:19:59.0 +0100
 calibre.new/src/calibre/linux.py   2014-02-08 13:07:09.925693077 +0100
 @@ -451,18 +451,6 @@
  self.setup_completion()
  if islinux or isbsd:
@@ -29,7 +29,7 @@
  if not os.path.exists(os.path.dirname(f)):
  os.makedirs(os.path.dirname(f))
  if zsh.dest:
-@@ -657,71 +645,45 @@
+@@ -657,56 +645,37 @@
  
  with TemporaryDirectory() as tdir, CurrentDir(tdir), \
  PreserveMIMEDefaults():
@@ -99,12 +99,17 @@
  f.write(GUI)
  write_mimetypes(f)
  f.close()
--des = ('calibre-gui.desktop', 'calibre-lrfviewer.desktop',
--'calibre-ebook-viewer.desktop', 
'calibre-ebook-edit.desktop')
+@@ -725,15 +694,9 @@
+ translators = dict(get_all_translators())
+ 
+ APPDATA = get_appdata()
 -for x in des:
 -cmd = ['xdg-desktop-menu', 'install', '--noupdate', 
'./'+x]
 -cc(' '.join(cmd), shell=True)
 -self.menu_resources.append(x)
+-ak = x.partition('.')[0]
+-if ak in APPDATA and os.access(appdata, os.W_OK):
+-write_appdata(ak, APPDATA[ak], appdata, translators)
 -cc(['xdg-desktop-menu', 'forceupdate'])
 -f = open('calibre-mimetypes.xml', 'wb')
 +dir = 
os.path.join(self.opts.staging_sharedir,'../mime/packages/')
@@ -112,8 +117,4 @@
 +f = open(os.path.join(dir, 'calibre.xml'), 'wb')
  f.write(MIME)
  f.close()
--self.mime_resources.append('calibre-mimetypes.xml')
--cc('xdg-mime install ./calibre-mimetypes.xml', shell=True)
- except Exception:
- if self.opts.fatal_errors:
- raise
+ self.mime_resources.append('calibre-mimetypes.xml')



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

2014-02-08 Thread Balló György
Date: Saturday, February 8, 2014 @ 16:39:11
  Author: bgyorgy
Revision: 105459

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

Added:
  duplicity/repos/community-i686/PKGBUILD
(from rev 105458, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-i686/gpg-encode.patch
(from rev 105458, duplicity/trunk/gpg-encode.patch)
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 105458, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-x86_64/gpg-encode.patch
(from rev 105458, duplicity/trunk/gpg-encode.patch)
Deleted:
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 ++
 community-i686/PKGBUILD   |   45 ---
 community-i686/gpg-encode.patch   |  216 
 community-x86_64/PKGBUILD |   45 ---
 community-x86_64/gpg-encode.patch |  216 
 5 files changed, 540 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 15:39:04 UTC (rev 105458)
+++ community-i686/PKGBUILD 2014-02-08 15:39:11 UTC (rev 105459)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=duplicity
-pkgver=0.6.23
-pkgrel=2
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-httplib2: Ubuntu One backend'
-'python2-oauthlib: Ubuntu One backend'
-'rsync: rsync backend')
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('ae0e84446bcf114735de1057ed53c977'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
-  chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1
-  chmod 644 $pkgdir/usr/share/doc/$pkgname-$pkgver/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 105458, 
duplicity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-08 15:39:11 UTC (rev 105459)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=duplicity
+pkgver=0.6.23
+pkgrel=3
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-httplib2: Ubuntu One backend'
+'python2-oauthlib: Ubuntu One backend'
+'rsync: rsync backend')
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+gpg-encode.patch)
+md5sums=('ae0e84446bcf114735de1057ed53c977'
+ 'SKIP'
+ '366555c73aeebf7f15f6f37ec65176ce')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix gpg encrypted backup (FS#38838, upstream revision 961, will be fixed 
in 0.6.24).
+  patch -Np0 -i ../gpg-encode.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+  chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1
+  chmod 644 

[arch-commits] Commit in duplicity/trunk (PKGBUILD gpg-encode.patch)

2014-02-08 Thread Balló György
Date: Saturday, February 8, 2014 @ 16:39:04
  Author: bgyorgy
Revision: 105458

upgpkg: duplicity 0.6.23-3

Fix gpg encrypted backup (FS#38838)

Added:
  duplicity/trunk/gpg-encode.patch
Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 gpg-encode.patch |  216 +
 2 files changed, 228 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 12:33:27 UTC (rev 105457)
+++ PKGBUILD2014-02-08 15:39:04 UTC (rev 105458)
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=0.6.23
-pkgrel=2
+pkgrel=3
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
 url='http://www.nongnu.org/duplicity/'
@@ -19,10 +19,19 @@
 'python2-httplib2: Ubuntu One backend'
 'python2-oauthlib: Ubuntu One backend'
 'rsync: rsync backend')
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+gpg-encode.patch)
 md5sums=('ae0e84446bcf114735de1057ed53c977'
- 'SKIP')
+ 'SKIP'
+ '366555c73aeebf7f15f6f37ec65176ce')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix gpg encrypted backup (FS#38838, upstream revision 961, will be fixed 
in 0.6.24).
+  patch -Np0 -i ../gpg-encode.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Added: gpg-encode.patch
===
--- gpg-encode.patch(rev 0)
+++ gpg-encode.patch2014-02-08 15:39:04 UTC (rev 105458)
@@ -0,0 +1,216 @@
+=== modified file 'bin/duplicity'
+--- bin/duplicity  2014-01-21 21:04:27 +
 bin/duplicity  2014-02-05 02:57:13 +
+@@ -27,7 +27,7 @@
+ # Please send mail to me or the mailing list if you find bugs or have
+ # any suggestions.
+ 
+-import getpass, gzip, os, sys, time, types
++import gzip, os, sys, time, types
+ import traceback, platform, statvfs, resource, re
+ import threading
+ from datetime import datetime
+@@ -37,9 +37,6 @@
+ if os.path.exists(os.path.join(pwd, ../duplicity)):
+ sys.path.insert(0, os.path.abspath(os.path.join(pwd, ../.)))
+ 
+-import gettext
+-gettext.install('duplicity', codeset='utf8')
+-
+ from duplicity import log
+ log.setup()
+ 
+@@ -65,6 +62,13 @@
+ # If exit_val is not None, exit with given value at end.
+ exit_val = None
+ 
++def getpass_safe(message):
++# getpass() in Python 2.x will call str() on our prompt.  So we can't pass
++# in non-ascii characters.
++import getpass, locale
++message = message.encode(locale.getpreferredencoding(), 'replace')
++return getpass.getpass(message)
++
+ def get_passphrase(n, action, for_signing = False):
+ 
+ Check to make sure passphrase is indeed needed, then get
+@@ -160,19 +164,19 @@
+ if use_cache and globals.gpg_profile.signing_passphrase:
+ pass1 = globals.gpg_profile.signing_passphrase
+ else:
+-pass1 = getpass.getpass(_(GnuPG passphrase for 
signing key:)+ )
++pass1 = getpass_safe(_(GnuPG passphrase for signing 
key:)+ )
+ else:
+ if use_cache and globals.gpg_profile.passphrase:
+ pass1 = globals.gpg_profile.passphrase
+ else:
+-pass1 = getpass.getpass(_(GnuPG passphrase:)+ )
++pass1 = getpass_safe(_(GnuPG passphrase:)+ )
+ 
+ if n == 1:
+ pass2 = pass1
+ elif for_signing:
+-pass2 = getpass.getpass(_(Retype passphrase for signing key 
to confirm: ))
++pass2 = getpass_safe(_(Retype passphrase for signing key to 
confirm: ))
+ else:
+-pass2 = getpass.getpass(_(Retype passphrase to confirm: ))
++pass2 = getpass_safe(_(Retype passphrase to confirm: ))
+ 
+ if not pass1 == pass2:
+ print _(First and second passphrases do not match!  Please 
try again.)
+
+=== modified file 'bin/rdiffdir'
+--- bin/rdiffdir   2013-12-27 06:39:00 +
 bin/rdiffdir   2014-02-05 02:57:13 +
+@@ -27,9 +27,6 @@
+ 
+ import sys, getopt, gzip, os
+ 
+-import gettext
+-gettext.install('duplicity', codeset='utf8')
+-
+ from duplicity import diffdir
+ from duplicity import patchdir
+ from duplicity import log
+
+=== added directory 'testing/overrides'
+=== added file 'testing/overrides/gettext.py'
+--- testing/overrides/gettext.py   1970-01-01 00:00:00 +
 testing/overrides/gettext.py   2014-02-05 02:57:13 +
+@@ -0,0 +1,34 @@
++# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
++#
++# Copyright 2014 Michael Terry m...@mterry.name
++#

[arch-commits] Commit in avogadro/repos (12 files)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 16:48:17
  Author: andrea
Revision: 205595

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

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

---+
 /PKGBUILD |   82 +++
 /avogadro.install |   22 +++
 /boost153.patch   |  120 
 extra-i686/PKGBUILD   |   41 -
 extra-i686/avogadro.install   |   11 ---
 extra-i686/boost153.patch |   60 
 extra-x86_64/PKGBUILD |   41 -
 extra-x86_64/avogadro.install |   11 ---
 extra-x86_64/boost153.patch   |   60 
 9 files changed, 224 insertions(+), 224 deletions(-)

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

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

Deleted: extra-i686/avogadro.install
===
--- extra-i686/avogadro.install 2014-02-08 15:48:07 UTC (rev 205594)
+++ extra-i686/avogadro.install 2014-02-08 15:48:17 UTC (rev 205595)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: avogadro/repos/extra-i686/avogadro.install (from rev 205594, 
avogadro/trunk/avogadro.install)
===
--- extra-i686/avogadro.install (rev 0)
+++ extra-i686/avogadro.install 2014-02-08 15:48:17 UTC (rev 205595)
@@ -0,0 +1,11 @@
+post_install() {
+  

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

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 16:48:07
  Author: andrea
Revision: 205594

upgpkg: avogadro 1.1.1-2

Bump pkgrel due to previous change in depends array

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 12:33:16 UTC (rev 205593)
+++ PKGBUILD2014-02-08 15:48:07 UTC (rev 205594)
@@ -5,7 +5,7 @@
 
 pkgname=avogadro
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An advanced molecular editor based on Qt
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;



[arch-commits] Commit in ktorrent/trunk (PKGBUILD kdebug-315239.patch)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 17:01:04
  Author: andrea
Revision: 205596

Fix IPFilter bug (KDEBUG#315239); kdebase-workspace is not needed at runtime 
(FS#38805)

Added:
  ktorrent/trunk/kdebug-315239.patch
Modified:
  ktorrent/trunk/PKGBUILD

-+
 PKGBUILD|   22 +++-
 kdebug-315239.patch |   65 ++
 2 files changed, 80 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 15:48:17 UTC (rev 205595)
+++ PKGBUILD2014-02-08 16:01:04 UTC (rev 205596)
@@ -5,19 +5,27 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
-url='http://ktorrent.org/'
+url='http://ktorrent.pwsp.net/'
 license=('GPL2')
-depends=('libktorrent' 'kdebase-workspace' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost')
-source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+depends=('libktorrent' 'kdebase-runtime' 'taglib')
+makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
 install=${pkgname}.install
-sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e')
+source=(http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'kdebug-315239.patch')
+sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'd247aecbda3eef8dcb51d3db244b1c845f85')
 
+prepare() {
+   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-315239.patch
+}
+
 build() {
-   mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
  -DCMAKE_BUILD_TYPE=Release \

Added: kdebug-315239.patch
===
--- kdebug-315239.patch (rev 0)
+++ kdebug-315239.patch 2014-02-08 16:01:04 UTC (rev 205596)
@@ -0,0 +1,65 @@
+commit 3dfcbeb9765e99f9b99951134b17268eb7a617d2
+Author: Joris Guisson joris.guis...@gmail.com
+Date:   Thu Aug 1 13:19:29 2013 +0200
+
+Backport ipfilter extraction fixes from master branch to 4.3 branch
+
+BUG: 315239
+
+diff --git a/ChangeLog b/ChangeLog
+index c5ae9da..42c48ff 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,6 @@
++Changes in 4.3.2:
++- Backport ipfilter extraction fixes from master branch (315239)
++
+ Changes in 4.3.1:
+ - Fix new custom groups not appearing in add to group submenu (307230)
+ - Fix crash when right clicking on some locations in the GroupView due to 0 
pointer (307160)
+diff --git a/plugins/ipfilter/downloadandconvertjob.cpp 
b/plugins/ipfilter/downloadandconvertjob.cpp
+index d3092ac..4080c2a 100644
+--- a/plugins/ipfilter/downloadandconvertjob.cpp
 b/plugins/ipfilter/downloadandconvertjob.cpp
+@@ -114,12 +114,13 @@ namespace kt
+   
+   //now determine if it's ZIP or TXT file
+   KMimeType::Ptr ptr = KMimeType::findByPath(temp);
++Out(SYS_IPF|LOG_NOTICE)  Mimetype:   ptr-name()  endl;
+   if (ptr-name() == application/zip)
+   {
+   active_job = KIO::file_move(temp,QString(kt::DataDir() 
+ QLatin1String(level1.zip)),-1,KIO::HideProgressInfo|KIO::Overwrite);
+   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(extract(KJob*)));
+   }
+-  else if (ptr-name() == application/x-gzip || ptr-name() == 
application/x-bzip)
++  else if (ptr-name() == application/x-gzip || ptr-name() == 
application/x-bzip || ptr-name() == application/gzip)
+   {
+   active_job = new 
bt::DecompressFileJob(temp,QString(kt::DataDir() + level1.txt));
+   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+@@ -174,23 +175,10 @@ namespace kt
+   }
+   
+   QString destination = kt::DataDir() + level1.txt;
+-  if (zip-directory()-entries().contains(splist.txt))
++QStringList entries = zip-directory()-entries();
++  if (entries.count() = 1)
+   {
+-  active_job = new 
bt::ExtractFileJob(zip,splist.txt,destination);
+-  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+-  unzip = true;
+-  active_job-start();
+-  }
+-  else if (zip-directory()-entries().contains(level1.txt))
+-  {
+-  active_job = new 
bt::ExtractFileJob(zip,level1.txt,destination);
+-  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+-  unzip = true;
+-  active_job-start();
+-  }
+-  else if (zip-directory()-entries().contains(ipfilter.dat))
+-  {
+-  active_job = new 
bt::ExtractFileJob(zip,ipfilter.dat,destination);
++  

[arch-commits] Commit in ktorrent/trunk (PKGBUILD kde412.patch)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 17:27:38
  Author: andrea
Revision: 205597

upgpkg: ktorrent 4.3.1-2

Fix build with KDE 4.12

Added:
  ktorrent/trunk/kde412.patch
Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 kde412.patch |   18 ++
 2 files changed, 21 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 16:01:04 UTC (rev 205596)
+++ PKGBUILD2014-02-08 16:27:38 UTC (rev 205597)
@@ -14,8 +14,10 @@
 makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
 install=${pkgname}.install
 
source=(http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'kde412.patch'
 'kdebug-315239.patch')
 sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
   'd247aecbda3eef8dcb51d3db244b1c845f85')
 
 prepare() {
@@ -22,6 +24,7 @@
mkdir build
 
   cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kde412.patch
   patch -p1 -i ${srcdir}/kdebug-315239.patch
 }
 

Added: kde412.patch
===
--- kde412.patch(rev 0)
+++ kde412.patch2014-02-08 16:27:38 UTC (rev 205597)
@@ -0,0 +1,18 @@
+From: Christoph Feck christ...@maxiom.de
+Date: Fri, 19 Oct 2012 08:56:22 +
+Subject: SVN_SILENT link
+X-Git-Url: 
http://quickgit.kde.org/?p=ktorrent.gita=commitdiffh=3ef62c439027acc0a166101419fff4bc0c69013d
+---
+SVN_SILENT link
+---
+
+
+--- a/plugins/ipfilter/tests/CMakeLists.txt
 b/plugins/ipfilter/tests/CMakeLists.txt
+@@ -1,4 +1,4 @@
+ set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp)
+ kde4_add_unit_test(ipblocklisttest TESTNAME ipblocklisttest 
${ipblocklisttest_SRCS})
+-target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ktorrent)
++target_link_libraries(ipblocklisttest ${QT_QTCORE_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${LIBKTORRENT_LIBRARIES})
+ 
+



[arch-commits] Commit in ktorrent/repos (12 files)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 17:27:50
  Author: andrea
Revision: 205598

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

Added:
  ktorrent/repos/extra-i686/PKGBUILD
(from rev 205597, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/extra-i686/kde412.patch
(from rev 205597, ktorrent/trunk/kde412.patch)
  ktorrent/repos/extra-i686/kdebug-315239.patch
(from rev 205597, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/extra-i686/ktorrent.install
(from rev 205597, ktorrent/trunk/ktorrent.install)
  ktorrent/repos/extra-x86_64/PKGBUILD
(from rev 205597, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/extra-x86_64/kde412.patch
(from rev 205597, ktorrent/trunk/kde412.patch)
  ktorrent/repos/extra-x86_64/kdebug-315239.patch
(from rev 205597, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/extra-x86_64/ktorrent.install
(from rev 205597, ktorrent/trunk/ktorrent.install)
Deleted:
  ktorrent/repos/extra-i686/PKGBUILD
  ktorrent/repos/extra-i686/ktorrent.install
  ktorrent/repos/extra-x86_64/PKGBUILD
  ktorrent/repos/extra-x86_64/ktorrent.install

--+
 /PKGBUILD|   84 +
 /ktorrent.install|   26 +++
 extra-i686/PKGBUILD  |   31 -
 extra-i686/kde412.patch  |   18 +++
 extra-i686/kdebug-315239.patch   |   65 
 extra-i686/ktorrent.install  |   13 -
 extra-x86_64/PKGBUILD|   31 -
 extra-x86_64/kde412.patch|   18 +++
 extra-x86_64/kdebug-315239.patch |   65 
 extra-x86_64/ktorrent.install|   13 -
 10 files changed, 276 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-08 16:27:38 UTC (rev 205597)
+++ extra-i686/PKGBUILD 2014-02-08 16:27:50 UTC (rev 205598)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca
-# Contributor: Georg Grabler ggrab...@gmail.com
-
-pkgname=ktorrent
-pkgver=4.3.1
-pkgrel=1
-pkgdesc=A powerful BitTorrent client for KDE
-arch=('i686' 'x86_64')
-url='http://ktorrent.org/'
-license=('GPL2')
-depends=('libktorrent' 'kdebase-workspace' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost')
-source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-install=${pkgname}.install
-sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e')
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=${pkgdir} install
-}

Copied: ktorrent/repos/extra-i686/PKGBUILD (from rev 205597, 
ktorrent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-08 16:27:50 UTC (rev 205598)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Georg Grabler ggrab...@gmail.com
+
+pkgname=ktorrent
+pkgver=4.3.1
+pkgrel=2
+pkgdesc=A powerful BitTorrent client for KDE
+arch=('i686' 'x86_64')
+url='http://ktorrent.pwsp.net/'
+license=('GPL2')
+depends=('libktorrent' 'kdebase-runtime' 'taglib')
+makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
+install=${pkgname}.install
+source=(http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'kde412.patch'
+'kdebug-315239.patch')
+sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
+  'd247aecbda3eef8dcb51d3db244b1c845f85')
+
+prepare() {
+   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kde412.patch
+  patch -p1 -i ${srcdir}/kdebug-315239.patch
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: ktorrent/repos/extra-i686/kde412.patch (from rev 205597, 
ktorrent/trunk/kde412.patch)
===
--- extra-i686/kde412.patch (rev 0)
+++ extra-i686/kde412.patch 2014-02-08 16:27:50 UTC (rev 205598)
@@ -0,0 +1,18 @@
+From: Christoph Feck christ...@maxiom.de
+Date: Fri, 19 Oct 2012 08:56:22 +
+Subject: SVN_SILENT link
+X-Git-Url: 
http://quickgit.kde.org/?p=ktorrent.gita=commitdiffh=3ef62c439027acc0a166101419fff4bc0c69013d
+---
+SVN_SILENT link
+---
+
+
+--- a/plugins/ipfilter/tests/CMakeLists.txt
 b/plugins/ipfilter/tests/CMakeLists.txt
+@@ -1,4 +1,4 @@
+ set(ipblocklisttest_SRCS ipblocklisttest.cpp 

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

2014-02-08 Thread Eric Bélanger
Date: Saturday, February 8, 2014 @ 19:04:12
  Author: eric
Revision: 105460

upgpkg: youtube-dl 2014.02.08.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 15:39:11 UTC (rev 105459)
+++ PKGBUILD2014-02-08 18:04:12 UTC (rev 105460)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.02.06.3
+pkgver=2014.02.08.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4f33aebcbf184184f8baf34ac01964b3344c1062'
+sha1sums=('a21e77d255c453fbd544f6ff8d1b0b7800897d7b'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2014-02-08 Thread Eric Bélanger
Date: Saturday, February 8, 2014 @ 19:06:29
  Author: eric
Revision: 105461

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 105460, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 18:04:12 UTC (rev 105460)
+++ PKGBUILD2014-02-08 18:06:29 UTC (rev 105461)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.02.06.3
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4f33aebcbf184184f8baf34ac01964b3344c1062'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 105460, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 18:06:29 UTC (rev 105461)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.02.08.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('a21e77d255c453fbd544f6ff8d1b0b7800897d7b'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-02-08 Thread Giovanni Scafora
Date: Saturday, February 8, 2014 @ 19:07:53
  Author: giovanni
Revision: 205600

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-08 18:07:46 UTC (rev 205599)
+++ extra-i686/PKGBUILD 2014-02-08 18:07:53 UTC (rev 205600)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.0
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 205599, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-08 18:07:53 UTC (rev 205600)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.1
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('aa4561134a03e22e2d759748ca676a97')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-08 18:07:46 UTC (rev 205599)
+++ extra-x86_64/PKGBUILD   2014-02-08 18:07:53 UTC (rev 205600)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.0
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr \
-   CFLAGS=$CFLAGS $CPPFLAGS \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-  install -D -m644 whois.conf ${pkgdir}/etc/whois.conf
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 205599, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-08 18:07:53 UTC (rev 205600)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.1
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('aa4561134a03e22e2d759748ca676a97')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} 

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

2014-02-08 Thread Giovanni Scafora
Date: Saturday, February 8, 2014 @ 19:07:46
  Author: giovanni
Revision: 205599

upgpkg: whois 5.1.1-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 16:27:50 UTC (rev 205598)
+++ PKGBUILD2014-02-08 18:07:46 UTC (rev 205599)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('perl')
 backup=('etc/whois.conf')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('e16cc6ca56a6834ab60ace26215d6b0c')
+md5sums=('aa4561134a03e22e2d759748ca676a97')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:29:03
  Author: arodseth
Revision: 105463

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 105462, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 105462, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 105462, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 105462, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 105462, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 105462, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 105462, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 105462, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  178 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   89 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   89 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 --
 12 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 18:28:39 UTC (rev 105462)
+++ community-i686/PKGBUILD 2014-02-08 18:29:03 UTC (rev 105463)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B03
-pkgrel=5
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu')
-options=('staticlibs')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06'
-'a2038d32e7c940d5d04f7338406e11b723cac0d26e82d7834596105eea492452'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-build() {
-  cd otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  cd otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-
-  # epmd service, socket and conf
-  cd $srcdir
-  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
-  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
-  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p 

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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:28:39
  Author: arodseth
Revision: 105462

upgpkg: erlang R16B03_1-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 18:06:29 UTC (rev 105461)
+++ PKGBUILD2014-02-08 18:28:39 UTC (rev 105462)
@@ -8,8 +8,8 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B03
-pkgrel=5
+pkgver=R16B03_1
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
@@ -20,14 +20,14 @@
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
-sha256sums=('6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06'
-'a2038d32e7c940d5d04f7338406e11b723cac0d26e82d7834596105eea492452'
+sha256sums=('17ce53459bc5ceb34fc2da412e15ac8c23835a15fbd84e62c8d1852704747ee7'
+'0f31bc7d7215aa4b6834b1a565cd7d6e3173e3b392fb870254bae5136499c39d'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
 
 build() {
-  cd otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_/-}
 
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
@@ -42,13 +42,13 @@
   provides=('erlang-nox')
   conflicts=('erlang-nox')
 
-  cd otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_/-}
 
   make DESTDIR=$pkgdir install
 
   # Documentation
   install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
+  install -m0644 $srcdir/otp_src_${pkgver/_/-}/README.md \
 $srcdir/{README,COPYRIGHT} \
 $pkgdir/usr/share/doc/erlang
 
@@ -57,7 +57,7 @@
   cp -r $srcdir/man $pkgdir/usr/lib/erlang/
 
   # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
+  install -Dm0644 $srcdir/otp_src_${pkgver/_/-}/EPLICENCE \
 $pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 
   # Move over files that will be packaged as erlang-unixodbc
@@ -82,7 +82,7 @@
   mv $srcdir/odbc.3.gz $pkgdir/usr/lib/erlang/man/man3/
 
   # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
+  install -Dm0644 $srcdir/otp_src_${pkgver/_/-}/EPLICENCE \
 $pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 }
 



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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:44:17
  Author: arodseth
Revision: 105464

upgpkg: erlang-nox R16B03_1-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 18:29:03 UTC (rev 105463)
+++ PKGBUILD2014-02-08 18:44:17 UTC (rev 105464)
@@ -7,8 +7,8 @@
 # Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
 
 pkgname=erlang-nox
-pkgver=R16B03
-pkgrel=2
+pkgver=R16B03_1
+pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -25,14 +25,14 @@
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
-sha256sums=('6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06'
-'a2038d32e7c940d5d04f7338406e11b723cac0d26e82d7834596105eea492452'
+sha256sums=('17ce53459bc5ceb34fc2da412e15ac8c23835a15fbd84e62c8d1852704747ee7'
+'0f31bc7d7215aa4b6834b1a565cd7d6e3173e3b392fb870254bae5136499c39d'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
 
 build() {
-  cd otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_/-}
 
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
@@ -39,13 +39,13 @@
 }
 
 package() {
-  cd otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_/-}
 
   make DESTDIR=$pkgdir install
 
   # Documentation
   install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
+  install -m0644 $srcdir/otp_src_${pkgver/_/-}/README.md \
 $srcdir/{README,COPYRIGHT} \
 $pkgdir/usr/share/doc/erlang
 
@@ -54,7 +54,7 @@
   cp -r $srcdir/man $pkgdir/usr/lib/erlang
 
   # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
+  install -Dm0644 $srcdir/otp_src_${pkgver/_/-}/EPLICENCE \
 $pkgdir/usr/share/licenses/$pkgname/EPLICENCE
 
   # Remove files that are packaged as erlang-unixodbc



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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:44:33
  Author: arodseth
Revision: 105465

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 105464, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 105464, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 105464, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 105464, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 105464, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 105464, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 105464, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 105464, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  140 
 /epmd.conf|6 +
 /epmd.service |   22 ++
 /epmd.socket  |   18 +
 community-i686/PKGBUILD   |   70 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 ---
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 --
 12 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 18:44:17 UTC (rev 105464)
+++ community-i686/PKGBUILD 2014-02-08 18:44:33 UTC (rev 105465)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archli...@cryptocrack.de
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-nox
-pkgver=R16B03
-pkgrel=2
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06'
-'a2038d32e7c940d5d04f7338406e11b723cac0d26e82d7834596105eea492452'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-build() {
-  cd otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  cd otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r $pkgdir/usr/lib/erlang/{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd $srcdir
-  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
-  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
-  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 105464, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-08 

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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:59:25
  Author: arodseth
Revision: 105466

upgpkg: grails 2.3.5-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 18:44:33 UTC (rev 105465)
+++ PKGBUILD2014-02-08 18:59:25 UTC (rev 105466)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
@@ -17,8 +17,8 @@
 
source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
 
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
 $pkgbase.sh)
-sha256sums=('698650f1786dc7830b32d3ddc475bf8537869095cfbcfa5fd2ef9f4c2c98e243'
-'a1642e6c4f794fa339bcc0bcf05633ecd92a11076a90f44fb15bd6f894bd9adb'
+sha256sums=('f90570605921665508db862ffb4caa5fd567545761120d8d4148069f4f56578d'
+'3ca3f2369f9d54ce4df10b1b02b8bdf267086334972594de237efb3d7db31003'
 '15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
 
 prepare() {



[arch-commits] Commit in grails/repos/community-any (4 files)

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 19:59:33
  Author: arodseth
Revision: 105467

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 105466, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 105466, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  142 ++--
 grails.sh |   10 ++--
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 18:59:25 UTC (rev 105466)
+++ PKGBUILD2014-02-08 18:59:33 UTC (rev 105467)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.3.4
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=(${pkgname[1]}-$pkgver.zip)
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
-
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
-$pkgbase.sh)
-sha256sums=('698650f1786dc7830b32d3ddc475bf8537869095cfbcfa5fd2ef9f4c2c98e243'
-'a1642e6c4f794fa339bcc0bcf05633ecd92a11076a90f44fb15bd6f894bd9adb'
-'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
-
-prepare() {
-  cd ${pkgname[0]}-$pkgver
-
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd $pkgname-$pkgver
-
-  install -d $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  # wrapper scripts
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  # icons
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  # profile.d script
-  install -Dm755 $srcdir/$pkgbase.profile $pkgdir/etc/profile.d/$pkgname.sh
-
-  # clean up
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d $pkgdir/usr/share/doc $pkgdir/usr/share/grails
-  unzip grails-docs-$pkgver.zip -d $pkgdir/usr/share/doc/grails-$pkgver
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 105466, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 18:59:33 UTC (rev 105467)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.3.5
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant' 'unzip')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=(${pkgname[1]}-$pkgver.zip)
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
+
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
+$pkgbase.sh)
+sha256sums=('f90570605921665508db862ffb4caa5fd567545761120d8d4148069f4f56578d'
+'3ca3f2369f9d54ce4df10b1b02b8bdf267086334972594de237efb3d7db31003'
+'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
+
+prepare() {
+  cd ${pkgname[0]}-$pkgver
+
+  # configure paths
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  # icons
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  # profile.d 

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

2014-02-08 Thread Sébastien Luttringer
Date: Saturday, February 8, 2014 @ 20:27:30
  Author: seblu
Revision: 105468

upgpkg: keepalived 1.2.12-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 18:59:33 UTC (rev 105467)
+++ PKGBUILD2014-02-08 19:27:30 UTC (rev 105468)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.11
+pkgver=1.2.12
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
+md5sums=('60f2564acc1e1faa0237b53cf4392d1f'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



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

2014-02-08 Thread Sébastien Luttringer
Date: Saturday, February 8, 2014 @ 20:27:45
  Author: seblu
Revision: 105469

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 105468, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 105468, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 105468, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 105468, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 19:27:30 UTC (rev 105468)
+++ community-i686/PKGBUILD 2014-02-08 19:27:45 UTC (rev 105469)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.11
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 105468, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-08 19:27:45 UTC (rev 105469)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.12
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('60f2564acc1e1faa0237b53cf4392d1f'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2014-02-08 19:27:30 UTC (rev 105468)
+++ community-i686/keepalived.service   2014-02-08 19:27:45 UTC (rev 105469)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 105468, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2014-02-08 19:27:45 UTC (rev 105469)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 20:29:14
  Author: arodseth
Revision: 105471

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 105470, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 105470, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 105470, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-i686/unetbootin_polkit
(from rev 105470, unetbootin/trunk/unetbootin_polkit)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 105470, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 105470, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 105470, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/unetbootin_polkit
(from rev 105470, unetbootin/trunk/unetbootin_polkit)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install

-+
 /PKGBUILD   |   96 ++
 /unetbootin.install |   26 +
 community-i686/PKGBUILD |   47 
 community-i686/unetbootin.install   |   16 -
 community-i686/unetbootin_polkit|6 ++
 community-x86_64/PKGBUILD   |   47 
 community-x86_64/unetbootin.install |   16 -
 community-x86_64/unetbootin_polkit  |6 ++
 8 files changed, 134 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 19:28:51 UTC (rev 105470)
+++ community-i686/PKGBUILD 2014-02-08 19:29:14 UTC (rev 105471)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
-# Contributor: Michai Coman mi...@m1x.ro
-
-pkgname=unetbootin
-pkgver=585
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
-optdepends=('polkit-gnome: to run unetbootin directly from menu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy')
-sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
-'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
-
-build() {
-  cd $srcdir
-  
-  msg2 'Compiling...'
-  ./build-nostatic 1 output.log 2 error.log
-}
-
-package() {
-  cd $srcdir
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
-  ln -s /usr/bin/guisu $pkgdir/usr/bin/$pkgname
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  for i in 16 22 24 32 48 256; do
-install -D ${pkgname}_${i}.png \
-  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 105470, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-08 19:29:14 UTC (rev 105471)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
+# Contributor: Michai Coman mi...@m1x.ro
+
+pkgname=unetbootin
+pkgver=585
+pkgrel=2
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools')
+optdepends=('polkit: to run unetbootin directly from menu')
+makedepends=('setconf')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
+'org.archlinux.pkexec.unetbootin.policy'
+'unetbootin_polkit')
+sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
+

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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 20:28:51
  Author: arodseth
Revision: 105470

upgpkg: unetbootin 585-2

Added:
  unetbootin/trunk/unetbootin_polkit
Modified:
  unetbootin/trunk/PKGBUILD
  unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy
  unetbootin/trunk/unetbootin.install

+
 PKGBUILD   |   29 +++--
 unetbootin.install |7 ++-
 unetbootin_polkit  |6 ++
 3 files changed, 23 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 19:27:45 UTC (rev 105469)
+++ PKGBUILD2014-02-08 19:28:51 UTC (rev 105470)
@@ -6,33 +6,34 @@
 
 pkgname=unetbootin
 pkgver=585
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
 url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
-optdepends=('polkit-gnome: to run unetbootin directly from menu')
+depends=('syslinux' 'p7zip' 'qt4' 'mtools')
+optdepends=('polkit: to run unetbootin directly from menu')
+makedepends=('setconf')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy')
+'org.archlinux.pkexec.unetbootin.policy'
+'unetbootin_polkit')
 sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
-'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
+'d7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
+'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
 
+prepare() {
+  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
+}
+
 build() {
-  cd $srcdir
-  
-  msg2 'Compiling...'
   ./build-nostatic 1 output.log 2 error.log
 }
 
 package() {
-  cd $srcdir
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
-  ln -s /usr/bin/guisu $pkgdir/usr/bin/$pkgname
-
-  mkdir -p $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/share/$pkgname
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -m755 ${pkgname}_polkit $pkgdir/usr/bin/${pkgname}_polkit
   install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
   install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop

Modified: org.archlinux.pkexec.unetbootin.policy
===
(Binary files differ)

Modified: unetbootin.install
===
--- unetbootin.install  2014-02-08 19:27:45 UTC (rev 105469)
+++ unetbootin.install  2014-02-08 19:28:51 UTC (rev 105470)
@@ -1,16 +1,13 @@
 post_install() {
   xdg-icon-resource forceupdate
-  echo 'If you use a lightweight windowmanager, remember to run'
-  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
-  echo 'graphical authentication, which may be needed for pkexec to work.'
 }
 
 post_upgrade() {
-  xdg-icon-resource forceupdate
+  post_install
 }
 
 post_remove() {
-  xdg-icon-resource forceupdate
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:

Added: unetbootin_polkit
===
--- unetbootin_polkit   (rev 0)
+++ unetbootin_polkit   2014-02-08 19:28:51 UTC (rev 105470)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+   pkexec --disable-internal-agent /usr/bin/unetbootin $@
+else
+   /usr/bin/unetbootin $@
+fi



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

2014-02-08 Thread Dave Reisner
Date: Saturday, February 8, 2014 @ 20:30:22
  Author: dreisner
Revision: 205601

upgpkg: systemd 208-11

- backport fix for FS#38788, FS#37170
- backport fix for FS#38842

Added:
  systemd/trunk/0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch
  systemd/trunk/0001-do-not-accept-garbage-from-acpi-firmware-performance.patch
  systemd/trunk/0001-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch |   45 
++
 0001-do-not-accept-garbage-from-acpi-firmware-performance.patch |   33 +++
 0001-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch  |   26 +
 PKGBUILD|   15 ++-
 4 files changed, 116 insertions(+), 3 deletions(-)

Added: 0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch
===
--- 0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch 
(rev 0)
+++ 0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch 
2014-02-08 19:30:22 UTC (rev 205601)
@@ -0,0 +1,45 @@
+From 66a5dbdf282435403f947c2caadd04bb0cdec752 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Sat, 8 Feb 2014 12:54:58 -0500
+Subject: [PATCH] cryptsetup-generator: auto add deps for device as password
+
+If the password is a device file, we can add Requires/After dependencies
+on the device rather than requiring the user to do so.
+---
+ src/cryptsetup/cryptsetup-generator.c | 20 +++-
+ 1 file changed, 15 insertions(+), 5 deletions(-)
+
+diff --git a/src/cryptsetup/cryptsetup-generator.c 
b/src/cryptsetup/cryptsetup-generator.c
+index 9c98f0b..46ad9b8 100644
+--- a/src/cryptsetup/cryptsetup-generator.c
 b/src/cryptsetup/cryptsetup-generator.c
+@@ -130,11 +130,21 @@ static int create_disk(
+ streq(password, /dev/random) ||
+ streq(password, /dev/hw_random))
+ fputs(After=systemd-random-seed.service\n, f);
+-else if (!streq(password, -) 
+- !streq(password, none))
+-fprintf(f,
+-RequiresMountsFor=%s\n,
+-password);
++
++else if (!streq(password, -)  !streq(password, none)) {
++_cleanup_free_ char *uu = 
fstab_node_to_udev_node(password);
++if (uu == NULL)
++return log_oom();
++
++if (is_device_path(uu)) {
++_cleanup_free_ char *dd = 
unit_name_from_path(uu, .device);
++if (dd == NULL)
++return log_oom();
++
++fprintf(f, After=%1$s\nRequires=%1$s\n, dd);
++} else
++fprintf(f, RequiresMountsFor=%s\n, 
password);
++}
+ }
+ 
+ if (is_device_path(u))
+-- 
+1.8.5.4
+

Added: 0001-do-not-accept-garbage-from-acpi-firmware-performance.patch
===
--- 0001-do-not-accept-garbage-from-acpi-firmware-performance.patch 
(rev 0)
+++ 0001-do-not-accept-garbage-from-acpi-firmware-performance.patch 
2014-02-08 19:30:22 UTC (rev 205601)
@@ -0,0 +1,33 @@
+From 6c7980093c4e39d07bf06484f96f489e236c7c29 Mon Sep 17 00:00:00 2001
+From: Kay Sievers k...@vrfy.org
+Date: Thu, 10 Oct 2013 01:38:11 +0200
+Subject: [PATCH] do not accept garbage from acpi firmware performance data
+ (FPDT)
+
+  46 42 50 54 38 00 00 00  02 00 30 02 00 00 00 00  |FBPT8.0.|
+0010  23 45 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |#E..|
+0020  f5 6a 51 00 00 00 00 00  00 00 00 00 00 00 00 00  |.jQ.|
+0030  00 00 00 00 00 00 00 00  70 74 61 6c 58 00 00 00  |ptalX...|
+---
+ src/shared/acpi-fpdt.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/shared/acpi-fpdt.c b/src/shared/acpi-fpdt.c
+index af58c7c..75648b4 100644
+--- a/src/shared/acpi-fpdt.c
 b/src/shared/acpi-fpdt.c
+@@ -146,6 +146,11 @@ int acpi_get_boot_usec(usec_t *loader_start, usec_t 
*loader_exit) {
+ if (brec.type != ACPI_FPDT_BOOT_REC)
+ return -EINVAL;
+ 
++if (brec.startup_start == 0 || brec.exit_services_exit  
brec.startup_start)
++return -EINVAL;
++if (brec.exit_services_exit  NSEC_PER_HOUR)
++return -EINVAL;
++
+ if (loader_start)
+ *loader_start = brec.startup_start / 1000;
+ if (loader_exit)
+-- 
+1.8.5.4
+

Added: 0001-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch

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

2014-02-08 Thread Dave Reisner
Date: Saturday, February 8, 2014 @ 20:32:27
  Author: dreisner
Revision: 205602

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-Make-hibernation-test-work-for-swap-files.patch
(from rev 205601, 
systemd/trunk/0001-Make-hibernation-test-work-for-swap-files.patch)
  
systemd/repos/testing-i686/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
(from rev 205601, 
systemd/trunk/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch)
  
systemd/repos/testing-i686/0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch
(from rev 205601, 
systemd/trunk/0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch)
  
systemd/repos/testing-i686/0001-do-not-accept-garbage-from-acpi-firmware-performance.patch
(from rev 205601, 
systemd/trunk/0001-do-not-accept-garbage-from-acpi-firmware-performance.patch)
  
systemd/repos/testing-i686/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 205601, 
systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch)
  
systemd/repos/testing-i686/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch
(from rev 205601, 
systemd/trunk/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch)
  
systemd/repos/testing-i686/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch
(from rev 205601, 
systemd/trunk/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch)
  
systemd/repos/testing-i686/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch
(from rev 205601, 
systemd/trunk/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch)
  
systemd/repos/testing-i686/0001-mount-check-for-NULL-before-reading-pm-what.patch
(from rev 205601, 
systemd/trunk/0001-mount-check-for-NULL-before-reading-pm-what.patch)
  
systemd/repos/testing-i686/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch
(from rev 205601, 
systemd/trunk/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch)
  
systemd/repos/testing-i686/0001-systemd-order-remote-mounts-from-mountinfo-before-re.patch
(from rev 205601, 
systemd/trunk/0001-systemd-order-remote-mounts-from-mountinfo-before-re.patch)
  
systemd/repos/testing-i686/0001-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch
(from rev 205601, 
systemd/trunk/0001-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch)
  
systemd/repos/testing-i686/0002-fstab-generator-Generate-explicit-dependencies-on-sy.patch
(from rev 205601, 
systemd/trunk/0002-fstab-generator-Generate-explicit-dependencies-on-sy.patch)
  
systemd/repos/testing-i686/0003-gpt-auto-generator-Generate-explicit-dependencies-on.patch
(from rev 205601, 
systemd/trunk/0003-gpt-auto-generator-Generate-explicit-dependencies-on.patch)
  
systemd/repos/testing-i686/0004-Remove-FsckPassNo-from-systemd-fsck-root.service.patch
(from rev 205601, 
systemd/trunk/0004-Remove-FsckPassNo-from-systemd-fsck-root.service.patch)
  systemd/repos/testing-i686/0005-mount-service-drop-FsckPassNo-support.patch
(from rev 205601, 
systemd/trunk/0005-mount-service-drop-FsckPassNo-support.patch)
  systemd/repos/testing-i686/0006-efi-boot-generator-hookup-to-fsck.patch
(from rev 205601, 
systemd/trunk/0006-efi-boot-generator-hookup-to-fsck.patch)
  
systemd/repos/testing-i686/0007-fsck-root-only-run-when-requested-in-fstab.patch
(from rev 205601, 
systemd/trunk/0007-fsck-root-only-run-when-requested-in-fstab.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 205601, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 205601, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 205601, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 205601, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 205601, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-Make-hibernation-test-work-for-swap-files.patch
(from rev 205601, 
systemd/trunk/0001-Make-hibernation-test-work-for-swap-files.patch)
  
systemd/repos/testing-x86_64/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
(from rev 205601, 
systemd/trunk/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch)
  
systemd/repos/testing-x86_64/0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch
(from rev 205601, 
systemd/trunk/0001-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch)
  
systemd/repos/testing-x86_64/0001-do-not-accept-garbage-from-acpi-firmware-performance.patch
(from rev 205601, 
systemd/trunk/0001-do-not-accept-garbage-from-acpi-firmware-performance.patch)
  
systemd/repos/testing-x86_64/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 205601, 

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

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 20:57:57
  Author: alucryd
Revision: 105472

upgpkg: firewalld 0.3.9.3-1

Modified:
  firewalld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 19:29:14 UTC (rev 105471)
+++ PKGBUILD2014-02-08 19:57:57 UTC (rev 105472)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: unikum unikum dot pm at gmail.com
-# Contributor: speed145a jonathan at tagchapter dot com
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: unikum unikum...@gmail.com
+# Contributor: speed145a jonat...@tagchapter.com
 
 pkgname=firewalld
-pkgver=0.3.9.2
+pkgver=0.3.9.3
 pkgrel=1
 pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
 arch=('any')
@@ -17,17 +17,17 @@
 install=${pkgname}.install
 
source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'firewalld-paths.patch')
-sha256sums=('e70be52a52fdb93d2efc497ff5191bbc341ae045dcdb9f0e9c72905538b7ff5e'
+sha256sums=('2076665137ad93d574bb5c9688fc83b4971cf70e36bdf0fd20f885dd42553002'
 'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/firewalld-paths.patch
+  patch -Np1 -i ../firewalld-paths.patch
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
   make
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in firewalld/repos/community-any (PKGBUILD)

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 20:58:08
  Author: alucryd
Revision: 105473

archrelease: copy trunk to community-any

Modified:
  firewalld/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 19:57:57 UTC (rev 105472)
+++ PKGBUILD2014-02-08 19:58:08 UTC (rev 105473)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: unikum unikum dot pm at gmail.com
-# Contributor: speed145a jonathan at tagchapter dot com
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: unikum unikum...@gmail.com
+# Contributor: speed145a jonat...@tagchapter.com
 
 pkgname=firewalld
 pkgver=0.3.9.2



[arch-commits] Commit in firewalld/repos/community-any (6 files)

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 20:58:55
  Author: alucryd
Revision: 105474

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 105473, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-paths.patch
(from rev 105473, firewalld/trunk/firewalld-paths.patch)
  firewalld/repos/community-any/firewalld.install
(from rev 105473, firewalld/trunk/firewalld.install)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-paths.patch
  firewalld/repos/community-any/firewalld.install

---+
 PKGBUILD  |   84 ++---
 firewalld-paths.patch |  186 
 firewalld.install |   28 +++
 3 files changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 19:58:08 UTC (rev 105473)
+++ PKGBUILD2014-02-08 19:58:55 UTC (rev 105474)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: unikum unikum...@gmail.com
-# Contributor: speed145a jonat...@tagchapter.com
-
-pkgname=firewalld
-pkgver=0.3.9.2
-pkgrel=1
-pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
-arch=('any')
-url=http://fedorahosted.org/${pkgname};
-license=('GPL2')
-depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
-makedepends=('intltool' 'docbook-xsl')
-backup=('etc/conf.d/firewalld'
-'etc/firewalld/firewalld.conf')
-install=${pkgname}.install
-source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'firewalld-paths.patch')
-sha256sums=('e70be52a52fdb93d2efc497ff5191bbc341ae045dcdb9f0e9c72905538b7ff5e'
-'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/firewalld-paths.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 105473, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 19:58:55 UTC (rev 105474)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: unikum unikum...@gmail.com
+# Contributor: speed145a jonat...@tagchapter.com
+
+pkgname=firewalld
+pkgver=0.3.9.3
+pkgrel=1
+pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
+arch=('any')
+url=http://fedorahosted.org/${pkgname};
+license=('GPL2')
+depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
+makedepends=('intltool' 'docbook-xsl')
+backup=('etc/conf.d/firewalld'
+'etc/firewalld/firewalld.conf')
+install=${pkgname}.install
+source=(http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'firewalld-paths.patch')
+sha256sums=('2076665137ad93d574bb5c9688fc83b4971cf70e36bdf0fd20f885dd42553002'
+'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../firewalld-paths.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-paths.patch
===
--- firewalld-paths.patch   2014-02-08 19:58:08 UTC (rev 105473)
+++ firewalld-paths.patch   2014-02-08 19:58:55 UTC (rev 105474)
@@ -1,93 +0,0 @@
 a/config/Makefile.am
-+++ b/config/Makefile.am
-@@ -57,12 +57,12 @@ UNINSTALL_TARGETS += uninstall-init
- endif
- 
- install-sysconfig:
--  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
--  $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig 
$(DESTDIR)$(sysconfdir)/sysconfig/firewalld
-+  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/conf.d
-+  $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig 
$(DESTDIR)$(sysconfdir)/conf.d/firewalld
- 
- uninstall-sysconfig:
--  rm -f $(DESTDIR)$(sysconfdir)/sysconfig/firewalld
--  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
-+  rm -f $(DESTDIR)$(sysconfdir)/conf.d/firewalld
-+  rmdir $(DESTDIR)$(sysconfdir)/conf.d || :
- 
- install-init: install-sysconfig
-   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
 a/config/Makefile.in
-+++ b/config/Makefile.in
-@@ -566,12 +566,12 @@ uninstall-am: uninstall-desktopDATA 
uninstall-dist_dbus_policyDATA \
- all: $(desktop_DATA) $(polkit1_action_DATA) 

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

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 21:07:45
  Author: arodseth
Revision: 105475

upgpkg: terminus-font 4.38-4

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 19:58:55 UTC (rev 105474)
+++ PKGBUILD2014-02-08 20:07:45 UTC (rev 105475)
@@ -6,23 +6,24 @@
 
 pkgname=terminus-font
 pkgver=4.38
-pkgrel=3
+pkgrel=4
 pkgdesc='Superb, monospace bitmap font (for X11 and console)'
 arch=('any')
 url='http://sourceforge.net/projects/terminus-font/'
 license=('GPL2' 'custom:OFL')
 makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-optdepends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+optdepends=('xorg-fonts-alias')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install='terminus-font.install'
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
 
 prepare() {
-  chmod +x $srcdir/$pkgname-$pkgver/configure
+  chmod +x $pkgname-$pkgver/configure
 }
 
 build() { 
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
 --x11dir=/usr/share/fonts/local \



[arch-commits] Commit in terminus-font/repos/community-any (4 files)

2014-02-08 Thread Alexander Rødseth
Date: Saturday, February 8, 2014 @ 21:07:52
  Author: arodseth
Revision: 105476

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 105475, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/terminus-font.install
(from rev 105475, terminus-font/trunk/terminus-font.install)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/terminus-font.install

---+
 PKGBUILD  |   83 
 terminus-font.install |   60 +-
 2 files changed, 72 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 20:07:45 UTC (rev 105475)
+++ PKGBUILD2014-02-08 20:07:52 UTC (rev 105476)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kristoffer Fossgård k...@online.no
-# Contributor: clonejo clon...@shakik.de
-
-pkgname=terminus-font
-pkgver=4.38
-pkgrel=3
-pkgdesc='Superb, monospace bitmap font (for X11 and console)'
-arch=('any')
-url='http://sourceforge.net/projects/terminus-font/'
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-optdepends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install='terminus-font.install'
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
-
-prepare() {
-  chmod +x $srcdir/$pkgname-$pkgver/configure
-}
-
-build() { 
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---x11dir=/usr/share/fonts/local \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
-$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 105475, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 20:07:52 UTC (rev 105476)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kristoffer Fossgård k...@online.no
+# Contributor: clonejo clon...@shakik.de
+
+pkgname=terminus-font
+pkgver=4.38
+pkgrel=4
+pkgdesc='Superb, monospace bitmap font (for X11 and console)'
+arch=('any')
+url='http://sourceforge.net/projects/terminus-font/'
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+optdepends=('xorg-fonts-alias')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install='terminus-font.install'
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
+
+prepare() {
+  chmod +x $pkgname-$pkgver/configure
+}
+
+build() { 
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--x11dir=/usr/share/fonts/local \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
+$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: terminus-font.install
===
--- terminus-font.install   2014-02-08 20:07:45 UTC (rev 105475)
+++ terminus-font.install   2014-02-08 20:07:52 UTC (rev 105476)
@@ -1,30 +0,0 @@
-post_install() {
-  pushd etc/fonts/conf.d  /dev/null
-  ln -sf ../conf.avail/75-yes-terminus.conf .
-  popd  /dev/null
-  fc-cache -fs
-  mkfontscale usr/share/fonts/local
-  mkfontdir usr/share/fonts/local
-}
-
-post_upgrade() {
-  if [ `vercmp 2.30-2 $2` -gt 0 ]; then 
-pushd etc/fonts/conf.d  /dev/null
-  ln -sf ../conf.avail/75-yes-terminus.conf .
-popd  /dev/null
-  fi
-  fc-cache -fs
-  mkfontscale usr/share/fonts/local
-  mkfontdir usr/share/fonts/local
-}
-
-post_remove() {
-  pushd etc/fonts/conf.d  /dev/null
-  rm -f 75-yes-terminus.conf
-  popd  /dev/null
-  fc-cache -fs
-  mkfontscale usr/share/fonts/local
-  mkfontdir usr/share/fonts/local
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/terminus-font.install (from rev 
105475, terminus-font/trunk/terminus-font.install)

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

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 21:40:09
  Author: alucryd
Revision: 105477

upgpkg: python2-musicbrainzngs 0.5-1

Modified:
  python2-musicbrainzngs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 20:07:52 UTC (rev 105476)
+++ PKGBUILD2014-02-08 20:40:09 UTC (rev 105477)
@@ -3,27 +3,27 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=python2-musicbrainzngs
-pkgver=0.4
-pkgrel=4
+pkgver=0.5
+pkgrel=1
 pkgdesc='Bindings for the MusicBrainz NGS service'
 arch=('any')
-url='https://github.com/alastair/python-musicbrainz-ngs'
+url=https://github.com/alastair/${pkgname/2/};
 license=('BSD')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/m/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a')
+source=(${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
 
 build() {
-  cd ${pkgname#*-}-${pkgver}
+  cd ${pkgname/2/}-${pkgver}
 
   python2 setup.py build
 }
 
 package() {
-  cd ${pkgname#*-}-${pkgver}
+  cd ${pkgname/2/}-${pkgver}
 
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python2 setup.py install --root=${pkgdir} --optimize='1'
   rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{docs,examples,test}
 
 # License



[arch-commits] Commit in python2-musicbrainzngs/repos/community-any (2 files)

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 21:40:20
  Author: alucryd
Revision: 105478

archrelease: copy trunk to community-any

Added:
  python2-musicbrainzngs/repos/community-any/PKGBUILD
(from rev 105477, python2-musicbrainzngs/trunk/PKGBUILD)
Deleted:
  python2-musicbrainzngs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 20:40:09 UTC (rev 105477)
+++ PKGBUILD2014-02-08 20:40:20 UTC (rev 105478)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=python2-musicbrainzngs
-pkgver=0.4
-pkgrel=4
-pkgdesc='Bindings for the MusicBrainz NGS service'
-arch=('any')
-url='https://github.com/alastair/python-musicbrainz-ngs'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/m/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{docs,examples,test}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-musicbrainzngs/repos/community-any/PKGBUILD (from rev 105477, 
python2-musicbrainzngs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 20:40:20 UTC (rev 105478)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=python2-musicbrainzngs
+pkgver=0.5
+pkgrel=1
+pkgdesc='Bindings for the MusicBrainz NGS service'
+arch=('any')
+url=https://github.com/alastair/${pkgname/2/};
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
+
+build() {
+  cd ${pkgname/2/}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname/2/}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{docs,examples,test}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ruby-term-ansicolor/repos/community-any (PKGBUILD PKGBUILD)

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 21:42:02
  Author: alucryd
Revision: 105480

archrelease: copy trunk to community-any

Added:
  ruby-term-ansicolor/repos/community-any/PKGBUILD
(from rev 105479, ruby-term-ansicolor/trunk/PKGBUILD)
Deleted:
  ruby-term-ansicolor/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-08 20:41:51 UTC (rev 105479)
+++ PKGBUILD2014-02-08 20:42:02 UTC (rev 105480)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
-# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
-
-pkgname=ruby-term-ansicolor
-pkgver=1.2.2
-pkgrel=5
-pkgdesc='A ruby library that colors strings using ANSI escape sequences'
-arch=('any')
-url='https://rubygems.org/gems/term-ansicolor'
-license=('GPL2')
-depends=('ruby-tins')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('b9534713ba4c2a48f2291fadf9ce2edae9f2dc96157ee812fe8fe16a70c081ac')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} -n ${pkgdir}/usr/bin ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
-
-# Prevent conflict with colordiff
-  rm ${pkgdir}/usr/bin/cdiff
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-term-ansicolor/repos/community-any/PKGBUILD (from rev 105479, 
ruby-term-ansicolor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-08 20:42:02 UTC (rev 105480)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+
+pkgname=ruby-term-ansicolor
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A ruby library that colors strings using ANSI escape sequences'
+arch=('any')
+url='https://rubygems.org/gems/term-ansicolor'
+license=('GPL2')
+depends=('ruby-tins')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} -n ${pkgdir}/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/
+
+# Prevent conflict with colordiff
+  rm ${pkgdir}/usr/bin/cdiff
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ruby-term-ansicolor/trunk (PKGBUILD)

2014-02-08 Thread Maxime Gauduin
Date: Saturday, February 8, 2014 @ 21:41:51
  Author: alucryd
Revision: 105479

upgpkg: ruby-term-ansicolor 1.3.0-1

Modified:
  ruby-term-ansicolor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 20:40:20 UTC (rev 105478)
+++ PKGBUILD2014-02-08 20:41:51 UTC (rev 105479)
@@ -4,8 +4,8 @@
 # Contributor: Hilton Medeiros medeiros.hil...@gmail.com
 
 pkgname=ruby-term-ansicolor
-pkgver=1.2.2
-pkgrel=5
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='A ruby library that colors strings using ANSI escape sequences'
 arch=('any')
 url='https://rubygems.org/gems/term-ansicolor'
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('b9534713ba4c2a48f2291fadf9ce2edae9f2dc96157ee812fe8fe16a70c081ac')
+sha256sums=('8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



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

2014-02-08 Thread Sébastien Luttringer
Date: Sunday, February 9, 2014 @ 03:00:52
  Author: seblu
Revision: 105481

Remove libsodium. Not a direct dep

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 20:42:02 UTC (rev 105480)
+++ PKGBUILD2014-02-09 02:00:52 UTC (rev 105481)
@@ -4,13 +4,12 @@
 
 pkgname=salt
 pkgver=0.17.5
-pkgrel=0.3
+pkgrel=0.4
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
 license=('Apache')
-depends=('libsodium'
- 'python2'
+depends=('python2'
  'python2-crypto'
  'python2-jinja'
  'python2-m2crypto'



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

2014-02-08 Thread Connor Behan
Date: Sunday, February 9, 2014 @ 05:19:30
  Author: cbehan
Revision: 105482

upgpkg: xulrunner 27.0-1

xulrunner 27, finally compiles after lots of pain

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

---+
 PKGBUILD  |   21 +
 mozconfig |4 +++-
 2 files changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 02:00:52 UTC (rev 105481)
+++ PKGBUILD2014-02-09 04:19:30 UTC (rev 105482)
@@ -4,26 +4,24 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xulrunner
-pkgver=25.0
+pkgver=27.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.15' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'libvpx' 
'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gstreamer0.10-base=0.10.25')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'libvpx' 
'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gstreamer0.10-base')
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch
-shared-libs.patch
-   freetype-headers.patch)
-options=('!emptydirs' 'staticlibs')
+shared-libs.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('796614f7a7a02ae4bceb5d1f2dce2de5096f9e390e91ec09fa5a40bcdff45cb1'
-'b5e66890e991b194d9a6d2179bccd5ac0015d4aab0a8411c55c6ecfd06576c24'
+sha256sums=('4f6125c053e12c4ac3317b075e289b10ce470dd90ed6fc43c4572bf1acc64981'
+'8455f7bc00e8ad6e69bba43171083c778420a8b1c566347ed5381ae9cf98191a'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
-'b62975b25fa3a0dc3e57e32c2b980daf2ee2497eff1d9661595b8e8bafbaa5f8')
+'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
 
 prepare() {
   cd $srcdir/mozilla-release
@@ -32,7 +30,6 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i ../mozilla-pkgconfig.patch
   patch -Np1 -i ../shared-libs.patch
-  patch -Np1 -i ../freetype-headers.patch
 
   # WebRTC build tries to execute python and expects Python 2
   # Workaround taken from chromium PKGBUILD
@@ -51,7 +48,7 @@
   export LDFLAGS=$LDFALGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
   export PYTHON=/usr/bin/python2
 
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+  make -j1 -f client.mk build
 }
 
 package() {

Modified: mozconfig
===
--- mozconfig   2014-02-09 02:00:52 UTC (rev 105481)
+++ mozconfig   2014-02-09 04:19:30 UTC (rev 105482)
@@ -22,8 +22,10 @@
 # Features
 ac_add_options --enable-startup-notification
 ac_add_options --enable-gstreamer
-
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests
 ac_add_options --disable-installer
+
+# https://bugzilla.mozilla.org/show_bug.cgi?id=955876
+ac_add_options --enable-release



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

2014-02-08 Thread Connor Behan
Date: Sunday, February 9, 2014 @ 05:20:46
  Author: cbehan
Revision: 105483

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

Added:
  xulrunner/repos/community-i686/PKGBUILD
(from rev 105482, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/freetype-headers.patch
(from rev 105482, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-i686/mozconfig
(from rev 105482, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 105482, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 105482, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 105482, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/freetype-headers.patch
(from rev 105482, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 105482, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 105482, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 105482, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/freetype-headers.patch
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/freetype-headers.patch
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/shared-libs.patch

--+
 /PKGBUILD|  144 +
 /freetype-headers.patch  |  132 ++
 /mozconfig   |   62 
 /mozilla-pkgconfig.patch |   80 
 /shared-libs.patch   |   24 
 community-i686/PKGBUILD  |   75 ---
 community-i686/freetype-headers.patch|   66 -
 community-i686/mozconfig |   29 -
 community-i686/mozilla-pkgconfig.patch   |   40 
 community-i686/shared-libs.patch |   12 --
 community-x86_64/PKGBUILD|   75 ---
 community-x86_64/freetype-headers.patch  |   66 -
 community-x86_64/mozconfig   |   29 -
 community-x86_64/mozilla-pkgconfig.patch |   40 
 community-x86_64/shared-libs.patch   |   12 --
 15 files changed, 442 insertions(+), 444 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-09 04:19:30 UTC (rev 105482)
+++ community-i686/PKGBUILD 2014-02-09 04:20:46 UTC (rev 105483)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Connor Behan connor.be...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xulrunner
-pkgver=25.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.15' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'libvpx' 
'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gstreamer0.10-base=0.10.25')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch
-   freetype-headers.patch)
-options=('!emptydirs' 'staticlibs')
-replaces=('xulrunner-oss')
-sha256sums=('796614f7a7a02ae4bceb5d1f2dce2de5096f9e390e91ec09fa5a40bcdff45cb1'
-'b5e66890e991b194d9a6d2179bccd5ac0015d4aab0a8411c55c6ecfd06576c24'
-'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
-'b62975b25fa3a0dc3e57e32c2b980daf2ee2497eff1d9661595b8e8bafbaa5f8')
-
-prepare() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-  patch -Np1 -i ../freetype-headers.patch
-
-  # WebRTC build tries to execute python and expects Python 2
-  # Workaround taken from chromium PKGBUILD
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
-
-  # configure script misdetects the preprocessor without an optimization level
-  # https://bugs.archlinux.org/task/34644
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-}
-
-build() {
-  cd $srcdir/mozilla-release
-
-  export 

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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 06:57:35
  Author: dwallace
Revision: 105484

upgpkg: lib32-flashplugin 11.2.202.336-1

upgpkg: lib32-flashplugin 11.2.202.336

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 04:20:46 UTC (rev 105483)
+++ PKGBUILD2014-02-09 05:57:35 UTC (rev 105484)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.335
+pkgver=11.2.202.336
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('63f3b6c3b84e36d418c421d4861f4f85')
+md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 06:58:04
  Author: dwallace
Revision: 105485

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-09 05:57:35 UTC (rev 105484)
+++ PKGBUILD2014-02-09 05:58:04 UTC (rev 105485)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.335
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('63f3b6c3b84e36d418c421d4861f4f85')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 105484, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-09 05:58:04 UTC (rev 105485)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.336
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-02-08 Thread Balló György
Date: Sunday, February 9, 2014 @ 07:17:37
  Author: bgyorgy
Revision: 105487

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 105486, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 105486, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 105486, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 105486, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/gnome-do.install

---+
 /PKGBUILD |   60 
 /gnome-do.install |   44 ++
 community-i686/PKGBUILD   |   30 --
 community-i686/gnome-do.install   |   22 -
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/gnome-do.install |   22 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-09 06:17:29 UTC (rev 105486)
+++ community-i686/PKGBUILD 2014-02-09 06:17:37 UTC (rev 105487)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.95
-pkgrel=1
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=https://launchpad.net/do;
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('60309cd42dcdfc25e215346b3346095f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 105486, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-09 06:17:37 UTC (rev 105487)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
+arch=('i686' 'x86_64')
+url=https://launchpad.net/do;
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('1f61376718d75d3defcdf81958754296')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-do.install
===
--- community-i686/gnome-do.install 2014-02-09 06:17:29 UTC (rev 105486)
+++ community-i686/gnome-do.install 2014-02-09 06:17:37 UTC (rev 105487)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}

Copied: gnome-do/repos/community-i686/gnome-do.install (from rev 105486, 
gnome-do/trunk/gnome-do.install)
===
--- community-i686/gnome-do.install (rev 0)
+++ community-i686/gnome-do.install 2014-02-09 06:17:37 UTC (rev 105487)
@@ -0,0 +1,22 @@
+pkgname=gnome-do
+
+post_install() {
+  gconfpkg --install $pkgname
+  xdg-icon-resource forceupdate
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  

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

2014-02-08 Thread Balló György
Date: Sunday, February 9, 2014 @ 07:17:29
  Author: bgyorgy
Revision: 105486

upgpkg: gnome-do 0.95.1-1

Update to version 0.95.1

Modified:
  gnome-do/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 05:58:04 UTC (rev 105485)
+++ PKGBUILD2014-02-09 06:17:29 UTC (rev 105486)
@@ -4,7 +4,7 @@
 # Contributor: Doehni do...@gmx.de
 
 pkgname=gnome-do
-pkgver=0.95
+pkgver=0.95.1
 pkgrel=1
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
 
source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('60309cd42dcdfc25e215346b3346095f')
+md5sums=('1f61376718d75d3defcdf81958754296')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:24:31
  Author: dwallace
Revision: 105488

upgpkg: lib32-curl 7.35.0-1

upgpkg: lib32-curl 7.35.0

Modified:
  lib32-curl/trunk/PKGBUILD
Deleted:
  
lib32-curl/trunk/0001-connect-Try-all-addresses-in-first-connection-attemp.patch

-+
 0001-connect-Try-all-addresses-in-first-connection-attemp.patch |   47 
--
 PKGBUILD|   17 +--
 2 files changed, 5 insertions(+), 59 deletions(-)

Deleted: 0001-connect-Try-all-addresses-in-first-connection-attemp.patch
===
--- 0001-connect-Try-all-addresses-in-first-connection-attemp.patch 
2014-02-09 06:17:37 UTC (rev 105487)
+++ 0001-connect-Try-all-addresses-in-first-connection-attemp.patch 
2014-02-09 06:24:31 UTC (rev 105488)
@@ -1,47 +0,0 @@
-From 4e1ece2e44f432c2614f2090155c0aaf2226ea80 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= bj...@haxx.se
-Date: Sat, 28 Dec 2013 13:42:57 +0100
-Subject: [PATCH] connect: Try all addresses in first connection attempt
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes a bug when all addresses in the first family fail immediately, due
-to Network unreachable for example, curl would hang and never try the
-next address family.
-
-Iterate through all address families when to trying establish the first
-connection attempt.
-
-Bug: http://curl.haxx.se/bug/view.cgi?id=1315
-Reported-by: Michal Górny and Anthony G. Basile

- lib/connect.c | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/lib/connect.c b/lib/connect.c
-index 4b6ee00..588ac28 100644
 a/lib/connect.c
-+++ b/lib/connect.c
-@@ -1104,12 +1104,12 @@ CURLcode Curl_connecthost(struct connectdata *conn,  
/* context */
- conn-tempaddr[0]-ai_next == NULL ? timeout_ms : timeout_ms / 2;
- 
-   /* start connecting to first IP */
--  res = singleipconnect(conn, conn-tempaddr[0], (conn-tempsock[0]));
--  while(res != CURLE_OK 
--conn-tempaddr[0] 
--conn-tempaddr[0]-ai_next 
--conn-tempsock[0] == CURL_SOCKET_BAD)
--res = trynextip(conn, FIRSTSOCKET, 0);
-+  while(conn-tempaddr[0]) {
-+res = singleipconnect(conn, conn-tempaddr[0], (conn-tempsock[0]));
-+if(res == CURLE_OK)
-+break;
-+conn-tempaddr[0] = conn-tempaddr[0]-ai_next;
-+  }
- 
-   if(conn-tempsock[0] == CURL_SOCKET_BAD)
- return res;
--- 
-1.8.5.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 06:17:37 UTC (rev 105487)
+++ PKGBUILD2014-02-09 06:24:31 UTC (rev 105488)
@@ -8,25 +8,18 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.34.0
-pkgrel=2
+pkgver=7.35.0
+pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
 url=http://curl.haxx.se;
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc}
-0001-connect-Try-all-addresses-in-first-connection-attemp.patch)
-md5sums=('d5b7edccbd1793e3549842e01331da20'
- 'SKIP'
- 'ee755b0e886207fc1e8154e426c46ca7')
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('f5ae45ed6e86debb721b68392b5ce13c'
+ 'SKIP')
 
-prepare() {
-  cd $_pkgname-$pkgver
 
-  patch -Np1 
$srcdir/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
-}
-
 build() {
   cd $_pkgname-$pkgver
 



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (5 files)

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:24:55
  Author: dwallace
Revision: 105489

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 105488, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 105488, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-connect-Try-all-addresses-in-first-connection-attemp.patch |   47 ---
 PKGBUILD|  133 
--
 curlbuild.h |   18 -
 3 files changed, 72 insertions(+), 126 deletions(-)

Deleted: 0001-connect-Try-all-addresses-in-first-connection-attemp.patch
===
--- 0001-connect-Try-all-addresses-in-first-connection-attemp.patch 
2014-02-09 06:24:31 UTC (rev 105488)
+++ 0001-connect-Try-all-addresses-in-first-connection-attemp.patch 
2014-02-09 06:24:55 UTC (rev 105489)
@@ -1,47 +0,0 @@
-From 4e1ece2e44f432c2614f2090155c0aaf2226ea80 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= bj...@haxx.se
-Date: Sat, 28 Dec 2013 13:42:57 +0100
-Subject: [PATCH] connect: Try all addresses in first connection attempt
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes a bug when all addresses in the first family fail immediately, due
-to Network unreachable for example, curl would hang and never try the
-next address family.
-
-Iterate through all address families when to trying establish the first
-connection attempt.
-
-Bug: http://curl.haxx.se/bug/view.cgi?id=1315
-Reported-by: Michal Górny and Anthony G. Basile

- lib/connect.c | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/lib/connect.c b/lib/connect.c
-index 4b6ee00..588ac28 100644
 a/lib/connect.c
-+++ b/lib/connect.c
-@@ -1104,12 +1104,12 @@ CURLcode Curl_connecthost(struct connectdata *conn,  
/* context */
- conn-tempaddr[0]-ai_next == NULL ? timeout_ms : timeout_ms / 2;
- 
-   /* start connecting to first IP */
--  res = singleipconnect(conn, conn-tempaddr[0], (conn-tempsock[0]));
--  while(res != CURLE_OK 
--conn-tempaddr[0] 
--conn-tempaddr[0]-ai_next 
--conn-tempsock[0] == CURL_SOCKET_BAD)
--res = trynextip(conn, FIRSTSOCKET, 0);
-+  while(conn-tempaddr[0]) {
-+res = singleipconnect(conn, conn-tempaddr[0], (conn-tempsock[0]));
-+if(res == CURLE_OK)
-+break;
-+conn-tempaddr[0] = conn-tempaddr[0]-ai_next;
-+  }
- 
-   if(conn-tempsock[0] == CURL_SOCKET_BAD)
- return res;
--- 
-1.8.5.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-09 06:24:31 UTC (rev 105488)
+++ PKGBUILD2014-02-09 06:24:55 UTC (rev 105489)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.34.0
-pkgrel=2
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc}
-0001-connect-Try-all-addresses-in-first-connection-attemp.patch)
-md5sums=('d5b7edccbd1793e3549842e01331da20'
- 'SKIP'
- 'ee755b0e886207fc1e8154e426c46ca7')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 
$srcdir/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv 

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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:34:52
  Author: dwallace
Revision: 105490

upgpkg: vim-systemd 20130410-1

upgpkg: vim-systemd 20140209

Modified:
  vim-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 06:24:55 UTC (rev 105489)
+++ PKGBUILD2014-02-09 06:34:52 UTC (rev 105490)
@@ -18,7 +18,7 @@
 
syntax-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/udev.vim;
 
ftdetect-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/udev.vim;
 '0001-Add-more-syntax-keywords-for-service-and-socket-file.patch')
-md5sums=('75071aeb14c1db7a9c92cd5839691ccc'
+md5sums=('1e70048382f3588837687dcc8658c055'
  'b022fcc3ddc10a49a52e960868924103'
  '3089ca7384668a4a6ccbee979663599f'
  '8c49e2ad82ff1b1dca1defbdbbc199fd'



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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:37:15
  Author: dwallace
Revision: 105491

upgpkg: vim-systemd 20130409-1

upgpkg: vim-systemd 20140209

Modified:
  vim-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 06:34:52 UTC (rev 105490)
+++ PKGBUILD2014-02-09 06:37:15 UTC (rev 105491)
@@ -3,7 +3,7 @@
 # Contributor: Jason St. John jstjohn .. purdue . edu
 
 pkgname=vim-systemd
-pkgver=20130410
+pkgver=20130409
 pkgver(){
date +%Y%m%d
 }



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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:38:20
  Author: dwallace
Revision: 105492

upgpkg: vim-systemd 20140209-1

upgpkg: vim-systemd 20140209

Modified:
  vim-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 06:37:15 UTC (rev 105491)
+++ PKGBUILD2014-02-09 06:38:20 UTC (rev 105492)
@@ -3,7 +3,7 @@
 # Contributor: Jason St. John jstjohn .. purdue . edu
 
 pkgname=vim-systemd
-pkgver=20130409
+pkgver=20140209
 pkgver(){
date +%Y%m%d
 }



[arch-commits] Commit in vim-systemd/repos/community-any (4 files)

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:38:44
  Author: dwallace
Revision: 105493

archrelease: copy trunk to community-any

Added:
  
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
(from rev 105492, 
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch)
  vim-systemd/repos/community-any/PKGBUILD
(from rev 105492, vim-systemd/trunk/PKGBUILD)
Deleted:
  
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
  vim-systemd/repos/community-any/PKGBUILD

-+
 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch |   78 
-
 PKGBUILD|   80 
+-
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
===
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2014-02-09 06:38:20 UTC (rev 105492)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2014-02-09 06:38:44 UTC (rev 105493)
@@ -1,39 +0,0 @@
 syntax-systemd.vim 2013-04-10 18:35:36.393637187 -0400
-+++ /home/daniel/syntax-systemd.vim2013-04-10 18:39:22.290301255 -0400
-@@ -152,7 +152,10 @@
- syn match sdServiceKey contained /^BusName=/
- syn match sdServiceKey contained 
/^\%(RemainAfterExit\|GuessMainPID\|PermissionsStartOnly\|RootDirectoryStartOnly\|NonBlocking\|ControlGroupModify\)=/
 nextgroup=sdBool,sdErr
- syn match sdServiceKey contained /^\%(SysVStartPriority\|FsckPassNo\)=/ 
nextgroup=sdUInt,sdErr
--syn match sdServiceKey contained /^\%(Restart\|Timeout\)Sec=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^\%(Restart\|Timeout\|Watchdog\)Sec=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^StartLimit\%(Interval\|Burst\)=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^StartLimitAction=/ 
nextgroup=sdLimitActionType,sdErr
-+syn match sdServiceKey contained /^\%(Success\|RestartPrevent\)ExitStatus=/ 
nextgroup=sdErr
- syn match sdServiceKey contained /^Sockets=/ nextgroup=sdUnitList
- syn match sdServiceKey contained /^PIDFile=/ nextgroup=sdFilename,sdErr
- syn match sdServiceKey contained /^Type=/ nextgroup=sdServiceType,sdErr
-@@ -161,6 +164,7 @@
- syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus 
oneshot notify idle
- syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure 
on-abort always
- syn keyword sdNotifyType  contained nextgroup=sdErr none main all
-+syn keyword sdLimitActionType  contained nextgroup=sdErr none reboot 
reboot-force reboot-immediate
- 
-  [Socket] {{{1
- syn region sdSocketBlock matchgroup=sdHeader start=/^\[Socket\]/ 
end=/^\[/me=e-2 contains=sdSocketKey,sdExecKey
-@@ -168,7 +172,7 @@
- syn match sdSocketKey contained /^Listen\%(FIFO\|Special\)=/ 
nextgroup=sdFilename,sdErr
- syn match sdSocketKey contained /^\%(Socket\|Directory\)Mode=/ 
nextgroup=sdOctal,sdErr
- syn match sdSocketKey contained 
/^\%(Backlog\|MaxConnections\|Priority\|ReceiveBuffer\|SendBuffer\|IPTTL\|Mark\|PipeSize\|MessageQueueMaxMessages\|MessageQueueMessageSize\)=/
 nextgroup=sdUInt,sdErr
--syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\)=/ 
nextgroup=sdBool,sdErr
-+syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\|PassCredentials\|PassSecurity\)=/
 nextgroup=sdBool,sdErr
- syn match sdSocketKey contained /^BindToDevice=/
- syn match sdSocketKey contained /^Service=/ nextgroup=sdUnitList
- syn match sdSocketKey contained /^BindIPv6Only=/ nextgroup=sdBindIPv6,sdErr
-@@ -243,6 +247,7 @@
- hi def link sdDuration  sdValue
- hi def link sdVirtType  sdValue
- hi def link sdServiceType   sdValue
-+hi def link sdLimitActionType   sdValue
- hi def link sdNotifyTypesdValue
- hi def link sdSecurityType  sdValue
- hi def link sdSecureBitssdValue

Copied: 
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
 (from rev 105492, 
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch)
===
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
(rev 0)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2014-02-09 06:38:44 UTC (rev 105493)
@@ -0,0 +1,39 @@
+--- syntax-systemd.vim 2013-04-10 18:35:36.393637187 -0400
 /home/daniel/syntax-systemd.vim2013-04-10 18:39:22.290301255 -0400
+@@ -152,7 +152,10 @@
+ syn match sdServiceKey contained /^BusName=/
+ syn match sdServiceKey contained 
/^\%(RemainAfterExit\|GuessMainPID\|PermissionsStartOnly\|RootDirectoryStartOnly\|NonBlocking\|ControlGroupModify\)=/
 

[arch-commits] Commit in (23 files)

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 07:59:54
  Author: dwallace
Revision: 105494

move ansible and salt into the repos

Added:
  ansible/
  ansible/repos/
  ansible/trunk/
  ansible/trunk/PKGBUILD
  python2-cffi/
  python2-cffi/repos/
  python2-cffi/trunk/
  python2-cffi/trunk/PKGBUILD
  python2-ply/
  python2-ply/repos/
  python2-ply/trunk/
  python2-ply/trunk/PKGBUILD
  python2-pycparser/
  python2-pycparser/repos/
  python2-pycparser/trunk/
  python2-pycparser/trunk/PKGBUILD
  salt/trunk/salt-master
  salt/trunk/salt-minion
  salt/trunk/salt-syndic
Modified:
  salt/trunk/PKGBUILD
  salt/trunk/salt-master.service
  salt/trunk/salt-minion.service
  salt/trunk/salt-syndic.service

--+
 ansible/trunk/PKGBUILD   |   56 ++
 python2-cffi/trunk/PKGBUILD  |   32 
 python2-ply/trunk/PKGBUILD   |   27 ++
 python2-pycparser/trunk/PKGBUILD |   28 +++
 salt/trunk/PKGBUILD  |   92 -
 salt/trunk/salt-master   |   76 ++
 salt/trunk/salt-master.service   |6 +-
 salt/trunk/salt-minion   |   75 ++
 salt/trunk/salt-minion.service   |   10 ++--
 salt/trunk/salt-syndic   |   75 ++
 salt/trunk/salt-syndic.service   |   10 ++--
 11 files changed, 424 insertions(+), 63 deletions(-)

Added: ansible/trunk/PKGBUILD
===
--- ansible/trunk/PKGBUILD  (rev 0)
+++ ansible/trunk/PKGBUILD  2014-02-09 06:59:54 UTC (rev 105494)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributors: Chris seitz.christ...@gmail.com
+# Contributors: m0ikz ndelato...@moikz.com.ar
+# Contributors: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.4.4
+pkgrel=3
+pkgdesc='A radically simple deployment, model-driven configuration management, 
and command execution framework'
+arch=('any')
+url='http://www.ansibleworks.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko=1.7.7' 'python2-jinja')
+makedepends=('git' 'asciidoc' 'fakeroot')
+conflicts=('ansible-git')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b')
+backup=('etc/ansible/ansible.cfg')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg 'Fixing Python version...'
+  find ./bin/ -type f -print0 | xargs -0 sed -i 
's#/usr/bin/python#/usr/bin/python2#g'
+  find ./bin/ -type f -print0 | xargs -0 sed -i 's#/usr/bin/env 
python#/usr/bin/env python2#g'
+}
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p ${pkgdir}/usr/share/ansible
+  cp -dpr --no-preserve=ownership library/* ${pkgdir}/usr/share/ansible
+  cp -dpr --no-preserve=ownership examples ${pkgdir}/usr/share/ansible
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -D examples/ansible.cfg ${pkgdir}/etc/ansible/ansible.cfg
+
+  install -D README.md ${pkgdir}/usr/share/doc/ansible/README.md
+  install -D COPYING ${pkgdir}/usr/share/doc/ansible/COPYING
+
+  mkdir -p ${pkgdir}/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
${pkgdir}/usr/share/man/man1
+  mkdir -p ${pkgdir}/usr/share/man/man3
+  cp -dpr --no-preserve=ownership docs/man/man3/*.3 
${pkgdir}/usr/share/man/man3
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: ansible/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-cffi/trunk/PKGBUILD
===
--- python2-cffi/trunk/PKGBUILD (rev 0)
+++ python2-cffi/trunk/PKGBUILD 2014-02-09 06:59:54 UTC (rev 105494)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-cffi
+pkgver=0.8.1
+pkgrel=3
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+depends=('python2' 'python2-pycparser')
+makedepends=('python2-setuptools')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+md5sums=('1a877bf113bfe90fdefedbf9e39310d2')
+sha256sums=('1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818')
+provides=('python2-cffi')
+
+build() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Building...'
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Installing...'
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


Property changes on: python2-cffi/trunk/PKGBUILD

[arch-commits] Commit in ansible/repos (community-any community-any/PKGBUILD)

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 08:01:53
  Author: dwallace
Revision: 105495

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/
  ansible/repos/community-any/PKGBUILD
(from rev 105494, ansible/trunk/PKGBUILD)

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

Copied: ansible/repos/community-any/PKGBUILD (from rev 105494, 
ansible/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-02-09 07:01:53 UTC (rev 105495)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributors: Chris seitz.christ...@gmail.com
+# Contributors: m0ikz ndelato...@moikz.com.ar
+# Contributors: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.4.4
+pkgrel=3
+pkgdesc='A radically simple deployment, model-driven configuration management, 
and command execution framework'
+arch=('any')
+url='http://www.ansibleworks.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko=1.7.7' 'python2-jinja')
+makedepends=('git' 'asciidoc' 'fakeroot')
+conflicts=('ansible-git')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b')
+backup=('etc/ansible/ansible.cfg')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg 'Fixing Python version...'
+  find ./bin/ -type f -print0 | xargs -0 sed -i 
's#/usr/bin/python#/usr/bin/python2#g'
+  find ./bin/ -type f -print0 | xargs -0 sed -i 's#/usr/bin/env 
python#/usr/bin/env python2#g'
+}
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p ${pkgdir}/usr/share/ansible
+  cp -dpr --no-preserve=ownership library/* ${pkgdir}/usr/share/ansible
+  cp -dpr --no-preserve=ownership examples ${pkgdir}/usr/share/ansible
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -D examples/ansible.cfg ${pkgdir}/etc/ansible/ansible.cfg
+
+  install -D README.md ${pkgdir}/usr/share/doc/ansible/README.md
+  install -D COPYING ${pkgdir}/usr/share/doc/ansible/COPYING
+
+  mkdir -p ${pkgdir}/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
${pkgdir}/usr/share/man/man1
+  mkdir -p ${pkgdir}/usr/share/man/man3
+  cp -dpr --no-preserve=ownership docs/man/man3/*.3 
${pkgdir}/usr/share/man/man3
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 08:06:41
  Author: dwallace
Revision: 105496

add apache-libcloud

Added:
  apache-libcloud/
  apache-libcloud/repos/
  apache-libcloud/trunk/
  apache-libcloud/trunk/PKGBUILD

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

Added: apache-libcloud/trunk/PKGBUILD
===
--- apache-libcloud/trunk/PKGBUILD  (rev 0)
+++ apache-libcloud/trunk/PKGBUILD  2014-02-09 07:06:41 UTC (rev 105496)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Alasdair Haswell ali at arhaswell dot co dot uk
+
+pkgname=apache-libcloud
+pkgver=0.14.1
+pkgrel=1
+pkgdesc=Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs
+arch=('i686' 'x86_64')
+url=https://libcloud.apache.org;
+license=('apache')
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
+sha256sums=('331eed2002a86493b2496f8e09224fc2766812fa72afb335d4d74f1bf4d36e19')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}


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


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

2014-02-08 Thread Daniel Wallace
Date: Sunday, February 9, 2014 @ 08:08:00
  Author: dwallace
Revision: 105497

Preping for the new release of saltstack

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 07:06:41 UTC (rev 105496)
+++ PKGBUILD2014-02-09 07:08:00 UTC (rev 105497)
@@ -9,6 +9,7 @@
 arch=(any)
 url=https://github.com/saltstack/salt;
 license=(APACHE)
+optdepends=('apache-libcloud:: salt-cloud')
 depends=('python2'
  'sshpass'
 'libsodium'