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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 12:05:35
  Author: spupykin
Revision: 113535

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

Added:
  xcircuit/repos/community-i686/PKGBUILD
(from rev 113534, xcircuit/trunk/PKGBUILD)
  xcircuit/repos/community-x86_64/PKGBUILD
(from rev 113534, xcircuit/trunk/PKGBUILD)
Deleted:
  xcircuit/repos/community-i686/PKGBUILD
  xcircuit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 10:05:19 UTC (rev 113534)
+++ community-i686/PKGBUILD 2014-06-25 10:05:35 UTC (rev 113535)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.63
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('72456ef92140a74d894a0f27a5adeae9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 113534, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 10:05:35 UTC (rev 113535)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.65
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 10:05:19 UTC (rev 113534)
+++ community-x86_64/PKGBUILD   2014-06-25 10:05:35 UTC (rev 113535)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.63
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('72456ef92140a74d894a0f27a5adeae9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 113534, 
xcircuit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-25 10:05:35 UTC (rev 113535)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.65

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 12:05:19
  Author: spupykin
Revision: 113534

upgpkg: xcircuit 3.8.65-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 05:27:51 UTC (rev 113533)
+++ PKGBUILD2014-06-25 10:05:19 UTC (rev 113534)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.63
+pkgver=3.8.65
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('tk' 'libxpm' 'zlib')
 makedepends=('chrpath')
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('72456ef92140a74d894a0f27a5adeae9')
+md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 13:00:27
  Author: spupykin
Revision: 113536

upgpkg: open-vm-tools 5:2013.09.16-9

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 10:05:35 UTC (rev 113535)
+++ PKGBUILD2014-06-25 11:00:27 UTC (rev 113536)
@@ -6,12 +6,13 @@
 epoch=5
 pkgver=2013.09.16
 _pkgsubver=1328054
-pkgrel=8
+pkgrel=9
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
 license=('LGPL')
-depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss' 
'iproute2' 'fuse')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release')
 makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
 optdepends=('gtkmm: DnD/CP plugin'
'libxtst: DnD/CP, resolution set plugins'



[arch-commits] Commit in open-vm-tools/repos (24 files)

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 13:00:51
  Author: spupykin
Revision: 113537

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 113536, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/network-script
(from rev 113536, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 113536, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 113536, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 113536, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 113536, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 113536, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 113536, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 113536, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 113536, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 113536, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 113536, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

---+
 /PKGBUILD |  146 +
 /network-script   |  390 
 /tools.conf   |2 
 /vmtoolsd.service |   18 +
 /vmware-guestd|   12 +
 /xautostart.conf  |   12 +
 community-i686/PKGBUILD   |   72 --
 community-i686/network-script |  195 --
 community-i686/tools.conf |1 
 community-i686/vmtoolsd.service   |9 
 community-i686/vmware-guestd  |6 
 community-i686/xautostart.conf|6 
 community-x86_64/PKGBUILD |   72 --
 community-x86_64/network-script   |  195 --
 community-x86_64/tools.conf   |1 
 community-x86_64/vmtoolsd.service |9 
 community-x86_64/vmware-guestd|6 
 community-x86_64/xautostart.conf  |6 
 18 files changed, 580 insertions(+), 578 deletions(-)

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


[arch-commits] Commit in gcc/trunk (PKGBUILD gcc-4.9-isl-0.13-hack.patch)

2014-06-25 Thread Allan McRae
Date: Wednesday, June 25, 2014 @ 14:14:48
  Author: allan
Revision: 215433

upgpkg: gcc 4.9.0-5

fix graphite with isl-0.13 compatibility hack

Added:
  gcc/trunk/gcc-4.9-isl-0.13-hack.patch
Modified:
  gcc/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++--
 gcc-4.9-isl-0.13-hack.patch |   71 ++
 2 files changed, 82 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-24 22:02:44 UTC (rev 215432)
+++ PKGBUILD2014-06-25 12:14:48 UTC (rev 215433)
@@ -7,7 +7,7 @@
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.9.0
 _pkgver=4.9
-pkgrel=4
+pkgrel=5
 _snapshot=4.9-20140604
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
@@ -18,9 +18,11 @@
 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-filename-output.patch
+gcc-4.9-isl-0.13-hack.patch)
 md5sums=('57aa4ff81c56262dc89994853c4d0149'
- '40cb437805e2f7a006aa0d0c3098ab0f')
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ 'f26ae06b9cbc8abe86f5ee4dc5737da8')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -47,6 +49,10 @@
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
   patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
 
+  # isl-0.13 support - mostly header includes and a function rename
+  # (which does not seem right but causes no testsuite failures...)
+  patch -p1 -i ${srcdir}/gcc-4.9-isl-0.13-hack.patch
+
   mkdir ${srcdir}/gcc-build
 }
 
@@ -68,7 +74,8 @@
   --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-cloog-backend=isl \
+  --disable-isl-version-check --disable-cloog-version-check \
   --enable-lto --enable-plugin --enable-install-libiberty \
   --with-linker-hash-style=gnu \
   --disable-multilib --disable-werror \

Added: gcc-4.9-isl-0.13-hack.patch
===
--- gcc-4.9-isl-0.13-hack.patch (rev 0)
+++ gcc-4.9-isl-0.13-hack.patch 2014-06-25 12:14:48 UTC (rev 215433)
@@ -0,0 +1,71 @@
+diff -Naur gcc-4.9-20140604-old/gcc/graphite-clast-to-gimple.c 
gcc-4.9-20140604/gcc/graphite-clast-to-gimple.c
+--- gcc-4.9-20140604-old/gcc/graphite-clast-to-gimple.c2014-03-03 
21:39:22.0 +1000
 gcc-4.9-20140604/gcc/graphite-clast-to-gimple.c2014-06-25 
15:07:57.958697105 +1000
+@@ -28,6 +28,8 @@
+ #include isl/constraint.h
+ #include isl/ilp.h
+ #include isl/aff.h
++#include isl/deprecated/int.h
++#include isl/deprecated/ilp_int.h
+ #include cloog/cloog.h
+ #include cloog/isl/domain.h
+ #endif
+diff -Naur gcc-4.9-20140604-old/gcc/graphite-interchange.c 
gcc-4.9-20140604/gcc/graphite-interchange.c
+--- gcc-4.9-20140604-old/gcc/graphite-interchange.c2014-01-03 
08:23:26.0 +1000
 gcc-4.9-20140604/gcc/graphite-interchange.c2014-06-25 
15:10:06.882899243 +1000
+@@ -29,6 +29,9 @@
+ #include isl/map.h
+ #include isl/union_map.h
+ #include isl/ilp.h
++#include isl/deprecated/int.h
++#include isl/deprecated/ilp_int.h
++#include isl/deprecated/constraint_int.h
+ #include cloog/cloog.h
+ #include cloog/isl/domain.h
+ #endif
+diff -Naur gcc-4.9-20140604-old/gcc/graphite-optimize-isl.c 
gcc-4.9-20140604/gcc/graphite-optimize-isl.c
+--- gcc-4.9-20140604-old/gcc/graphite-optimize-isl.c   2014-01-03 
08:23:26.0 +1000
 gcc-4.9-20140604/gcc/graphite-optimize-isl.c   2014-06-25 
15:16:57.038386166 +1000
+@@ -28,6 +28,8 @@
+ #include isl/band.h
+ #include isl/aff.h
+ #include isl/options.h
++#include isl/deprecated/int.h
++#include isl/deprecated/aff_int.h
+ #endif
+ 
+ #include system.h
+@@ -373,7 +375,7 @@
+   {
+ for (i = ScheduleDimensions - 1 ;  i = 0 ; i--)
+   {
+-if (isl_band_member_is_zero_distance (Band, i))
++if (isl_band_member_is_coincident (Band, i))
+   {
+ isl_map *TileMap;
+ isl_union_map *TileUMap;
+diff -Naur gcc-4.9-20140604-old/gcc/graphite-poly.c 
gcc-4.9-20140604/gcc/graphite-poly.c
+--- gcc-4.9-20140604-old/gcc/graphite-poly.c   2014-01-03 08:23:26.0 
+1000
 gcc-4.9-20140604/gcc/graphite-poly.c   2014-06-25 15:18:01.207157796 
+1000
+@@ -28,6 +28,8 @@
+ #include isl/constraint.h
+ #include isl/ilp.h
+ #include isl/aff.h
++#include isl/deprecated/int.h
++#include isl/deprecated/ilp_int.h
+ #include cloog/cloog.h
+ #include cloog/isl/domain.h
+ #endif
+diff -Naur gcc-4.9-20140604-old/gcc/graphite-sese-to-poly.c 

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

2014-06-25 Thread Allan McRae
Date: Wednesday, June 25, 2014 @ 14:17:29
  Author: allan
Revision: 215434

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 215433, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 215433, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-4.9-isl-0.13-hack.patch
(from rev 215433, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 215433, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 215433, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 215433, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 215433, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 215433, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 215433, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 215433, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-4.9-isl-0.13-hack.patch
(from rev 215433, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 215433, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 215433, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 215433, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 215433, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 215433, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  313 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-4.9-isl-0.13-hack.patch |   71 +
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  313 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-4.9-isl-0.13-hack.patch   |   71 +
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 16 files changed, 986 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 215433, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-25 12:17:29 UTC (rev 215434)
@@ -0,0 +1,313 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=5
+_snapshot=4.9-20140604
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+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.9-isl-0.13-hack.patch)
+md5sums=('57aa4ff81c56262dc89994853c4d0149'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ 'f26ae06b9cbc8abe86f5ee4dc5737da8')
+
+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
+
+  # isl-0.13 support - mostly header includes and a function rename
+  # (which does not seem right but causes no testsuite failures...)
+  patch -p1 -i ${srcdir}/gcc-4.9-isl-0.13-hack.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes 

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

2014-06-25 Thread Giovanni Scafora
Date: Wednesday, June 25, 2014 @ 14:56:16
  Author: giovanni
Revision: 215435

upgpkg: whois 5.1.3-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 12:17:29 UTC (rev 215434)
+++ PKGBUILD2014-06-25 12:56:16 UTC (rev 215435)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.1.2
+pkgver=5.1.3
 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=('a103596a4da3f1795fccbd9432c59ec9')
+md5sums=('2817d6065bbd8f274a3e5240e0bf7dd5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-06-25 Thread Giovanni Scafora
Date: Wednesday, June 25, 2014 @ 14:58:23
  Author: giovanni
Revision: 215436

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

Added:
  whois/repos/extra-i686/PKGBUILD
(from rev 215435, whois/trunk/PKGBUILD)
  whois/repos/extra-x86_64/PKGBUILD
(from rev 215435, 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-06-25 12:56:16 UTC (rev 215435)
+++ extra-i686/PKGBUILD 2014-06-25 12:58:23 UTC (rev 215436)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.2
-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=('a103596a4da3f1795fccbd9432c59ec9')
-
-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 215435, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-25 12:58:23 UTC (rev 215436)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.3
+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=('2817d6065bbd8f274a3e5240e0bf7dd5')
+
+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-06-25 12:56:16 UTC (rev 215435)
+++ extra-x86_64/PKGBUILD   2014-06-25 12:58:23 UTC (rev 215436)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.1.2
-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=('a103596a4da3f1795fccbd9432c59ec9')
-
-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 215435, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-25 12:58:23 UTC (rev 215436)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.1.3
+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=('2817d6065bbd8f274a3e5240e0bf7dd5')
+
+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 waf/trunk (PKGBUILD)

2014-06-25 Thread Alexander Rødseth
Date: Wednesday, June 25, 2014 @ 15:03:12
  Author: arodseth
Revision: 113539

upgpkg: waf 1.7.16-1

Modified:
  waf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:01:58 UTC (rev 113538)
+++ PKGBUILD2014-06-25 13:03:12 UTC (rev 113539)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet bi...@cern.ch
 
 pkgname=waf
-pkgver=1.7.15
-pkgrel=2
+pkgver=1.7.16
+pkgrel=1
 pkgdesc='General-purpose build system modelled after Scons'
 url='http://code.google.com/p/waf/'
 arch=('any')
@@ -13,8 +13,8 @@
 makedepends=('setconf')
 provides=('python-waf')
 options=('!emptydirs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('49780032ed2ac0e118030af329cbd5883d2b9cb9831fc632a3e7b2bfd99d3f1e')
+source=(http://ftp.waf.io/pub/release/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('ec12c8a4df1e7900afa5df117a48467a41bd81e951aca9f160394ddda53e5435')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-06-25 Thread Alexander Rødseth
Date: Wednesday, June 25, 2014 @ 15:03:18
  Author: arodseth
Revision: 113540

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 113539, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 13:03:12 UTC (rev 113539)
+++ PKGBUILD2014-06-25 13:03:18 UTC (rev 113540)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgname=waf
-pkgver=1.7.15
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('setconf')
-provides=('python-waf')
-options=('!emptydirs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('49780032ed2ac0e118030af329cbd5883d2b9cb9831fc632a3e7b2bfd99d3f1e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Extracting license
-  head -n 30 waf | tail -n 25  LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ./waf-light install -f --destdir=$pkgdir \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf $pkgdir/usr/bin/waf
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  $pkgdir/usr/bin/waf configure build  /dev/null
-  cd ../..
-
-  # Fix weird directory placement (FS#38216, FS#38300)
-  mkdir -p $pkgdir/usr/lib/waf
-  mv $pkgdir/usr/bin/.waf3-$pkgver-* $pkgdir/usr/lib/waf/
-  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 113539, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 13:03:18 UTC (rev 113540)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgname=waf
+pkgver=1.7.16
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=(http://ftp.waf.io/pub/release/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('ec12c8a4df1e7900afa5df117a48467a41bd81e951aca9f160394ddda53e5435')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Extracting license
+  head -n 30 waf | tail -n 25  LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ./waf-light install -f --destdir=$pkgdir \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf $pkgdir/usr/bin/waf
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  $pkgdir/usr/bin/waf configure build  /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216, FS#38300)
+  mkdir -p $pkgdir/usr/lib/waf
+  mv $pkgdir/usr/bin/.waf3-$pkgver-* $pkgdir/usr/lib/waf/
+  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:20:01
  Author: spupykin
Revision: 113541

upgpkg: mingw-w64-gcc 4.9.0-3

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:03:18 UTC (rev 113540)
+++ PKGBUILD2014-06-25 13:20:01 UTC (rev 113541)
@@ -6,13 +6,15 @@
 
 pkgname=mingw-w64-gcc
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
 arch=('i686' 'x86_64')
 url=http://gcc.gnu.org;
 license=('GPL' 'LGPL' 'FDL' 'custom')
 groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+depends=('zlib' 'libmpc' 'cloog'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
 makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
 #checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
 optdepends=()



[arch-commits] Commit in mingw-w64-gcc/repos (12 files)

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:20:27
  Author: spupykin
Revision: 113542

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

Added:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
(from rev 113541, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 113541, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-i686/isl.patch
(from rev 113541, mingw-w64-gcc/trunk/isl.patch)
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
(from rev 113541, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 113541, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-x86_64/isl.patch
(from rev 113541, mingw-w64-gcc/trunk/isl.patch)
Deleted:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-i686/isl.patch
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-x86_64/isl.patch

---+
 /PKGBUILD |  164 
++
 /gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++
 /isl.patch|  152 
+
 community-i686/PKGBUILD   |   80 

 community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch   |   24 -
 community-i686/isl.patch  |   76 

 community-x86_64/PKGBUILD |   80 

 community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch |   24 -
 community-x86_64/isl.patch|   76 

 9 files changed, 364 insertions(+), 360 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:20:01 UTC (rev 113541)
+++ community-i686/PKGBUILD 2014-06-25 13:20:27 UTC (rev 113542)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-gcc
-pkgver=4.9.0
-pkgrel=2
-pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
-arch=('i686' 'x86_64')
-url=http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 
'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
-makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-conflicts=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-'gcc-make-xmmintrin-header-cplusplus-compatible.patch'
-'isl.patch')
-md5sums=('9709b49ae0e904cbb0a6a1b62853b556'
- 'da6c9ba6baebe1286f3219d4181cdbb8'
- 'd99c0a484178b890526d180de1c6e8f8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern C part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-  patch -p1 $srcdir/isl.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
-

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:25:34
  Author: spupykin
Revision: 113544

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

Added:
  freerdp/repos/community-i686/CVE-2014-0791.patch
(from rev 113543, freerdp/trunk/CVE-2014-0791.patch)
  freerdp/repos/community-i686/PKGBUILD
(from rev 113543, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-i686/ffmpeg2.0.patch
(from rev 113543, freerdp/trunk/ffmpeg2.0.patch)
  freerdp/repos/community-i686/freerdp.changelog
(from rev 113543, freerdp/trunk/freerdp.changelog)
  freerdp/repos/community-i686/patch_numblock.patch
(from rev 113543, freerdp/trunk/patch_numblock.patch)
  freerdp/repos/community-i686/stuck_winkey.patch
(from rev 113543, freerdp/trunk/stuck_winkey.patch)
  freerdp/repos/community-x86_64/CVE-2014-0791.patch
(from rev 113543, freerdp/trunk/CVE-2014-0791.patch)
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 113543, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/ffmpeg2.0.patch
(from rev 113543, freerdp/trunk/ffmpeg2.0.patch)
  freerdp/repos/community-x86_64/freerdp.changelog
(from rev 113543, freerdp/trunk/freerdp.changelog)
  freerdp/repos/community-x86_64/patch_numblock.patch
(from rev 113543, freerdp/trunk/patch_numblock.patch)
  freerdp/repos/community-x86_64/stuck_winkey.patch
(from rev 113543, freerdp/trunk/stuck_winkey.patch)
Deleted:
  freerdp/repos/community-i686/CVE-2014-0791.patch
  freerdp/repos/community-i686/PKGBUILD
  freerdp/repos/community-i686/ffmpeg2.0.patch
  freerdp/repos/community-i686/freerdp.changelog
  freerdp/repos/community-i686/patch_numblock.patch
  freerdp/repos/community-x86_64/CVE-2014-0791.patch
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/ffmpeg2.0.patch
  freerdp/repos/community-x86_64/freerdp.changelog
  freerdp/repos/community-x86_64/patch_numblock.patch

---+
 /CVE-2014-0791.patch  |  158 
 /PKGBUILD |   98 +++
 /ffmpeg2.0.patch  |  152 ++
 /freerdp.changelog|4 
 /patch_numblock.patch |   24 
 community-i686/CVE-2014-0791.patch|   79 
 community-i686/PKGBUILD   |   46 -
 community-i686/ffmpeg2.0.patch|   76 ---
 community-i686/freerdp.changelog  |2 
 community-i686/patch_numblock.patch   |   12 --
 community-i686/stuck_winkey.patch |   13 ++
 community-x86_64/CVE-2014-0791.patch  |   79 
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/ffmpeg2.0.patch  |   76 ---
 community-x86_64/freerdp.changelog|2 
 community-x86_64/patch_numblock.patch |   12 --
 community-x86_64/stuck_winkey.patch   |   13 ++
 17 files changed, 462 insertions(+), 430 deletions(-)

Deleted: community-i686/CVE-2014-0791.patch
===
--- community-i686/CVE-2014-0791.patch  2014-06-25 13:25:11 UTC (rev 113543)
+++ community-i686/CVE-2014-0791.patch  2014-06-25 13:25:34 UTC (rev 113544)
@@ -1,79 +0,0 @@
 a/libfreerdp-core/license.h2013-01-03 05:46:59.0 +0800
-+++ b/libfreerdp-core/license.h2014-04-09 19:11:59.593507658 +0800
-@@ -177,9 +177,9 @@
- 
- SCOPE_LIST* license_new_scope_list();
- void license_free_scope_list(SCOPE_LIST* scopeList);
--void license_read_scope_list(STREAM* s, SCOPE_LIST* scopeList);
-+boolean license_read_scope_list(STREAM* s, SCOPE_LIST* scopeList);
- 
--void license_read_license_request_packet(rdpLicense* license, STREAM* s);
-+boolean license_read_license_request_packet(rdpLicense* license, STREAM* s);
- void license_read_platform_challenge_packet(rdpLicense* license, STREAM* s);
- void license_read_new_license_packet(rdpLicense* license, STREAM* s);
- void license_read_upgrade_license_packet(rdpLicense* license, STREAM* s);
 a/libfreerdp-core/license.c2013-01-03 05:46:59.0 +0800
-+++ b/libfreerdp-core/license.c2014-04-09 19:11:59.593507658 +0800
-@@ -199,7 +199,8 @@
-   switch (bMsgType)
-   {
-   case LICENSE_REQUEST:
--  license_read_license_request_packet(license, s);
-+  if(!license_read_license_request_packet(license, s))
-+  return false;
-   license_send_new_license_request_packet(license);
-   break;
- 
-@@ -533,13 +534,16 @@
-  * @param scopeList scope list
-  */
- 
--void license_read_scope_list(STREAM* s, SCOPE_LIST* scopeList)
-+boolean license_read_scope_list(STREAM* s, SCOPE_LIST* scopeList)
- {
-   uint32 i;
-   uint32 scopeCount;
- 
-   stream_read_uint32(s, scopeCount); /* ScopeCount (4 bytes) */
- 
-+  if (scopeCount  stream_get_length(s) / 4)  /* every blob is at least 4 
bytes */
-+  

[arch-commits] Commit in freerdp/trunk (PKGBUILD stuck_winkey.patch)

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:25:11
  Author: spupykin
Revision: 113543

upgpkg: freerdp 1.0.2-6

upd

Added:
  freerdp/trunk/stuck_winkey.patch
Modified:
  freerdp/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 stuck_winkey.patch |   13 +
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:20:27 UTC (rev 113542)
+++ PKGBUILD2014-06-25 13:25:11 UTC (rev 113543)
@@ -4,7 +4,7 @@
 
 pkgname=freerdp
 pkgver=1.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc=Free RDP client
 arch=('i686' 'x86_64')
 url=http://freerdp.sourceforge.net;
@@ -15,13 +15,15 @@
 conflicts=('freerdp-git')
 changelog=${pkgname}.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$pkgver.tar.gz
-ffmpeg2.0.patch
-patch_numblock.patch
-CVE-2014-0791.patch)
+   ffmpeg2.0.patch
+   patch_numblock.patch
+   CVE-2014-0791.patch
+   stuck_winkey.patch)
 md5sums=('c260051a94caff590def5caa4fcf59d6'
  '1260eecf01ea5212e2db8ac9c5e7fa6d'
  'ac581d445ded7cdbd59082a48d9c28ac'
- '62d0ab241c16ee5d85ff89183df9bbc0')
+ '62d0ab241c16ee5d85ff89183df9bbc0'
+ '1c1a8f77ebcaa7256968a9506ed3e772')
 
 prepare() {
   cd $srcdir/FreeRDP-$pkgver
@@ -28,6 +30,7 @@
   patch -Np1 -i ../ffmpeg2.0.patch
   patch -Np1 -i ../patch_numblock.patch
   patch -Np1 -i ../CVE-2014-0791.patch
+  patch -Np1 -i ../stuck_winkey.patch
 }
 
 build() {

Added: stuck_winkey.patch
===
--- stuck_winkey.patch  (rev 0)
+++ stuck_winkey.patch  2014-06-25 13:25:11 UTC (rev 113543)
@@ -0,0 +1,13 @@
+diff -rup FreeRDP-1.0.2-old/client/X11/xf_keyboard.c 
FreeRDP-1.0.2-new/client/X11/xf_keyboard.c
+--- FreeRDP-1.0.2-old/client/X11/xf_keyboard.c 2013-01-02 22:46:59.0 
+0100
 FreeRDP-1.0.2-new/client/X11/xf_keyboard.c 2014-06-24 17:45:44.062728740 
+0200
+@@ -169,6 +169,9 @@ void xf_kbd_focus_in(xfInfo* xfi)
+   /* on focus in send a tab up like mstsc.exe */
+   input-KeyboardEvent(input, KBD_FLAGS_RELEASE, 0x0F);
+ 
++  /* release windows key */
++  input-KeyboardEvent(input, KBD_FLAGS_EXTENDED|KBD_FLAGS_RELEASE, 0x5B);
++
+   /* synchronize toggle keys */
+   syncFlags = xf_kbd_get_toggle_keys_state(xfi);
+   input-SynchronizeEvent(input, syncFlags);



[arch-commits] Commit in gnupg/trunk (PKGBUILD filter.patch)

2014-06-25 Thread Gaetan Bisson
Date: Wednesday, June 25, 2014 @ 15:31:31
  Author: bisson
Revision: 215437

fix FS#40968

Added:
  gnupg/trunk/filter.patch
Modified:
  gnupg/trunk/PKGBUILD

--+
 PKGBUILD |9 ++-
 filter.patch |  153 +
 2 files changed, 159 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 12:58:23 UTC (rev 215436)
+++ PKGBUILD2014-06-25 13:31:31 UTC (rev 215437)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.0.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -17,9 +17,11 @@
 makedepends=('curl' 'libldap' 'libusb-compat')
 depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'protect-tool-env.patch')
+'protect-tool-env.patch'
+'filter.patch')
 sha1sums=('010e027d5f622778cadc4c124013fe515ed705cf' 'SKIP'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db'
+  'e99aa2b725342aee188d706b42d392efb2389cf4')
 
 install=install
 
@@ -30,6 +32,7 @@
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../protect-tool-env.patch # FS#31900
+   patch -p1 -i ../filter.patch
 }
 
 build() {

Added: filter.patch
===
--- filter.patch(rev 0)
+++ filter.patch2014-06-25 13:31:31 UTC (rev 215437)
@@ -0,0 +1,153 @@
+Hi,
+
+please give the batch below a try.  It works for me but before I do
+another release, I would like a second test.
+
+
+Shalom-Salam,
+
+   Werner
+
+From 044847a0e2013a2833605c1a9f80cfa6ef353309 Mon Sep 17 00:00:00 2001
+From: Werner Koch w...@gnupg.org
+Date: Wed, 25 Jun 2014 14:33:34 +0200
+Subject: [PATCH] gpg: Make screening of keyserver result work with multi-key
+ commands.
+
+* g10/keyserver.c (ks_retrieval_filter_arg_s): new.
+(keyserver_retrieval_filter): Use new struct and check all
+descriptions.
+(keyserver_spawn): Pass filter arg suing the new struct.
+--
+
+This is a fix for commit 5e933008.
+
+The old code did only work for a single key.  It failed as soon as
+several keys are specified (gpg --refresh-keys or gpg --recv-key A
+B C).
+---
+ g10/keyserver.c | 68 ++---
+ 1 file changed, 45 insertions(+), 23 deletions(-)
+
+diff --git a/g10/keyserver.c b/g10/keyserver.c
+index 83a4b95..aa41536 100644
+--- a/g10/keyserver.c
 b/g10/keyserver.c
+@@ -982,13 +982,25 @@ direct_uri_map(const char *scheme,unsigned int is_direct)
+ #define KEYSERVER_ARGS_NOKEEP  -o \%o\ \%i\
+ 
+ 
++/* Structure to convey the arg to keyserver_retrieval_filter.  */
++struct ks_retrieval_filter_arg_s
++{
++  KEYDB_SEARCH_DESC *desc;
++  int ndesc;
++};
++
++
+ /* Check whether a key matches the search description.  The filter
+returns 0 if the key shall be imported.  Note that this kind of
+filter is not related to the iobuf filters. */
+ static int
+-keyserver_retrieval_filter (PKT_public_key *pk, PKT_secret_key *sk, void *arg)
++keyserver_retrieval_filter (PKT_public_key *pk, PKT_secret_key *sk,
++void *opaque)
+ {
+-  KEYDB_SEARCH_DESC *desc = arg;
++  struct ks_retrieval_filter_arg_s *arg = opaque;
++  KEYDB_SEARCH_DESC *desc = arg-desc;
++  int ndesc = arg-ndesc;
++  int n;
+   u32 keyid[2];
+   byte fpr[MAX_FINGERPRINT_LEN];
+   size_t fpr_len = 0;
+@@ -997,32 +1009,40 @@ keyserver_retrieval_filter (PKT_public_key *pk, 
PKT_secret_key *sk, void *arg)
+   if (sk)
+ return G10ERR_GENERAL;
+ 
++  if (!ndesc)
++return 0; /* Okay if no description given.  */
++
+   fingerprint_from_pk (pk, fpr, fpr_len);
+   keyid_from_pk (pk, keyid);
+ 
+   /* Compare requested and returned fingerprints if available. */
+-  if (desc-mode == KEYDB_SEARCH_MODE_FPR20)
+-{
+-  if (fpr_len != 20 || memcmp (fpr, desc-u.fpr, 20))
+-return G10ERR_GENERAL;
+-}
+-  else if (desc-mode == KEYDB_SEARCH_MODE_FPR16)
+-{
+-  if (fpr_len != 16 || memcmp (fpr, desc-u.fpr, 16))
+-return G10ERR_GENERAL;
+-}
+-  else if (desc-mode == KEYDB_SEARCH_MODE_LONG_KID)
+-{
+-  if (keyid[0] != desc-u.kid[0] || keyid[1] != desc-u.kid[1])
+-return G10ERR_GENERAL;
+-}
+-  else if (desc-mode == KEYDB_SEARCH_MODE_SHORT_KID)
++  for (n = 0; n  ndesc; n++)
+ {
+-  if (keyid[1] != desc-u.kid[1])
+-return G10ERR_GENERAL;
++  if (desc[n].mode == KEYDB_SEARCH_MODE_FPR20)
++{
++  if (fpr_len == 20  !memcmp (fpr, desc[n].u.fpr, 20))
++return 0;
++}
++  else if (desc[n].mode == KEYDB_SEARCH_MODE_FPR16)
++{
++  if (fpr_len == 16  !memcmp (fpr, desc[n].u.fpr, 16))
++

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

2014-06-25 Thread Massimiliano Torromeo
Date: Wednesday, June 25, 2014 @ 15:32:11
  Author: mtorromeo
Revision: 113545

upgpkg: snapper 0.2.3-1

Updated snapper to version 0.2.3

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:25:34 UTC (rev 113544)
+++ PKGBUILD2014-06-25 13:32:11 UTC (rev 113545)
@@ -2,8 +2,8 @@
 # Contributor: Tom Kuther gim...@sonnenkinder.org
 
 pkgname=snapper
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
 url=http://snapper.io;
@@ -67,4 +67,4 @@
   rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
 }
 
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a')



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

2014-06-25 Thread Gaetan Bisson
Date: Wednesday, June 25, 2014 @ 15:31:54
  Author: bisson
Revision: 215438

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

Added:
  gnupg/repos/testing-i686/PKGBUILD
(from rev 215437, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/filter.patch
(from rev 215437, gnupg/trunk/filter.patch)
  gnupg/repos/testing-i686/install
(from rev 215437, gnupg/trunk/install)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 215437, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 215437, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/filter.patch
(from rev 215437, gnupg/trunk/filter.patch)
  gnupg/repos/testing-x86_64/install
(from rev 215437, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 215437, gnupg/trunk/protect-tool-env.patch)
Deleted:
  gnupg/repos/testing-i686/PKGBUILD
  gnupg/repos/testing-i686/install
  gnupg/repos/testing-i686/protect-tool-env.patch
  gnupg/repos/testing-x86_64/PKGBUILD
  gnupg/repos/testing-x86_64/install
  gnupg/repos/testing-x86_64/protect-tool-env.patch

---+
 /PKGBUILD |  128 ++
 /install  |   40 
 /protect-tool-env.patch   |   56 +++
 testing-i686/PKGBUILD |   61 
 testing-i686/filter.patch |  153 
 testing-i686/install  |   20 
 testing-i686/protect-tool-env.patch   |   28 -
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/filter.patch   |  153 
 testing-x86_64/install|   20 
 testing-x86_64/protect-tool-env.patch |   28 -
 11 files changed, 530 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-06-25 13:31:31 UTC (rev 215437)
+++ testing-i686/PKGBUILD   2014-06-25 13:31:54 UTC (rev 215438)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.0.24
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('curl: gpg2keys_curl'
-'libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('curl' 'libldap' 'libusb-compat')
-depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'protect-tool-env.patch')
-sha1sums=('010e027d5f622778cadc4c124013fe515ed705cf' 'SKIP'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../protect-tool-env.patch # FS#31900
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
-}

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 215437, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-25 13:31:54 UTC (rev 215438)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.24
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')

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

2014-06-25 Thread Massimiliano Torromeo
Date: Wednesday, June 25, 2014 @ 15:36:12
  Author: mtorromeo
Revision: 113546

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

Added:
  snapper/repos/community-i686/PKGBUILD
(from rev 113545, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/PKGBUILD
(from rev 113545, snapper/trunk/PKGBUILD)
Deleted:
  snapper/repos/community-i686/PKGBUILD
  snapper/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  140 
 community-i686/PKGBUILD   |   70 --
 community-x86_64/PKGBUILD |   70 --
 3 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:32:11 UTC (rev 113545)
+++ community-i686/PKGBUILD 2014-06-25 13:36:12 UTC (rev 113546)
@@ -1,70 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.2
-pkgrel=3
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -e 's@lboost_thread-mt@lboost_thread@g' \
-  -e 's@lboost_system-mt@lboost_system@g' \
-  -i snapper/Makefile.am
-
-  # cron names
-  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
-
-  # fix sysconf dir
-  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-# NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-}
-
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 113545, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 13:36:12 UTC (rev 113546)
@@ -0,0 +1,70 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's@lboost_thread-mt@lboost_thread@g' \
+  -e 's@lboost_system-mt@lboost_system@g' \
+  -i snapper/Makefile.am
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure 

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:45:20
  Author: spupykin
Revision: 113547

upgpkg: girara 0.2.1-1

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:36:12 UTC (rev 113546)
+++ PKGBUILD2014-06-25 13:45:20 UTC (rev 113547)
@@ -3,79 +3,25 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer: mlq m...@pwmt.org
 
-pkgbase=girara
-pkgname=(girara-common girara-gtk3)
-pkgver=0.2.0
+pkgname=girara
+pkgver=0.2.1
 pkgrel=1
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/girara;
 license=('custom')
-makedepends=('gtk3' 'gtk2')
+depends=('gtk3')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cb965af58bc435f356296e62629716f5')
+md5sums=('cff670932f124306721fa8f694739d0f')
 
 build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
   cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
 }
 
-package_girara-gtk2() {
-  depends=('gtk2' 'girara-common')
-  provides=('girara')
-
+package() {
   cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=2
-
-  # install files
-  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk3() {
-  depends=('gtk3' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=3
-
-  # install files
   make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
   install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:45:51
  Author: spupykin
Revision: 113550

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 113549, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 113549, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 113549, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 113549, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 113549, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 113549, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   64 +
 /bash-completion |   58 +
 /zathura.install |   24 +
 community-i686/PKGBUILD  |   33 ---
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   33 ---
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   12 --
 9 files changed, 146 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:45:37 UTC (rev 113549)
+++ community-i686/PKGBUILD 2014-06-25 13:45:51 UTC (rev 113550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=a document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('53124af80e974283a6678319a62e'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/2/' config.mk
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 113549, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 13:45:51 UTC (rev 113550)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=a document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2014-06-25 13:45:37 UTC (rev 113549)
+++ community-i686/bash-completion  2014-06-25 13:45:51 UTC (rev 113550)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS=$EXTENTIONS|ps|eps|epsi|epsf
-;;
-  djvu.so)
-EXTENTIONS=$EXTENTIONS|djvu|djv
-;;
-  epub.so)
-EXTENTIONS=$EXTENTIONS|epub
-;;
-  cb.so)
-

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:45:34
  Author: spupykin
Revision: 113548

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

Added:
  girara/repos/community-i686/PKGBUILD
(from rev 113547, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/PKGBUILD
(from rev 113547, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-i686/PKGBUILD
  girara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 +
 community-i686/PKGBUILD   |   81 
 community-x86_64/PKGBUILD |   81 
 3 files changed, 54 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:45:20 UTC (rev 113547)
+++ community-i686/PKGBUILD 2014-06-25 13:45:34 UTC (rev 113548)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgbase=girara
-pkgname=(girara-common girara-gtk3)
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-makedepends=('gtk3' 'gtk2')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cb965af58bc435f356296e62629716f5')
-
-build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk2() {
-  depends=('gtk2' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=2
-
-  # install files
-  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk3() {
-  depends=('gtk3' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=3
-
-  # install files
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 113547, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 13:45:34 UTC (rev 113548)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('cff670932f124306721fa8f694739d0f')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 13:45:20 UTC (rev 113547)
+++ community-x86_64/PKGBUILD   2014-06-25 13:45:34 UTC (rev 113548)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgbase=girara
-pkgname=(girara-common girara-gtk3)
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-makedepends=('gtk3' 'gtk2')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cb965af58bc435f356296e62629716f5')
-
-build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE 

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:51:11
  Author: spupykin
Revision: 113551

upgpkg: girara 0.2.1-2

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:45:51 UTC (rev 113550)
+++ PKGBUILD2014-06-25 13:51:11 UTC (rev 113551)
@@ -5,12 +5,15 @@
 
 pkgname=girara
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/girara;
 license=('custom')
 depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
 md5sums=('cff670932f124306721fa8f694739d0f')
 



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:51:25
  Author: spupykin
Revision: 113552

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

Added:
  girara/repos/community-i686/PKGBUILD
(from rev 113551, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/PKGBUILD
(from rev 113551, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-i686/PKGBUILD
  girara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/PKGBUILD |   27 ---
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:51:11 UTC (rev 113551)
+++ community-i686/PKGBUILD 2014-06-25 13:51:25 UTC (rev 113552)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cff670932f124306721fa8f694739d0f')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 113551, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 13:51:25 UTC (rev 113552)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.1
+pkgrel=2
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('cff670932f124306721fa8f694739d0f')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 13:51:11 UTC (rev 113551)
+++ community-x86_64/PKGBUILD   2014-06-25 13:51:25 UTC (rev 113552)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cff670932f124306721fa8f694739d0f')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 113551, 
girara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-25 13:51:25 UTC (rev 113552)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.1
+pkgrel=2
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('cff670932f124306721fa8f694739d0f')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:45:37
  Author: spupykin
Revision: 113549

upgpkg: zathura 0.2.8-1

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:45:34 UTC (rev 113548)
+++ PKGBUILD2014-06-25 13:45:37 UTC (rev 113549)
@@ -4,24 +4,23 @@
 # Contributor: ML neldoreth
 
 pkgname=zathura
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc=a document viewer
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/zathura/;
 license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
 optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('53124af80e974283a6678319a62e'
+md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {
   cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/2/' config.mk
   make
 }
 



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 17:06:05
  Author: spupykin
Revision: 113553

upgpkg: arch-wiki-docs 20140625-1

upd

Modified:
  arch-wiki-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:51:25 UTC (rev 113552)
+++ PKGBUILD2014-06-25 15:06:05 UTC (rev 113553)
@@ -3,7 +3,7 @@
 
 pkgname=arch-wiki-docs
 pkgdesc=Pages from Arch Wiki optimized for offline browsing
-pkgver=20140321
+pkgver=20140625
 pkgrel=1
 arch=('any')
 url=https://github.com/lahwaacz/arch-wiki-docs;
@@ -17,9 +17,9 @@
   date +%Y%m%d
 }
 
-build() {
+prepare() {
   cd $pkgname
-  python arch-wiki-docs.py --output-directory $srcdir/build_wiki --clean 
--safe-filenames
+  LANG=en_US.UTF-8 python arch-wiki-docs.py --output-directory 
$srcdir/build_wiki --clean --safe-filenames
 }
 
 package() {



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 17:06:22
  Author: spupykin
Revision: 113554

archrelease: copy trunk to community-any

Added:
  arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 113553, arch-wiki-docs/trunk/PKGBUILD)
Deleted:
  arch-wiki-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 15:06:05 UTC (rev 113553)
+++ PKGBUILD2014-06-25 15:06:22 UTC (rev 113554)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=arch-wiki-docs
-pkgdesc=Pages from Arch Wiki optimized for offline browsing
-pkgver=20140321
-pkgrel=1
-arch=('any')
-url=https://github.com/lahwaacz/arch-wiki-docs;
-license=('FDL')
-options=('!strip')
-makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 
'python-cssselect')
-source=('git://github.com/lahwaacz/arch-wiki-docs.git')
-md5sums=('SKIP')
-
-pkgver() {
-  date +%Y%m%d
-}
-
-build() {
-  cd $pkgname
-  python arch-wiki-docs.py --output-directory $srcdir/build_wiki
-}
-
-package() {
-  install -dm755 $pkgdir/usr/share/doc/arch-wiki/html
-  cp -r $srcdir/build_wiki/* $pkgdir/usr/share/doc/arch-wiki/html/
-}

Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 113553, 
arch-wiki-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 15:06:22 UTC (rev 113554)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=arch-wiki-docs
+pkgdesc=Pages from Arch Wiki optimized for offline browsing
+pkgver=20140625
+pkgrel=1
+arch=('any')
+url=https://github.com/lahwaacz/arch-wiki-docs;
+license=('FDL')
+options=('!strip')
+makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 
'python-cssselect')
+source=('git://github.com/lahwaacz/arch-wiki-docs.git')
+md5sums=('SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+prepare() {
+  cd $pkgname
+  LANG=en_US.UTF-8 python arch-wiki-docs.py --output-directory 
$srcdir/build_wiki --clean --safe-filenames
+}
+
+package() {
+  install -dm755 $pkgdir/usr/share/doc/arch-wiki/html
+  cp -r $srcdir/build_wiki/* $pkgdir/usr/share/doc/arch-wiki/html/
+}



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 17:11:49
  Author: spupykin
Revision: 113555

upgpkg: firefox-noscript 2.6.8.29-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 15:06:22 UTC (rev 113554)
+++ PKGBUILD2014-06-25 15:11:49 UTC (rev 113555)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.28
+pkgver=2.6.8.29
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,11 +11,9 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('b42e3b9f92aab0f716bcd03b621aa72e')
+md5sums=('ddcc203cf5d96fba7b1dc6fe1b3af6bc')
 
 package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
   depends=(firefox)
 
   cd $srcdir
@@ -22,7 +20,6 @@
   local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
   local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
   install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
   cp -R * $dstdir
   rm $dstdir/noscript-$pkgver.xpi
 }



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 17:11:58
  Author: spupykin
Revision: 113556

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 113555, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 15:11:49 UTC (rev 113555)
+++ PKGBUILD2014-06-25 15:11:58 UTC (rev 113556)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.28
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('b42e3b9f92aab0f716bcd03b621aa72e')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 113555, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 15:11:58 UTC (rev 113556)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.29
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('ddcc203cf5d96fba7b1dc6fe1b3af6bc')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-06-25 Thread Ray Rashif
Date: Wednesday, June 25, 2014 @ 18:25:56
  Author: schiv
Revision: 215439

upgpkg: ddrescue 1.18.1-1

upstream release

Modified:
  ddrescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 13:31:54 UTC (rev 215438)
+++ PKGBUILD2014-06-25 16:25:56 UTC (rev 215439)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ddrescue
-pkgver=1.17
+pkgver=1.18.1
 pkgrel=1
 pkgdesc=GNU data recovery tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;
 http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
-md5sums=('564469370fe70cd9ac280b15e1addc50'
+md5sums=('c3c745003a0da42ee8b96627af7a9de6'
  'SKIP')
 
 build() {



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

2014-06-25 Thread Ray Rashif
Date: Wednesday, June 25, 2014 @ 18:26:11
  Author: schiv
Revision: 113557

upgpkg: imdbpy 5.0-1

upstream release

Modified:
  imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 15:11:58 UTC (rev 113556)
+++ PKGBUILD2014-06-25 16:26:11 UTC (rev 113557)
@@ -6,7 +6,7 @@
 
 pkgname=imdbpy
 _realname=IMDbPY
-pkgver=4.9
+pkgver=5.0
 pkgrel=1
 pkgdesc=Python bindings for the Internet Movie Database (IMDb)
 url=http://imdbpy.sourceforge.net/;
@@ -16,9 +16,9 @@
 makedepends=('python2-distribute')
 optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
 source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
 
-package(){
+prepare() {
   cd $srcdir/$_realname-$pkgver
 
   # python2 fix
@@ -26,7 +26,11 @@
 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/$_realname-$pkgver
+
   python2 setup.py install --root=$pkgdir --optimize=1
 
   # fix paths
@@ -37,3 +41,5 @@
   #mv $pkgdir/usr/imdb $pkgdir/usr/share
   mv $pkgdir/usr/doc $pkgdir/usr/share/doc/imdb
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-06-25 Thread Ray Rashif
Date: Wednesday, June 25, 2014 @ 18:26:12
  Author: schiv
Revision: 215440

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-25 16:25:56 UTC (rev 215439)
+++ extra-i686/PKGBUILD 2014-06-25 16:26:12 UTC (rev 215440)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ddrescue
-pkgver=1.17
-pkgrel=1
-pkgdesc=GNU data recovery tool
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ddrescue/ddrescue.html;
-license=('GPL3')
-depends=('gcc-libs')
-install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;
-http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
-md5sums=('564469370fe70cd9ac280b15e1addc50'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  rm $pkgdir/usr/share/info/dir
-}

Copied: ddrescue/repos/extra-i686/PKGBUILD (from rev 215439, 
ddrescue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-25 16:26:12 UTC (rev 215440)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ddrescue
+pkgver=1.18.1
+pkgrel=1
+pkgdesc=GNU data recovery tool
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/ddrescue/ddrescue.html;
+license=('GPL3')
+depends=('gcc-libs')
+install=$pkgname.install
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;
+http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
+md5sums=('c3c745003a0da42ee8b96627af7a9de6'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  rm $pkgdir/usr/share/info/dir
+}

Deleted: extra-i686/ddrescue.install
===
--- extra-i686/ddrescue.install 2014-06-25 16:25:56 UTC (rev 215439)
+++ extra-i686/ddrescue.install 2014-06-25 16:26:12 UTC (rev 215440)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(ddrescue.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ddrescue/repos/extra-i686/ddrescue.install (from rev 215439, 
ddrescue/trunk/ddrescue.install)
===
--- extra-i686/ddrescue.install (rev 0)
+++ extra-i686/ddrescue.install 2014-06-25 16:26:12 UTC (rev 215440)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(ddrescue.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-25 16:25:56 UTC (rev 215439)
+++ extra-x86_64/PKGBUILD   2014-06-25 16:26:12 UTC (rev 215440)
@@ -1,30 +0,0 

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

2014-06-25 Thread Ray Rashif
Date: Wednesday, June 25, 2014 @ 18:26:30
  Author: schiv
Revision: 113558

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

Added:
  imdbpy/repos/community-i686/PKGBUILD
(from rev 113557, imdbpy/trunk/PKGBUILD)
  imdbpy/repos/community-x86_64/PKGBUILD
(from rev 113557, imdbpy/trunk/PKGBUILD)
Deleted:
  imdbpy/repos/community-i686/PKGBUILD
  imdbpy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 90 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 16:26:11 UTC (rev 113557)
+++ community-i686/PKGBUILD 2014-06-25 16:26:30 UTC (rev 113558)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: lang2 wenzhi.li...@gmail.com
-
-pkgname=imdbpy
-_realname=IMDbPY
-pkgver=4.9
-pkgrel=1
-pkgdesc=Python bindings for the Internet Movie Database (IMDb)
-url=http://imdbpy.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
-source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
-
-package(){
-  cd $srcdir/$_realname-$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
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  # fix paths
-  # WTH is upstream doing?
-  # TODO: report upstream about this nasty
-  mv $pkgdir/usr/etc $pkgdir
-  mkdir -p $pkgdir/usr/share/doc
-  #mv $pkgdir/usr/imdb $pkgdir/usr/share
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/imdb
-}

Copied: imdbpy/repos/community-i686/PKGBUILD (from rev 113557, 
imdbpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 16:26:30 UTC (rev 113558)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgname=imdbpy
+_realname=IMDbPY
+pkgver=5.0
+pkgrel=1
+pkgdesc=Python bindings for the Internet Movie Database (IMDb)
+url=http://imdbpy.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
+source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
+
+prepare() {
+  cd $srcdir/$_realname-$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/$_realname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  # fix paths
+  # WTH is upstream doing?
+  # TODO: report upstream about this nasty
+  mv $pkgdir/usr/etc $pkgdir
+  mkdir -p $pkgdir/usr/share/doc
+  #mv $pkgdir/usr/imdb $pkgdir/usr/share
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/imdb
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 16:26:11 UTC (rev 113557)
+++ community-x86_64/PKGBUILD   2014-06-25 16:26:30 UTC (rev 113558)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: lang2 wenzhi.li...@gmail.com
-
-pkgname=imdbpy
-_realname=IMDbPY
-pkgver=4.9
-pkgrel=1
-pkgdesc=Python bindings for the Internet Movie Database (IMDb)
-url=http://imdbpy.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
-source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
-
-package(){
-  cd $srcdir/$_realname-$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
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 18:59:30
  Author: spupykin
Revision: 113560

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

Added:
  girara/repos/community-i686/PKGBUILD
(from rev 113559, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/PKGBUILD
(from rev 113559, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-i686/PKGBUILD
  girara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 16:59:16 UTC (rev 113559)
+++ community-i686/PKGBUILD 2014-06-25 16:59:30 UTC (rev 113560)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.1
-pkgrel=2
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cff670932f124306721fa8f694739d0f')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 113559, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 16:59:30 UTC (rev 113560)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('678b0fb6f22d88ba4c29297c67685c50')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 16:59:16 UTC (rev 113559)
+++ community-x86_64/PKGBUILD   2014-06-25 16:59:30 UTC (rev 113560)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.1
-pkgrel=2
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cff670932f124306721fa8f694739d0f')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 113559, 
girara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-25 16:59:30 UTC (rev 113560)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('678b0fb6f22d88ba4c29297c67685c50')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 18:59:16
  Author: spupykin
Revision: 113559

upgpkg: girara 0.2.2-1

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 16:26:30 UTC (rev 113558)
+++ PKGBUILD2014-06-25 16:59:16 UTC (rev 113559)
@@ -4,8 +4,8 @@
 # Maintainer: mlq m...@pwmt.org
 
 pkgname=girara
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/girara;
@@ -15,7 +15,7 @@
 provides=('girara-gtk3' 'girara-common')
 conflicts=('girara-gtk3' 'girara-common')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cff670932f124306721fa8f694739d0f')
+md5sums=('678b0fb6f22d88ba4c29297c67685c50')
 
 build() {
   cd $srcdir/girara-$pkgver



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 18:59:48
  Author: spupykin
Revision: 113562

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 113561, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 113561, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 113561, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 113561, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 113561, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 113561, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   64 +
 /bash-completion |   58 +
 /zathura.install |   24 +
 community-i686/PKGBUILD  |   32 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   12 --
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 16:59:34 UTC (rev 113561)
+++ community-i686/PKGBUILD 2014-06-25 16:59:48 UTC (rev 113562)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=a document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 113561, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 16:59:48 UTC (rev 113562)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.2.9
+pkgrel=1
+pkgdesc=a document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('afc56f9df7677215ea10b92239611faa'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2014-06-25 16:59:34 UTC (rev 113561)
+++ community-i686/bash-completion  2014-06-25 16:59:48 UTC (rev 113562)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS=$EXTENTIONS|ps|eps|epsi|epsf
-;;
-  djvu.so)
-EXTENTIONS=$EXTENTIONS|djvu|djv
-;;
-  epub.so)
-EXTENTIONS=$EXTENTIONS|epub
-;;
-  cb.so)
-EXTENTIONS=$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar
-;;
-   

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 18:59:34
  Author: spupykin
Revision: 113561

upgpkg: zathura 0.2.9-1

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 16:59:30 UTC (rev 113560)
+++ PKGBUILD2014-06-25 16:59:34 UTC (rev 113561)
@@ -4,7 +4,7 @@
 # Contributor: ML neldoreth
 
 pkgname=zathura
-pkgver=0.2.8
+pkgver=0.2.9
 pkgrel=1
 pkgdesc=a document viewer
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
+md5sums=('afc56f9df7677215ea10b92239611faa'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {



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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 19:06:54
  Author: spupykin
Revision: 113564

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 113563, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 113563, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 113563, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   96 +---
 apache.conf   |   14 +++
 roundcubemail.install |   16 
 3 files changed, 65 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 17:06:46 UTC (rev 113563)
+++ PKGBUILD2014-06-25 17:06:54 UTC (rev 113564)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('2e1629ea21615005b0a991e591f36363'
- '9ef887b19632239911b287ce0e270ae8')
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-  rm -rf temp
-  ln -s /tmp/roundcube temp
-
-  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
-  echo d /tmp/roundcube 0770 http http - 
$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 113563, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 17:06:54 UTC (rev 113564)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.0.1
+pkgrel=3
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('2e1629ea21615005b0a991e591f36363'
+ '9ef887b19632239911b287ce0e270ae8')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/tmp/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  rm -rf temp logs
+  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
+  echo d /tmp/roundcubemail 0770 http http - 
$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
+}

Deleted: apache.conf
===
--- apache.conf 2014-06-25 17:06:46 UTC (rev 113563)
+++ apache.conf 2014-06-25 17:06:54 UTC (rev 113564)
@@ -1,7 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Require all granted
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 113563, 

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 19:06:46
  Author: spupykin
Revision: 113563

upgpkg: roundcubemail 1.0.1-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 16:59:48 UTC (rev 113562)
+++ PKGBUILD2014-06-25 17:06:46 UTC (rev 113563)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -19,6 +19,15 @@
 md5sums=('2e1629ea21615005b0a991e591f36363'
  '9ef887b19632239911b287ce0e270ae8')
 
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/tmp/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
 package() {
   mkdir -p ${pkgdir}/etc/webapps/roundcubemail
   mkdir -p ${pkgdir}/usr/share/webapps
@@ -33,14 +42,9 @@
   mv config $pkgdir/etc/webapps/roundcubemail/
   ln -s /etc/webapps/roundcubemail/config config
 
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
-  rm -rf temp
-  ln -s /tmp/roundcube temp
-
+  rm -rf temp logs
   install -dm0755 $pkgdir/usr/lib/tmpfiles.d
-  echo d /tmp/roundcube 0770 http http - 
$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
+  echo d /tmp/roundcubemail 0770 http http - 
$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
 }



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

2014-06-25 Thread Pierre Schmitz
Date: Wednesday, June 25, 2014 @ 19:11:22
  Author: pierre
Revision: 215441

upgpkg: php 5.5.14-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 16:26:12 UTC (rev 215440)
+++ PKGBUILD2014-06-25 17:11:22 UTC (rev 215441)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.13
+pkgver=5.5.14
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -34,7 +34,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('32d0fc26fccdb249a918c0e01ffb7b82'
+md5sums=('b34262d4ccbb6bef8d2cf83840625201'
  'SKIP'
  '510f9092ebfe6e378e12817e197a88b6'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'



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

2014-06-25 Thread Pierre Schmitz
Date: Wednesday, June 25, 2014 @ 19:11:54
  Author: pierre
Revision: 215442

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 215441, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 215441, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 215441, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 215441, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 215441, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 215441, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 215441, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 215441, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 215441, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 215441, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 215441, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 215441, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 215441, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 215441, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 215441, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 215441, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  357 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  357 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1150 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 215441, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-25 17:11:54 UTC (rev 215442)
@@ -0,0 +1,357 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.14
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('b34262d4ccbb6bef8d2cf83840625201'
+ 'SKIP'
+ '510f9092ebfe6e378e12817e197a88b6'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   

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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 20:41:40
  Author: daniel
Revision: 215443

upgpkg: banshee 2.6.2-4

Fix FS#39166 and add gst-plugins-good as dep

Modified:
  banshee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 17:11:54 UTC (rev 215442)
+++ PKGBUILD2014-06-25 18:41:40 UTC (rev 215443)
@@ -4,15 +4,14 @@
 
 pkgname=banshee
 pkgver=2.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Music management and playback for GNOME
 arch=('i686' 'x86_64')
 url=http://banshee.fm/;
 license=('MIT')
-depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib 
webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp 
gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme 
media-player-info gst-plugins-bad mono-upnp)
+depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib 
webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp 
gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme 
media-player-info gst-plugins-bad mono-upnp gst-plugins-good)
 makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans' 'gnome-common')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
+optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs'
 'brasero: CD burning')
 install=$pkgname.install



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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 20:41:48
  Author: daniel
Revision: 215444

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

Added:
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
(from rev 215443, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-i686/PKGBUILD
(from rev 215443, banshee/trunk/PKGBUILD)
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
(from rev 215443, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-i686/banshee.install
(from rev 215443, banshee/trunk/banshee.install)
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
(from rev 215443, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-x86_64/PKGBUILD
(from rev 215443, banshee/trunk/PKGBUILD)
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
(from rev 215443, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-x86_64/banshee.install
(from rev 215443, banshee/trunk/banshee.install)
Deleted:
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-i686/PKGBUILD
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
  banshee/repos/extra-i686/banshee.install
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-x86_64/PKGBUILD
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
  banshee/repos/extra-x86_64/banshee.install

-+
 /Initial-port-to-GStreamer-1.0.patch| 2044 
++
 /PKGBUILD   |  108 
 /Remove-build-time-enable-gapless-playback-option.patch |  404 +
 /banshee.install|   30 
 extra-i686/Initial-port-to-GStreamer-1.0.patch  | 1022 
-
 extra-i686/PKGBUILD |   55 
 extra-i686/Remove-build-time-enable-gapless-playback-option.patch   |  202 
 extra-i686/banshee.install  |   15 
 extra-x86_64/Initial-port-to-GStreamer-1.0.patch| 1022 
-
 extra-x86_64/PKGBUILD   |   55 
 extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch |  202 
 extra-x86_64/banshee.install|   15 
 12 files changed, 2586 insertions(+), 2588 deletions(-)

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


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

2014-06-25 Thread Felix Yan
Date: Wednesday, June 25, 2014 @ 20:48:17
  Author: fyan
Revision: 113565

upgpkg: ibus-table 1.8.3-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 17:06:54 UTC (rev 113564)
+++ PKGBUILD2014-06-25 18:48:17 UTC (rev 113565)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



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

2014-06-25 Thread Felix Yan
Date: Wednesday, June 25, 2014 @ 20:48:55
  Author: fyan
Revision: 113566

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 113565, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 113565, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 18:48:17 UTC (rev 113565)
+++ PKGBUILD2014-06-25 18:48:55 UTC (rev 113566)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: coderoar coder...@gmail.com
-# Contributor: leemars leem...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-table
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url=http://code.google.com/p/ibus/;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 113565, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-25 18:48:55 UTC (rev 113566)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-06-25 18:48:17 UTC (rev 113565)
+++ sgml_fix.patch  2014-06-25 18:48:55 UTC (rev 113566)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 113565, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-06-25 18:48:55 UTC (rev 113566)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
++  

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

2014-06-25 Thread Jan Steffens
Date: Wednesday, June 25, 2014 @ 21:06:34
  Author: heftig
Revision: 215445

4.4.0, split source

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 18:41:48 UTC (rev 215444)
+++ PKGBUILD2014-06-25 19:06:34 UTC (rev 215445)
@@ -6,21 +6,21 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 # Contributor: Marco Crosio marco.cro...@gmail.com
 
-pkgname=eclipse
-pkgver=4.3.2
-pkgrel=2
-_release=kepler-SR2
+pkgbase=eclipse
+pkgname=(eclipse eclipse-source)
+pkgver=4.4.0
+pkgrel=1
+_release=luna-R
 pkgdesc=An IDE for Java and other languages
 license=(EPL)
 arch=('i686' 'x86_64')
 url=http://eclipse.org;
 depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
-install=${pkgname}.install
 
source=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk.tar.gz;
 
http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk-x86_64.tar.gz;
 'eclipse.sh' 'eclipse.desktop')
-md5sums=('3fbb62eeef189dc0a45ff4c020588d6f'
- 'b72d5a6caae4e2fd86be2f2f134fc8cb'
+md5sums=('cc700cc2eb164f5da3563e8c5157b373'
+ '44a8a5ae5e74da7b3764da774a505632'
  'e07b2ccfc4689c288fd876a4beb8403d'
  'ba2cf02c48e6e35bfe3685401c26bb5b')
 
@@ -34,9 +34,17 @@
   fi
 fi
 
-package() {
+prepare() {
+  mkdir -p eclipse-source/{features,plugins}
+  mv eclipse/features/*.source_* eclipse-source/features
+  mv eclipse/plugins/*.source_*  eclipse-source/plugins
+}
+
+package_eclipse() {
+  install=eclipse.install
+
   install -d $pkgdir/usr/share
-  cp -a eclipse $pkgdir/usr/share
+  cp -a eclipse $pkgdir/usr/share/eclipse
 
   install -D eclipse.sh $pkgdir/usr/bin/eclipse
   install -Dm644 eclipse.desktop 
$pkgdir/usr/share/applications/eclipse.desktop
@@ -46,3 +54,11 @@
   $pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png
   done
 }
+
+package_eclipse-source() {
+  pkgdesc=Source components of the Eclipse IDE
+  depends=('eclipse')
+
+  install -d $pkgdir/usr/share
+  cp -a eclipse-source $pkgdir/usr/share/eclipse
+}



[arch-commits] Commit in eclipse/trunk (PKGBUILD eclipse.sh)

2014-06-25 Thread Jan Steffens
Date: Wednesday, June 25, 2014 @ 21:07:53
  Author: heftig
Revision: 215446

Try to go without this hack; should be unneeded since gtk 2.20

Modified:
  eclipse/trunk/PKGBUILD
  eclipse/trunk/eclipse.sh

+
 PKGBUILD   |2 +-
 eclipse.sh |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:06:34 UTC (rev 215445)
+++ PKGBUILD2014-06-25 19:07:53 UTC (rev 215446)
@@ -21,7 +21,7 @@
 'eclipse.sh' 'eclipse.desktop')
 md5sums=('cc700cc2eb164f5da3563e8c5157b373'
  '44a8a5ae5e74da7b3764da774a505632'
- 'e07b2ccfc4689c288fd876a4beb8403d'
+ '66757230837fdebabb8ce91eb4fccc80'
  'ba2cf02c48e6e35bfe3685401c26bb5b')
 
 if (( ! GENINTEG )); then

Modified: eclipse.sh
===
--- eclipse.sh  2014-06-25 19:06:34 UTC (rev 215445)
+++ eclipse.sh  2014-06-25 19:07:53 UTC (rev 215446)
@@ -1,4 +1,3 @@
 #!/bin/bash
 export ECLIPSE_HOME=/usr/share/eclipse
-export GDK_NATIVE_WINDOWS=true
 exec ${ECLIPSE_HOME}/eclipse $@



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

2014-06-25 Thread Guillaume Alaux
Date: Wednesday, June 25, 2014 @ 21:23:25
  Author: guillaume
Revision: 215447

Upstream release 4.4

Modified:
  eclipse-ecj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:07:53 UTC (rev 215446)
+++ PKGBUILD2014-06-25 19:23:25 UTC (rev 215447)
@@ -4,9 +4,9 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=eclipse-ecj
-pkgver=4.3.1
+pkgver=4.4
 pkgrel=1
-_date=201309111000
+_date=201406061215
 pkgdesc='Eclipse java bytecode compiler'
 arch=('any')
 license=('EPL')
@@ -17,7 +17,7 @@
 01-ecj-include-props.patch
 02-buildxml-fix-manifest.patch
 ecj)
-sha256sums=('2f6e214af951ed247a5bbc018df29706e2365cc2e9f7866e536b4cce0da8b66a'
+sha256sums=('429a65013ae9740e4f05451f8e2968b389ec04ef2c7178ccfa5ef6714488fd12'
 '8f6259c76dfe493549bbaec3c8a7ba29e82c70e127c918adca28737dcb570f6b'
 '5ca6bd94c2b1cb4c6f116d38c160edf1c4ca520647ac74b26486f958254767af'
 '63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')
@@ -27,6 +27,7 @@
   for p in 01-ecj-include-props 02-buildxml-fix-manifest; do
 patch -p0  ${p}.patch
   done
+  export LANG=en_US.UTF-8
   ant build
 }
 



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

2014-06-25 Thread Guillaume Alaux
Date: Wednesday, June 25, 2014 @ 21:27:07
  Author: guillaume
Revision: 215448

Add 'ecj' man page

Modified:
  eclipse-ecj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:23:25 UTC (rev 215447)
+++ PKGBUILD2014-06-25 19:27:07 UTC (rev 215448)
@@ -36,4 +36,5 @@
   ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/ecj.jar
   ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/eclipse-ecj.jar
   install -Dm755 ecj ${pkgdir}/usr/bin/ecj
+  install -D -m 644 ecj.1 ${pkgdir}/usr/share/man/man1/ecj.1
 }



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

2014-06-25 Thread Guillaume Alaux
Date: Wednesday, June 25, 2014 @ 21:29:38
  Author: guillaume
Revision: 215449

Add double-quotes around dir variables

Modified:
  eclipse-ecj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:27:07 UTC (rev 215448)
+++ PKGBUILD2014-06-25 19:29:38 UTC (rev 215449)
@@ -23,7 +23,7 @@
 '63aff3d126243d303ddc4305cfa77827df72e87ccf85bd8a22a2f832357e396c')
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}
   for p in 01-ecj-include-props 02-buildxml-fix-manifest; do
 patch -p0  ${p}.patch
   done
@@ -32,9 +32,9 @@
 }
 
 package() {
-  install -Dm644 ${srcdir}/ecj.jar 
${pkgdir}/usr/share/java/eclipse-ecj-${pkgver}.jar
-  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/ecj.jar
-  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/eclipse-ecj.jar
-  install -Dm755 ecj ${pkgdir}/usr/bin/ecj
-  install -D -m 644 ecj.1 ${pkgdir}/usr/share/man/man1/ecj.1
+  install -Dm644 ${srcdir}/ecj.jar 
${pkgdir}/usr/share/java/eclipse-ecj-${pkgver}.jar
+  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/ecj.jar
+  ln -s eclipse-ecj-${pkgver}.jar ${pkgdir}/usr/share/java/eclipse-ecj.jar
+  install -Dm755 ecj ${pkgdir}/usr/bin/ecj
+  install -D -m 644 ecj.1 ${pkgdir}/usr/share/man/man1/ecj.1
 }



[arch-commits] Commit in eclipse-ecj/repos/extra-any (8 files)

2014-06-25 Thread Guillaume Alaux
Date: Wednesday, June 25, 2014 @ 21:32:44
  Author: guillaume
Revision: 215450

archrelease: copy trunk to extra-any

Added:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
(from rev 215449, eclipse-ecj/trunk/01-ecj-include-props.patch)
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
(from rev 215449, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
  eclipse-ecj/repos/extra-any/PKGBUILD
(from rev 215449, eclipse-ecj/trunk/PKGBUILD)
  eclipse-ecj/repos/extra-any/ecj
(from rev 215449, eclipse-ecj/trunk/ecj)
Deleted:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
  eclipse-ecj/repos/extra-any/PKGBUILD
  eclipse-ecj/repos/extra-any/ecj

+
 01-ecj-include-props.patch |   30 +++
 02-buildxml-fix-manifest.patch |   22 +--
 PKGBUILD   |   78 ---
 ecj|8 ++--
 4 files changed, 70 insertions(+), 68 deletions(-)

Deleted: 01-ecj-include-props.patch
===
--- 01-ecj-include-props.patch  2014-06-25 19:29:38 UTC (rev 215449)
+++ 01-ecj-include-props.patch  2014-06-25 19:32:44 UTC (rev 215450)
@@ -1,15 +0,0 @@
 build.xml  2012-09-14 18:22:48.0 +
-+++ build.xml.patched  2013-01-09 10:19:28.414079935 +
-@@ -46,9 +46,10 @@
-   include name=**/*.rsc/
-   include name=META-INF/**/
-   include name=**/*.properties/
-+  include name=**/*.props/
-   exclude name=META-INF/eclipse.inf/
-   /fileset
-   /zip
-   delete dir=${output} /
-   /target
--/project
-\ No newline at end of file
-+/project

Copied: eclipse-ecj/repos/extra-any/01-ecj-include-props.patch (from rev 
215449, eclipse-ecj/trunk/01-ecj-include-props.patch)
===
--- 01-ecj-include-props.patch  (rev 0)
+++ 01-ecj-include-props.patch  2014-06-25 19:32:44 UTC (rev 215450)
@@ -0,0 +1,15 @@
+--- build.xml  2012-09-14 18:22:48.0 +
 build.xml.patched  2013-01-09 10:19:28.414079935 +
+@@ -46,9 +46,10 @@
+   include name=**/*.rsc/
+   include name=META-INF/**/
+   include name=**/*.properties/
++  include name=**/*.props/
+   exclude name=META-INF/eclipse.inf/
+   /fileset
+   /zip
+   delete dir=${output} /
+   /target
+-/project
+\ No newline at end of file
++/project

Deleted: 02-buildxml-fix-manifest.patch
===
--- 02-buildxml-fix-manifest.patch  2014-06-25 19:29:38 UTC (rev 215449)
+++ 02-buildxml-fix-manifest.patch  2014-06-25 19:32:44 UTC (rev 215450)
@@ -1,11 +0,0 @@
 build.xml.orig 2013-10-03 13:55:28.579003290 +
-+++ build.xml  2013-10-03 13:57:52.971400439 +
-@@ -39,8 +39,6 @@
-   compilerarg line=-Xlint:none/
-   /javac
- 
--  delete file=${basedir}/META-INF/MANIFEST.MF 
failonerror=false/
--  copy tofile=${basedir}/META-INF/MANIFEST.MF 
file=${basedir}/scripts/binary/META-INF/MANIFEST.MF/
-   zip destfile=${basedir}/${jar_file}
-   fileset dir=${output} /
-   fileset dir=${basedir}

Copied: eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch (from rev 
215449, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
===
--- 02-buildxml-fix-manifest.patch  (rev 0)
+++ 02-buildxml-fix-manifest.patch  2014-06-25 19:32:44 UTC (rev 215450)
@@ -0,0 +1,11 @@
+--- build.xml.orig 2013-10-03 13:55:28.579003290 +
 build.xml  2013-10-03 13:57:52.971400439 +
+@@ -39,8 +39,6 @@
+   compilerarg line=-Xlint:none/
+   /javac
+ 
+-  delete file=${basedir}/META-INF/MANIFEST.MF 
failonerror=false/
+-  copy tofile=${basedir}/META-INF/MANIFEST.MF 
file=${basedir}/scripts/binary/META-INF/MANIFEST.MF/
+   zip destfile=${basedir}/${jar_file}
+   fileset dir=${output} /
+   fileset dir=${basedir}

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 19:29:38 UTC (rev 215449)
+++ PKGBUILD2014-06-25 19:32:44 UTC (rev 215450)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-

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

2014-06-25 Thread Sébastien Luttringer
Date: Wednesday, June 25, 2014 @ 21:36:57
  Author: seblu
Revision: 113567

upgpkg: libnftnl 1.0.2-1

Modified:
  libnftnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 18:48:55 UTC (rev 113566)
+++ PKGBUILD2014-06-25 19:36:57 UTC (rev 113567)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=libnftnl
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libmnl')
 
source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
   'SKIP')
 
 build() {



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

2014-06-25 Thread Sébastien Luttringer
Date: Wednesday, June 25, 2014 @ 21:37:15
  Author: seblu
Revision: 113568

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

Added:
  libnftnl/repos/community-i686/PKGBUILD
(from rev 113567, libnftnl/trunk/PKGBUILD)
  libnftnl/repos/community-x86_64/PKGBUILD
(from rev 113567, libnftnl/trunk/PKGBUILD)
Deleted:
  libnftnl/repos/community-i686/PKGBUILD
  libnftnl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 19:36:57 UTC (rev 113567)
+++ community-i686/PKGBUILD 2014-06-25 19:37:15 UTC (rev 113568)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/community-i686/PKGBUILD (from rev 113567, 
libnftnl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 19:37:15 UTC (rev 113568)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-25 19:36:57 UTC (rev 113567)
+++ community-x86_64/PKGBUILD   2014-06-25 19:37:15 UTC (rev 113568)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/community-x86_64/PKGBUILD (from rev 113567, 
libnftnl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-25 19:37:15 UTC (rev 113568)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-25 Thread Guillaume Alaux
Date: Wednesday, June 25, 2014 @ 21:38:45
  Author: guillaume
Revision: 215451

Fix tests run

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:32:44 UTC (rev 215450)
+++ PKGBUILD2014-06-25 19:38:45 UTC (rev 215451)
@@ -34,14 +34,14 @@
   clean package
 }
 
-# https://github.com/antlr/antlr4/issues/563
-#check() {
-#  cd ${srcdir}/${pkgname}-${pkgver}/tool
-#  mvn -Dmaven.repo.local=${M2_REPO} \
-#  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
-#  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
-#  test
-#}
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}/tool
+  export LANG=en_US.UTF-8
+  mvn -Dmaven.repo.local=${M2_REPO} \
+  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
+  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
+  test
+}
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in quagga/trunk (PKGBUILD fix_readline36.patch)

2014-06-25 Thread Sébastien Luttringer
Date: Wednesday, June 25, 2014 @ 21:41:28
  Author: seblu
Revision: 113569

upgpkg: quagga 0.99.23-1

Modified:
  quagga/trunk/PKGBUILD
Deleted:
  quagga/trunk/fix_readline36.patch

--+
 PKGBUILD |   12 +---
 fix_readline36.patch |   14 --
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:37:15 UTC (rev 113568)
+++ PKGBUILD2014-06-25 19:41:28 UTC (rev 113569)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=quagga
-pkgver=0.99.22.4
-pkgrel=4
+pkgver=0.99.23
+pkgrel=1
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
@@ -19,9 +19,8 @@
 'ospfd.service'
 'ripd.service'
 'ripngd.service'
-'zebra.service'
-'fix_readline36.patch')
-md5sums=('27ef98abb1820bae19eb71f631a10853'
+'zebra.service')
+md5sums=('d17145e62b6ea14f0f13bb63f59e5166'
  '20a8e36ad851d4e06467aeb56a84b245'
  'cc90c234aac9098c5132d653037d5269'
  '67d0ada0f3000b9a86351798786c5256'
@@ -29,8 +28,7 @@
  '260f5fcf9b53ef201a8fb34e7ea90457'
  'b6e3549d780355914ae8edd43e15630a'
  '72dd63c49fdaea41729a4318d0fbac79'
- '577f1e7caeea31d910f2dc29c28ada7d'
- 'f4162b77d4995c6d080ac34d9fd17c36')
+ '577f1e7caeea31d910f2dc29c28ada7d')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: fix_readline36.patch
===
--- fix_readline36.patch2014-06-25 19:37:15 UTC (rev 113568)
+++ fix_readline36.patch2014-06-25 19:41:28 UTC (rev 113569)
@@ -1,14 +0,0 @@
 a/vtysh/vtysh.c
-+++ b/vtysh/vtysh.c
-@@ -2211,9 +2211,9 @@
- vtysh_readline_init (void)
- {
-   /* readline related settings. */
--  rl_bind_key ('?', (Function *) vtysh_rl_describe);
-+  rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
-   rl_completion_entry_function = vtysh_completion_entry_function;
--  rl_attempted_completion_function = (CPPFunction *)new_completion;
-+  rl_attempted_completion_function = (rl_completion_func_t *) new_completion;
-   /* do not append space after completion. It will be appended
-* in new_completion() function explicitly. */
-   rl_completion_append_character = '\0';



[arch-commits] Commit in quagga/repos (42 files)

2014-06-25 Thread Sébastien Luttringer
Date: Wednesday, June 25, 2014 @ 21:42:14
  Author: seblu
Revision: 113570

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

Added:
  quagga/repos/community-i686/PKGBUILD
(from rev 113569, quagga/trunk/PKGBUILD)
  quagga/repos/community-i686/babeld.service
(from rev 113569, quagga/trunk/babeld.service)
  quagga/repos/community-i686/bgpd.service
(from rev 113569, quagga/trunk/bgpd.service)
  quagga/repos/community-i686/isisd.service
(from rev 113569, quagga/trunk/isisd.service)
  quagga/repos/community-i686/ospf6d.service
(from rev 113569, quagga/trunk/ospf6d.service)
  quagga/repos/community-i686/ospfd.service
(from rev 113569, quagga/trunk/ospfd.service)
  quagga/repos/community-i686/quagga.install
(from rev 113569, quagga/trunk/quagga.install)
  quagga/repos/community-i686/ripd.service
(from rev 113569, quagga/trunk/ripd.service)
  quagga/repos/community-i686/ripngd.service
(from rev 113569, quagga/trunk/ripngd.service)
  quagga/repos/community-i686/zebra.service
(from rev 113569, quagga/trunk/zebra.service)
  quagga/repos/community-x86_64/PKGBUILD
(from rev 113569, quagga/trunk/PKGBUILD)
  quagga/repos/community-x86_64/babeld.service
(from rev 113569, quagga/trunk/babeld.service)
  quagga/repos/community-x86_64/bgpd.service
(from rev 113569, quagga/trunk/bgpd.service)
  quagga/repos/community-x86_64/isisd.service
(from rev 113569, quagga/trunk/isisd.service)
  quagga/repos/community-x86_64/ospf6d.service
(from rev 113569, quagga/trunk/ospf6d.service)
  quagga/repos/community-x86_64/ospfd.service
(from rev 113569, quagga/trunk/ospfd.service)
  quagga/repos/community-x86_64/quagga.install
(from rev 113569, quagga/trunk/quagga.install)
  quagga/repos/community-x86_64/ripd.service
(from rev 113569, quagga/trunk/ripd.service)
  quagga/repos/community-x86_64/ripngd.service
(from rev 113569, quagga/trunk/ripngd.service)
  quagga/repos/community-x86_64/zebra.service
(from rev 113569, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/community-i686/PKGBUILD
  quagga/repos/community-i686/babeld.service
  quagga/repos/community-i686/bgpd.service
  quagga/repos/community-i686/fix_readline36.patch
  quagga/repos/community-i686/isisd.service
  quagga/repos/community-i686/ospf6d.service
  quagga/repos/community-i686/ospfd.service
  quagga/repos/community-i686/quagga.install
  quagga/repos/community-i686/ripd.service
  quagga/repos/community-i686/ripngd.service
  quagga/repos/community-i686/zebra.service
  quagga/repos/community-x86_64/PKGBUILD
  quagga/repos/community-x86_64/babeld.service
  quagga/repos/community-x86_64/bgpd.service
  quagga/repos/community-x86_64/fix_readline36.patch
  quagga/repos/community-x86_64/isisd.service
  quagga/repos/community-x86_64/ospf6d.service
  quagga/repos/community-x86_64/ospfd.service
  quagga/repos/community-x86_64/quagga.install
  quagga/repos/community-x86_64/ripd.service
  quagga/repos/community-x86_64/ripngd.service
  quagga/repos/community-x86_64/zebra.service

---+
 /PKGBUILD |  172 
 /babeld.service   |   32 +
 /bgpd.service |   32 +
 /isisd.service|   32 +
 /ospf6d.service   |   32 +
 /ospfd.service|   32 +
 /quagga.install   |   72 +
 /ripd.service |   32 +
 /ripngd.service   |   32 +
 /zebra.service|   32 +
 community-i686/PKGBUILD   |   88 
 community-i686/babeld.service |   16 --
 community-i686/bgpd.service   |   16 --
 community-i686/fix_readline36.patch   |   14 --
 community-i686/isisd.service  |   16 --
 community-i686/ospf6d.service |   16 --
 community-i686/ospfd.service  |   16 --
 community-i686/quagga.install |   36 --
 community-i686/ripd.service   |   16 --
 community-i686/ripngd.service |   16 --
 community-i686/zebra.service  |   16 --
 community-x86_64/PKGBUILD |   88 
 community-x86_64/babeld.service   |   16 --
 community-x86_64/bgpd.service |   16 --
 community-x86_64/fix_readline36.patch |   14 --
 community-x86_64/isisd.service|   16 --
 community-x86_64/ospf6d.service   |   16 --
 community-x86_64/ospfd.service|   16 --
 community-x86_64/quagga.install   |   36 --
 community-x86_64/ripd.service |   16 --
 community-x86_64/ripngd.service   |   16 --
 community-x86_64/zebra.service|   16 --
 32 files changed, 500 insertions(+), 532 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 19:41:28 UTC (rev 113569)
+++ 

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

2014-06-25 Thread Jan Steffens
Date: Wednesday, June 25, 2014 @ 22:58:44
  Author: heftig
Revision: 215452

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

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 215451, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 215451, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 215451, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 215451, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 215451, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 215451, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 215451, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 215451, eclipse/trunk/eclipse.sh)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/eclipse.desktop   |9 +
 testing-i686/eclipse.install   |   11 ++
 testing-i686/eclipse.sh|3 +
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/eclipse.desktop |9 +
 testing-x86_64/eclipse.install |   11 ++
 testing-x86_64/eclipse.sh  |3 +
 8 files changed, 174 insertions(+)

Copied: eclipse/repos/testing-i686/PKGBUILD (from rev 215451, 
eclipse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-25 20:58:44 UTC (rev 215452)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+# Contributor: Marco Crosio marco.cro...@gmail.com
+
+pkgbase=eclipse
+pkgname=(eclipse eclipse-source)
+pkgver=4.4.0
+pkgrel=1
+_release=luna-R
+pkgdesc=An IDE for Java and other languages
+license=(EPL)
+arch=('i686' 'x86_64')
+url=http://eclipse.org;
+depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
+source=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk.tar.gz;
+
http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk-x86_64.tar.gz;
+'eclipse.sh' 'eclipse.desktop')
+md5sums=('cc700cc2eb164f5da3563e8c5157b373'
+ '44a8a5ae5e74da7b3764da774a505632'
+ '66757230837fdebabb8ce91eb4fccc80'
+ 'ba2cf02c48e6e35bfe3685401c26bb5b')
+
+if (( ! GENINTEG )); then
+  if [[ $CARCH == x86_64 ]]; then
+source=(${source[@]:1})
+md5sums=(${md5sums[@]:1})
+  else
+source=(${source[0]} ${source[@]:2})
+md5sums=(${md5sums[0]} ${md5sums[@]:2})
+  fi
+fi
+
+prepare() {
+  mkdir -p eclipse-source/{features,plugins}
+  mv eclipse/features/*.source_* eclipse-source/features
+  mv eclipse/plugins/*.source_*  eclipse-source/plugins
+}
+
+package_eclipse() {
+  install=eclipse.install
+
+  install -d $pkgdir/usr/share
+  cp -a eclipse $pkgdir/usr/share/eclipse
+
+  install -D eclipse.sh $pkgdir/usr/bin/eclipse
+  install -Dm644 eclipse.desktop 
$pkgdir/usr/share/applications/eclipse.desktop
+
+  for _i in 16 32 48 256; do
+install -Dm644 eclipse/plugins/org.eclipse.platform_*/eclipse${_i}.png \
+  $pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png
+  done
+}
+
+package_eclipse-source() {
+  pkgdesc=Source components of the Eclipse IDE
+  depends=('eclipse')
+
+  install -d $pkgdir/usr/share
+  cp -a eclipse-source $pkgdir/usr/share/eclipse
+}

Copied: eclipse/repos/testing-i686/eclipse.desktop (from rev 215451, 
eclipse/trunk/eclipse.desktop)
===
--- testing-i686/eclipse.desktop(rev 0)
+++ testing-i686/eclipse.desktop2014-06-25 20:58:44 UTC (rev 215452)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Eclipse
+Comment=A Java Development Environment
+Icon=eclipse
+Exec=eclipse
+Terminal=false
+Type=Application
+Categories=Development;IDE;Java;
+StartupNotify=true

Copied: eclipse/repos/testing-i686/eclipse.install (from rev 215451, 
eclipse/trunk/eclipse.install)
===
--- testing-i686/eclipse.install(rev 0)
+++ testing-i686/eclipse.install2014-06-25 20:58:44 UTC (rev 215452)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: 

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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:05:45
  Author: daniel
Revision: 215453

upgpkg: mono 3.4.0-1

Upstream release, must added two new files to get this thing compile. Also 
disable mcs-doc this time.

Added:
  mono/trunk/Microsoft.Portable.Common.targets
  mono/trunk/build_fix.patch
Modified:
  mono/trunk/PKGBUILD

---+
 Microsoft.Portable.Common.targets |4 
 PKGBUILD  |   19 ++-
 build_fix.patch   |   25 +
 3 files changed, 43 insertions(+), 5 deletions(-)

Added: Microsoft.Portable.Common.targets
===
--- Microsoft.Portable.Common.targets   (rev 0)
+++ Microsoft.Portable.Common.targets   2014-06-25 21:05:45 UTC (rev 215453)
@@ -0,0 +1,4 @@
+Project xmlns=http://schemas.microsoft.com/developer/msbuild/2003;
+   Import Project=..\Microsoft.Portable.Core.props /
+   Import Project=..\Microsoft.Portable.Core.targets /
+/Project

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 20:58:44 UTC (rev 215452)
+++ PKGBUILD2014-06-25 21:05:45 UTC (rev 215453)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier br...@dlfp.org
 
 pkgname=mono
-pkgver=3.2.8
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
@@ -15,13 +15,21 @@
 conflicts=('monodoc')
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
-sgen_fix.patch)
-md5sums=('1075f99bd8a69890af9e30309728e684'
+sgen_fix.patch
+   build_fix.patch
+   Microsoft.Portable.Common.targets)
+md5sums=('698024a40ee0721c2a24c45be2e39f28'
  'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c')
+ '8a700b94bff7a913f920e95890d2fb4c'
+ '30a5af1a4ff50b98f9e73cc2ae554115'
+ 'acbffadb0ac233c494b40dd5e79209a5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1  ../build_fix.patch  
+  cp ../Microsoft.Portable.Common.targets mcs/tools/xbuild/targets/
+
   # build mono
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
@@ -29,7 +37,8 @@
 --sbindir=/usr/bin \
 --disable-quiet-build \
 --disable-system-aot \
---disable-static
+--disable-static \
+--with-mcs-docs=no
   make
 
   # build jay

Added: build_fix.patch
===
--- build_fix.patch (rev 0)
+++ build_fix.patch 2014-06-25 21:05:45 UTC (rev 215453)
@@ -0,0 +1,25 @@
+From c68c72144d7b2a0516276137855d4508a3f59a17 Mon Sep 17 00:00:00 2001
+From: Michael Hutchinson m.j.hutchin...@gmail.com
+Date: Tue, 1 Apr 2014 17:21:51 -0400
+Subject: [PATCH] [xbuild] Include PCL common targets in tarball
+
+BXC18690 - Microsoft.Portable.Common.targets is missing in mono 3.4.0 tarball
+---
+ mcs/tools/xbuild/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile
+index c3a5d6a..31d5329 100644
+--- a/mcs/tools/xbuild/Makefile
 b/mcs/tools/xbuild/Makefile
+@@ -93,6 +93,7 @@ EXTRA_DISTFILES = \
+   frameworks/net_4.5.xml \
+   targets/Microsoft.Portable.CSharp_4.0.targets \
+   targets/Microsoft.Portable.CSharp_4.5.targets \
++  targets/Microsoft.Portable.Common.targets \
+   targets/Microsoft.Portable.Core.targets \
+   targets/Microsoft.Portable.Core.props \
+   targets/Microsoft.WebApplication.targets \
+-- 
+1.9.3
+



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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:05:54
  Author: daniel
Revision: 215454

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 215453, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 215453, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 215453, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 215453, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 215453, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 215453, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 215453, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 215453, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 215453, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 215453, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 215453, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 215453, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /PKGBUILD  |  134 +
 /bug434892.patch   |   22 ++
 /mono.binfmt.d |2 
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   58 -
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 ++
 extra-i686/mono.binfmt.d   |1 
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   58 -
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 ++
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/sgen_fix.patch|  112 ---
 16 files changed, 440 insertions(+), 364 deletions(-)

Copied: mono/repos/extra-i686/Microsoft.Portable.Common.targets (from rev 
215453, mono/trunk/Microsoft.Portable.Common.targets)
===
--- extra-i686/Microsoft.Portable.Common.targets
(rev 0)
+++ extra-i686/Microsoft.Portable.Common.targets2014-06-25 21:05:54 UTC 
(rev 215454)
@@ -0,0 +1,4 @@
+Project xmlns=http://schemas.microsoft.com/developer/msbuild/2003;
+   Import Project=..\Microsoft.Portable.Core.props /
+   Import Project=..\Microsoft.Portable.Core.targets /
+/Project

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-25 21:05:45 UTC (rev 215453)
+++ extra-i686/PKGBUILD 2014-06-25 21:05:54 UTC (rev 215454)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-pkgname=mono
-pkgver=3.2.8
-pkgrel=1
-pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
-url=http://www.mono-project.com/;
-depends=('zlib' 'libgdiplus=2.10' 'sh' 'python')
-options=('!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
-mono.binfmt.d
-sgen_fix.patch)
-md5sums=('1075f99bd8a69890af9e30309728e684'
- 'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # build mono
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---bindir=/usr/bin \
---sbindir=/usr/bin \
---disable-quiet-build \
---disable-system-aot \
---disable-static
-  make
-
-  # build jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install jay
-  pushd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
-  popd
-
-  # install binfmt conf file and pathes
-  install -D -m644 ${srcdir}/mono.binfmt.d 
${pkgdir}/usr/lib/binfmt.d/mono.conf
-
-  #install license
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 

[arch-commits] Commit in qt5/trunk (PKGBUILD QTBUG-39047.patch)

2014-06-25 Thread Andrea Scarpino
Date: Wednesday, June 25, 2014 @ 23:22:27
  Author: andrea
Revision: 215455

upgpkg: qt5 5.3.1-1

Upstream release

Modified:
  qt5/trunk/PKGBUILD
Deleted:
  qt5/trunk/QTBUG-39047.patch

---+
 PKGBUILD  |   15 -
 QTBUG-39047.patch |   57 
 2 files changed, 5 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 21:05:54 UTC (rev 215454)
+++ PKGBUILD2014-06-25 21:22:27 UTC (rev 215455)
@@ -23,8 +23,8 @@
  'qt5-websockets'
  'qt5-x11extras'
  'qt5-xmlpatterns')
-pkgver=5.3.0
-pkgrel=3
+pkgver=5.3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -38,15 +38,13 @@
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/5.3/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch'
-'QTBUG-39047.patch')
-md5sums=('f00ac7930e3b1b2b364dedcd15acc142'
+'use-python2.patch')
+md5sums=('f9a24a0d5645efa0715b6ff0fa13d60f'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
  '322b419b16c75d4de0ee7ad0a246caa1'
- 'a378deccf363bd6079da459c89aff7b9'
- '819813c53ab11b2341baf54afbc37e37')
+ 'a378deccf363bd6079da459c89aff7b9')
 
 prepare() {
   cd ${_pkgfqn}
@@ -60,9 +58,6 @@
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')
-
-  cd qtdeclarative
-  patch -p1 -i ${srcdir}/QTBUG-39047.patch
 }
 
 build() {

Deleted: QTBUG-39047.patch
===
--- QTBUG-39047.patch   2014-06-25 21:05:54 UTC (rev 215454)
+++ QTBUG-39047.patch   2014-06-25 21:22:27 UTC (rev 215455)
@@ -1,57 +0,0 @@
-From 009ad875f89d7d7bc4447e18c2fbbd485a75e0b5 Mon Sep 17 00:00:00 2001
-From: Oleg Shparber troll...@gmail.com
-Date: Mon, 19 May 2014 00:53:39 -0700
-Subject: [PATCH] Fix improper antialiasing property behavior
-
-For components antialiased by default the property was returned
-as false if default true value was set to true again.
-
-Task-number: QTBUG-39047
-Change-Id: I16960a12b6d38a0d9e487fc6612610c39c4949d4
-Reviewed-by: Gunnar Sletta gunnar.sle...@jollamobile.com

- src/quick/items/qquickitem.cpp |8 +---
- tests/auto/quick/qquicktext/tst_qquicktext.cpp |7 +++
- 2 files changed, 12 insertions(+), 3 deletions(-)
-
-diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
-index 3f0dae8..ef2eac4 100644
 a/src/quick/items/qquickitem.cpp
-+++ b/src/quick/items/qquickitem.cpp
-@@ -5691,10 +5691,12 @@ void QQuickItem::setAntialiasing(bool aa)
- {
- Q_D(QQuickItem);
- 
--bool changed = (aa != antialiasing());
--d-antialiasingValid = true;
-+if (!d-antialiasingValid) {
-+d-antialiasingValid = true;
-+d-antialiasing = d-implicitAntialiasing;
-+}
- 
--if (!changed)
-+if (aa == d-antialiasing)
- return;
- 
- d-antialiasing = aa;
-diff --git a/tests/auto/quick/qquicktext/tst_qquicktext.cpp 
b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-index 0b69981..d36c55d 100644
 a/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-+++ b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-@@ -1334,6 +1334,13 @@ void tst_qquicktext::antialiasing()
- text-resetAntialiasing();
- QCOMPARE(text-antialiasing(), true);
- QCOMPARE(spy.count(), 2);
-+
-+// QTBUG-39047
-+component.setData(import QtQuick 2.0\n Text { antialiasing: true }, 
QUrl());
-+object.reset(component.create());
-+text = qobject_castQQuickText *(object.data());
-+QVERIFY(text);
-+QCOMPARE(text-antialiasing(), true);
- }
- 
- void tst_qquicktext::weight()
--- 
-1.7.1
-



[arch-commits] Commit in qt5/repos (29 files)

2014-06-25 Thread Andrea Scarpino
Date: Wednesday, June 25, 2014 @ 23:23:43
  Author: andrea
Revision: 215456

archrelease: copy trunk to extra-i686

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 215455, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 215455, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 215455, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 215455, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 215455, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 215455, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-i686/use-python2.patch
(from rev 215455, qt5/trunk/use-python2.patch)
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 215455, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 215455, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 215455, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 215455, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 215455, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 215455, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 215455, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/QTBUG-39047.patch
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

--+
 /PKGBUILD|  964 +
 /assistant.desktop   |   16 
 /designer.desktop|   20 
 /linguist.desktop|   18 
 /qdbusviewer.desktop |   18 
 /qt5-tools.install   |   24 
 /use-python2.patch   |  176 ++
 extra-i686/PKGBUILD  |  487 --
 extra-i686/QTBUG-39047.patch |   57 --
 extra-i686/assistant.desktop |8 
 extra-i686/designer.desktop  |   10 
 extra-i686/linguist.desktop  |9 
 extra-i686/qdbusviewer.desktop   |9 
 extra-i686/qt5-tools.install |   12 
 extra-i686/use-python2.patch |   88 ---
 extra-x86_64/PKGBUILD|  487 --
 extra-x86_64/assistant.desktop   |8 
 extra-x86_64/designer.desktop|   10 
 extra-x86_64/linguist.desktop|9 
 extra-x86_64/qdbusviewer.desktop |9 
 extra-x86_64/qt5-tools.install   |   12 
 extra-x86_64/use-python2.patch   |   88 ---
 22 files changed, 1236 insertions(+), 1303 deletions(-)

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


[arch-commits] Commit in qt5/repos/extra-x86_64 (15 files)

2014-06-25 Thread Andrea Scarpino
Date: Wednesday, June 25, 2014 @ 23:23:55
  Author: andrea
Revision: 215457

archrelease: copy trunk to extra-x86_64

Added:
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 215456, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 215456, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 215456, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 215456, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 215456, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 215456, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 215456, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/QTBUG-39047.patch
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

-+
 PKGBUILD|  964 +-
 QTBUG-39047.patch   |   57 --
 assistant.desktop   |   16 
 designer.desktop|   20 -
 linguist.desktop|   18 
 qdbusviewer.desktop |   18 
 qt5-tools.install   |   24 -
 use-python2.patch   |  176 -
 8 files changed, 618 insertions(+), 675 deletions(-)

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


[arch-commits] Commit in monodevelop-debugger-gdb/trunk (PKGBUILD)

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:33:46
  Author: daniel
Revision: 215460

upgpkg: monodevelop-debugger-gdb 5.0.1-1

New upstream release

Modified:
  monodevelop-debugger-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 21:33:31 UTC (rev 215459)
+++ PKGBUILD2014-06-25 21:33:46 UTC (rev 215460)
@@ -2,17 +2,17 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=monodevelop-debugger-gdb
-pkgver=4.2.2
+pkgver=5.0.1
 pkgrel=1
 pkgdesc=Mono Debugger support
 arch=('i686' 'x86_64') # also any pkg?
 url=http://monodevelop.com;
 license=('GPL')
-depends=('monodevelop=4.2.2' 'gdb')
+depends=('monodevelop=5.0.1' 'gdb')
 makedepends=('mono')
 options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-2.tar.bz2)
-md5sums=('c18d13045a9dadf3239bc00a76d5ad8c')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-0.tar.bz2)
+md5sums=('4292cb70a2a4cab1181d8fba922b8c77')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi



[arch-commits] Commit in monodevelop-debugger-gdb/repos (4 files)

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:33:52
  Author: daniel
Revision: 215461

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

Added:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
(from rev 215460, monodevelop-debugger-gdb/trunk/PKGBUILD)
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD
(from rev 215460, monodevelop-debugger-gdb/trunk/PKGBUILD)
Deleted:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-25 21:33:46 UTC (rev 215460)
+++ extra-i686/PKGBUILD 2014-06-25 21:33:52 UTC (rev 215461)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=4.2.2
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64') # also any pkg?
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=4.2.2' 'gdb')
-makedepends=('mono')
-options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-2.tar.bz2)
-md5sums=('c18d13045a9dadf3239bc00a76d5ad8c')
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD (from rev 215460, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-25 21:33:52 UTC (rev 215461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=5.0.1' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-0.tar.bz2)
+md5sums=('4292cb70a2a4cab1181d8fba922b8c77')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-25 21:33:46 UTC (rev 215460)
+++ extra-x86_64/PKGBUILD   2014-06-25 21:33:52 UTC (rev 215461)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=4.2.2
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64') # also any pkg?
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=4.2.2' 'gdb')
-makedepends=('mono')
-options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-2.tar.bz2)
-md5sums=('c18d13045a9dadf3239bc00a76d5ad8c')
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD (from rev 215460, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-25 21:33:52 UTC (rev 215461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=5.0.1' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-0.tar.bz2)
+md5sums=('4292cb70a2a4cab1181d8fba922b8c77')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:33:25
  Author: daniel
Revision: 215458

upgpkg: monodevelop 5.0.1-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 21:23:55 UTC (rev 215457)
+++ PKGBUILD2014-06-25 21:33:25 UTC (rev 215458)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=4.2.2
+pkgver=5.0.1
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 
@@ -13,13 +13,13 @@
 
 url=http://www.monodevelop.com;
 license=('GPL')
-depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
+depends=('mono=3.2.8' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
 makedepends=('rsync' 'git')
 options=(!makeflags)
 install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-2.tar.bz2
+source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-0.tar.bz2
 monodevelop-core-addins.pc.in.patch)
-md5sums=('34bf8adb9b5b6a798e65f3c0ce4edced'
+md5sums=('5f68aa384c7aa473fdd36da2f70117b4'
  '8466d032735130e37d4091a793a7966c')
 
 build() {



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

2014-06-25 Thread Daniel Isenmann
Date: Wednesday, June 25, 2014 @ 23:33:31
  Author: daniel
Revision: 215459

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

Added:
  monodevelop/repos/extra-i686/PKGBUILD
(from rev 215458, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-i686/monodevelop-core-addins.pc.in.patch
(from rev 215458, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-i686/monodevelop.install
(from rev 215458, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-x86_64/PKGBUILD
(from rev 215458, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-x86_64/monodevelop-core-addins.pc.in.patch
(from rev 215458, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-x86_64/monodevelop.install
(from rev 215458, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-i686/PKGBUILD
  monodevelop/repos/extra-i686/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-i686/monodevelop.install
  monodevelop/repos/extra-x86_64/PKGBUILD
  monodevelop/repos/extra-x86_64/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-x86_64/monodevelop.install

--+
 /PKGBUILD|   90 +
 /monodevelop-core-addins.pc.in.patch |   16 +++
 /monodevelop.install |   40 +
 extra-i686/PKGBUILD  |   45 --
 extra-i686/monodevelop-core-addins.pc.in.patch   |8 -
 extra-i686/monodevelop.install   |   20 
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/monodevelop-core-addins.pc.in.patch |8 -
 extra-x86_64/monodevelop.install |   20 
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-25 21:33:25 UTC (rev 215458)
+++ extra-i686/PKGBUILD 2014-06-25 21:33:31 UTC (rev 215459)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=4.2.2
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-
-# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
-arch=('i686' 'x86_64')
-
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('rsync' 'git')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-2.tar.bz2
-monodevelop-core-addins.pc.in.patch)
-md5sums=('34bf8adb9b5b6a798e65f3c0ce4edced'
- '8466d032735130e37d4091a793a7966c')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
-  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
-  
-  ./configure --prefix=/usr
-  LD_PRELOAD= make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  LD_PRELOAD= make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-i686/PKGBUILD (from rev 215458, 
monodevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-25 21:33:31 UTC (rev 215459)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
+arch=('i686' 'x86_64')
+
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=3.2.8' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('rsync' 'git')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-0.tar.bz2
+monodevelop-core-addins.pc.in.patch)
+md5sums=('5f68aa384c7aa473fdd36da2f70117b4'
+ '8466d032735130e37d4091a793a7966c')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
+  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  
+  ./configure --prefix=/usr
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  LD_PRELOAD= make 

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

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 01:03:23
  Author: lcarlier
Revision: 215462

upgpkg: mesa 10.2.2-1

upstream update 10.2.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 21:33:52 UTC (rev 215461)
+++ PKGBUILD2014-06-25 23:03:23 UTC (rev 215462)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.1
-pkgrel=2
+pkgver=10.2.2
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -14,8 +14,8 @@
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-md5sums=('093f9b5d077e5f6061dcd7b01b7aa51a'
- '5c65a0fe315dd347e09b1f2826a1df5a')
+sha256sums=('38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c'
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
 build() {
   cd ${srcdir}/?esa-*



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

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 01:03:43
  Author: lcarlier
Revision: 215463

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 215462, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 215462, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 215462, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 215462, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  406 
 extra-i686/LICENSE|   82 -
 extra-i686/PKGBUILD   |  203 
 extra-x86_64/LICENSE  |   82 -
 extra-x86_64/PKGBUILD |  203 
 6 files changed, 570 insertions(+), 570 deletions(-)

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


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

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 01:07:06
  Author: lcarlier
Revision: 113571

upgpkg: lib32-mesa 10.2.2-1

upstream update 10.2.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 19:42:14 UTC (rev 113570)
+++ PKGBUILD2014-06-25 23:07:06 UTC (rev 113571)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.1
-pkgrel=3
+pkgver=10.2.2
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -12,9 +12,8 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('093f9b5d077e5f6061dcd7b01b7aa51a')
+sha256sums=('38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c')
 
 build() {
   export CC=gcc -m32



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

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 01:07:15
  Author: lcarlier
Revision: 113572

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  319 ++---
 1 file changed, 159 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 23:07:06 UTC (rev 113571)
+++ PKGBUILD2014-06-25 23:07:15 UTC (rev 113572)
@@ -1,160 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.1
-pkgrel=3
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
- 'lib32-libvdpau' 'lib32-wayland')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('093f9b5d077e5f6061dcd7b01b7aa51a')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-egl-platforms=x11,drm,wayland \
---enable-llvm-shared-libs \
---enable-egl \
---disable-gallium-egl \
---enable-gbm \
---enable-gallium-gbm \
---enable-gallium-llvm \
---enable-shared-glapi \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-vdpau \
---enable-dri3
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-libvdpau' 'lib32-wayland' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 

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

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 02:08:45
  Author: eric
Revision: 113573

upgpkg: youtube-dl 2014.06.25-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 23:07:15 UTC (rev 113572)
+++ PKGBUILD2014-06-26 00:08:45 UTC (rev 113573)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.06.24.1
+pkgver=2014.06.25
 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=('db5233846213e2d88decbfcdac3e90eec5c52ce1'
+sha1sums=('305905cbc9ed6a1579473cc8d38367c5dd13f611'
   'SKIP')
 
 prepare() {



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

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 02:10:15
  Author: eric
Revision: 113574

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-26 00:08:45 UTC (rev 113573)
+++ PKGBUILD2014-06-26 00:10:15 UTC (rev 113574)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.06.24.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=('db5233846213e2d88decbfcdac3e90eec5c52ce1'
-  '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 113573, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-26 00:10:15 UTC (rev 113574)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.06.25
+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=('305905cbc9ed6a1579473cc8d38367c5dd13f611'
+  '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 flac/trunk (PKGBUILD flac-realloc.patch)

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 02:18:03
  Author: eric
Revision: 215464

upgpkg: flac 1.3.0-3

Fix metaflac (close FS#40832)

Added:
  flac/trunk/flac-realloc.patch
Modified:
  flac/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 flac-realloc.patch |   15 +++
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 23:03:43 UTC (rev 215463)
+++ PKGBUILD2014-06-26 00:18:03 UTC (rev 215464)
@@ -4,7 +4,7 @@
 pkgbase=flac
 pkgname=('flac' 'flac-doc')
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://flac.sourceforge.net/;
 license=('BSD' 'GPL')
@@ -11,9 +11,15 @@
 depends=('gcc-libs' 'libogg')
 makedepends=('nasm' 'doxygen')
 options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz 
flac-realloc.patch)
+sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
+  '22bf08219c289d747f399e351c701d0f195d3ce0')
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i ${srcdir}/flac-realloc.patch
+}
+
 build() {
   cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr --disable-sse

Added: flac-realloc.patch
===
--- flac-realloc.patch  (rev 0)
+++ flac-realloc.patch  2014-06-26 00:18:03 UTC (rev 215464)
@@ -0,0 +1,15 @@
+X-Git-Url: 
http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
+
+diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c
+index 097537b..8a31daa 100644
+--- a/src/metaflac/utils.c
 b/src/metaflac/utils.c
+@@ -75,7 +75,7 @@ void local_strcat(char **dest, const char *source)
+   *dest = safe_realloc_add_3op_(*dest, ndest, /*+*/nsource, /*+*/1);
+   if(0 == *dest)
+   die(out of memory growing string);
+-  safe_strncpy((*dest)+ndest, source, ndest + nsource + 1);
++  safe_strncpy((*dest)+ndest, source, nsource + 1);
+ }
+ 
+ static inline int local_isprint(int c)



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

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 02:20:23
  Author: eric
Revision: 215465

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

Added:
  flac/repos/extra-i686/PKGBUILD
(from rev 215464, flac/trunk/PKGBUILD)
  flac/repos/extra-i686/flac-realloc.patch
(from rev 215464, flac/trunk/flac-realloc.patch)
  flac/repos/extra-x86_64/PKGBUILD
(from rev 215464, flac/trunk/PKGBUILD)
  flac/repos/extra-x86_64/flac-realloc.patch
(from rev 215464, flac/trunk/flac-realloc.patch)
Deleted:
  flac/repos/extra-i686/PKGBUILD
  flac/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |  102 ++
 extra-i686/PKGBUILD |   45 
 extra-i686/flac-realloc.patch   |   15 +
 extra-x86_64/PKGBUILD   |   45 
 extra-x86_64/flac-realloc.patch |   15 +
 5 files changed, 132 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-26 00:18:03 UTC (rev 215464)
+++ extra-i686/PKGBUILD 2014-06-26 00:20:23 UTC (rev 215465)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=flac
-pkgname=('flac' 'flac-doc')
-pkgver=1.3.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://flac.sourceforge.net/;
-license=('BSD' 'GPL')
-depends=('gcc-libs' 'libogg')
-makedepends=('nasm' 'doxygen')
-options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --disable-sse
-  make
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_flac() {
-  pkgdesc=Free Lossless Audio Codec
-  options=('!docs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING.Xiph 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_flac-doc() {
-  pkgdesc=Developer documentation for the Free Lossless Audio Codec
-  depends=('flac')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} -C doc install
-  sed -i s|$srcdir/${pkgbase}-${pkgver}|/usr| 
${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag
-  install -D -m644 COPYING.Xiph 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: flac/repos/extra-i686/PKGBUILD (from rev 215464, flac/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-26 00:20:23 UTC (rev 215465)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=flac
+pkgname=('flac' 'flac-doc')
+pkgver=1.3.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://flac.sourceforge.net/;
+license=('BSD' 'GPL')
+depends=('gcc-libs' 'libogg')
+makedepends=('nasm' 'doxygen')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz 
flac-realloc.patch)
+sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
+  '22bf08219c289d747f399e351c701d0f195d3ce0')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i ${srcdir}/flac-realloc.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --disable-sse
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_flac() {
+  pkgdesc=Free Lossless Audio Codec
+  options=('!docs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING.Xiph 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_flac-doc() {
+  pkgdesc=Developer documentation for the Free Lossless Audio Codec
+  depends=('flac')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} -C doc install
+  sed -i s|$srcdir/${pkgbase}-${pkgver}|/usr| 
${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag
+  install -D -m644 COPYING.Xiph 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: flac/repos/extra-i686/flac-realloc.patch (from rev 215464, 
flac/trunk/flac-realloc.patch)
===
--- extra-i686/flac-realloc.patch   (rev 0)
+++ extra-i686/flac-realloc.patch   2014-06-26 00:20:23 UTC (rev 215465)
@@ -0,0 +1,15 @@
+X-Git-Url: 
http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
+
+diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c
+index 097537b..8a31daa 100644
+--- a/src/metaflac/utils.c
 b/src/metaflac/utils.c
+@@ -75,7 +75,7 @@ void local_strcat(char **dest, const char *source)
+   *dest = safe_realloc_add_3op_(*dest, ndest, /*+*/nsource, /*+*/1);
+   if(0 == *dest)
+   die(out of memory growing string);
+-  safe_strncpy((*dest)+ndest, source, ndest + nsource + 1);

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

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 04:38:52
  Author: eric
Revision: 215466

upgpkg: imagemagick 6.8.9.4-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 00:20:23 UTC (rev 215465)
+++ PKGBUILD2014-06-26 02:38:52 UTC (rev 215466)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.3
+pkgver=6.8.9.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e'
+sha1sums=('b3aa7b95f8db8a863602fa4c205420ad1d5a69b7'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



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

2014-06-25 Thread Eric Bélanger
Date: Thursday, June 26, 2014 @ 04:40:52
  Author: eric
Revision: 215467

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 215466, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 215466, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 215466, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 215466, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   90 
 staging-i686/perlmagick.rpath.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   90 
 staging-x86_64/perlmagick.rpath.patch |   11 +++
 4 files changed, 202 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 215466, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-26 02:40:52 UTC (rev 215467)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.9.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
+ 'opencl-headers' 'libcl' 'libwebp' 'subversion')
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+perlmagick.rpath.patch)
+sha1sums=('b3aa7b95f8db8a863602fa4c205420ad1d5a69b7'
+  'SKIP'
+  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+
+prepare() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
+}
+
+build() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
+  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
+--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
+--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
+--enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
+--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
+  make
+}
+
+check() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
+  optdepends=('imagemagick-doc: for additional information'
+  'ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+ 'openjpeg2: for JP2 support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'libpng: for PNG support' 
+ 'libwebp: for WEBP support')
+  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
+  etc/ImageMagick-${pkgver%%.*}/colors.xml
+  etc/ImageMagick-${pkgver%%.*}/delegates.xml
+  etc/ImageMagick-${pkgver%%.*}/log.xml
+  etc/ImageMagick-${pkgver%%.*}/magic.xml
+  etc/ImageMagick-${pkgver%%.*}/mime.xml
+  etc/ImageMagick-${pkgver%%.*}/policy.xml
+  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
+  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
+  etc/ImageMagick-${pkgver%%.*}/type.xml
+  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
+  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
+  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make -j1 DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: 

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

2014-06-25 Thread Thorsten Töpper
Date: Thursday, June 26, 2014 @ 07:07:08
  Author: ttoepper
Revision: 113575

upgpkg: i3-wm 4.8-3 - FS#40911

Added:
  i3-wm/trunk/bugfix_dont_focus_unmapped_container_on_manage.patch
Modified:
  i3-wm/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 bugfix_dont_focus_unmapped_container_on_manage.patch |   13 +
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 00:10:15 UTC (rev 113574)
+++ PKGBUILD2014-06-26 05:07:08 UTC (rev 113575)
@@ -4,7 +4,7 @@
 pkgname=i3-wm
 _pkgsourcename=i3
 pkgver=4.8
-pkgrel=2
+pkgrel=3
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
 url='http://i3wm.org/'
@@ -21,13 +21,17 @@
 'perl-json-xs: Features like saving the layout.')
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;
+'bugfix_dont_focus_unmapped_container_on_manage.patch')
 md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP')
+ 'SKIP'
+ '2601c1d3fa5e45bc637a82486fdc5be6')
 
 build() {
   cd $srcdir/$_pkgsourcename-$pkgver
   
+  patch -p1  $srcdir/bugfix_dont_focus_unmapped_container_on_manage.patch
+
   # In order to avoid problems with bison use only a single process
   MAKEFLAGS=-j1
   make

Added: bugfix_dont_focus_unmapped_container_on_manage.patch
===
--- bugfix_dont_focus_unmapped_container_on_manage.patch
(rev 0)
+++ bugfix_dont_focus_unmapped_container_on_manage.patch2014-06-26 
05:07:08 UTC (rev 113575)
@@ -0,0 +1,13 @@
+diff --git a/8f442e0..9eee357 b/9eee357
+index 8f442e0..9eee357 100644
+--- a/src/manage.c
 b/src/manage.c
+@@ -505,7 +505,7 @@ void manage_window(xcb_window_t window, 
xcb_get_window_attributes_cookie_t cooki
+ 
+ /* Defer setting focus after the 'new' event has been sent to ensure the
+  * proper window event sequence. */
+-if (set_focus) {
++if (set_focus  nc-mapped) {
+ DLOG(Now setting focus.\n);
+ con_focus(nc);
+ }



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

2014-06-25 Thread Thorsten Töpper
Date: Thursday, June 26, 2014 @ 07:07:13
  Author: ttoepper
Revision: 113576

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 113575, i3-wm/trunk/PKGBUILD)
  
i3-wm/repos/community-i686/bugfix_dont_focus_unmapped_container_on_manage.patch
(from rev 113575, 
i3-wm/trunk/bugfix_dont_focus_unmapped_container_on_manage.patch)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 113575, i3-wm/trunk/PKGBUILD)
  
i3-wm/repos/community-x86_64/bugfix_dont_focus_unmapped_container_on_manage.patch
(from rev 113575, 
i3-wm/trunk/bugfix_dont_focus_unmapped_container_on_manage.patch)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  152 
++
 community-i686/PKGBUILD   |   72 

 community-i686/bugfix_dont_focus_unmapped_container_on_manage.patch   |   13 
 community-x86_64/PKGBUILD |   72 

 community-x86_64/bugfix_dont_focus_unmapped_container_on_manage.patch |   13 
 5 files changed, 178 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-26 05:07:08 UTC (rev 113575)
+++ community-i686/PKGBUILD 2014-06-26 05:07:13 UTC (rev 113576)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.8
-pkgrel=2
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 113575, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-26 05:07:13 UTC (rev 113576)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.8
+pkgrel=3
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
+options=('docs' '!strip')

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

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 07:56:50
  Author: lcarlier
Revision: 215469

upgpkg: xf86-video-ati 1:7.4.0-1

upstream update 7.4.0

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 04:45:15 UTC (rev 215468)
+++ PKGBUILD2014-06-26 05:56:50 UTC (rev 215469)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-video-ati
-pkgver=7.3.0
+pkgver=7.4.0
 epoch=1
 pkgrel=1
 pkgdesc=X.org ati video driver
@@ -15,7 +15,7 @@
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe')
+sha256sums=('96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-ati/repos (4 files)

2014-06-25 Thread Laurent Carlier
Date: Thursday, June 26, 2014 @ 07:57:01
  Author: lcarlier
Revision: 215470

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

Added:
  xf86-video-ati/repos/testing-i686/
  xf86-video-ati/repos/testing-i686/PKGBUILD
(from rev 215469, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 215469, xf86-video-ati/trunk/PKGBUILD)

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

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 215469, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-26 05:57:01 UTC (rev 215470)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=7.4.0
+epoch=1
+pkgrel=1
+pkgdesc=X.org ati video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.41' 'systemd' 'ati-dri' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 215469, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-26 05:57:01 UTC (rev 215470)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=7.4.0
+epoch=1
+pkgrel=1
+pkgdesc=X.org ati video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.41' 'systemd' 'ati-dri' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}