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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:03:12
  Author: seblu
Revision: 240348

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

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

--+
 /PKGBUILD|   74 +
 core-i686/PKGBUILD   |   37 
 core-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-06-04 19:33:17 UTC (rev 240347)
+++ core-i686/PKGBUILD  2015-06-05 00:03:12 UTC (rev 240348)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=129
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-i686/PKGBUILD (from rev 240347, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-05 00:03:12 UTC (rev 240348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=130
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-06-04 19:33:17 UTC (rev 240347)
+++ core-x86_64/PKGBUILD2015-06-05 00:03:12 UTC (rev 240348)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=129
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 240347, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-06-05 00:03:12 UTC (rev 240348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=130
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+

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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:03:19
  Author: seblu
Revision: 240350

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

Added:
  wayland/repos/extra-i686/PKGBUILD
(from rev 240349, wayland/repos/testing-i686/PKGBUILD)
  wayland/repos/extra-x86_64/PKGBUILD
(from rev 240349, wayland/repos/testing-x86_64/PKGBUILD)
Deleted:
  wayland/repos/extra-i686/PKGBUILD
  wayland/repos/extra-x86_64/PKGBUILD
  wayland/repos/testing-i686/
  wayland/repos/testing-x86_64/

---+
 /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 2015-06-05 00:03:13 UTC (rev 240349)
+++ extra-i686/PKGBUILD 2015-06-05 00:03:19 UTC (rev 240350)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a731201534dcf6ec76a1184411724376cbf1acb6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 240349, 
wayland/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-05 00:03:19 UTC (rev 240350)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('43cc740a0dce0908b455dfb3ebb1eae125da3fff')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-05 00:03:13 UTC (rev 240349)
+++ extra-x86_64/PKGBUILD   2015-06-05 00:03:19 UTC (rev 240350)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a731201534dcf6ec76a1184411724376cbf1acb6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 240349, 
wayland/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-05 00:03:19 UTC (rev 240350)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('43cc740a0dce0908b455dfb3ebb1eae125da3fff')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING 

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-06-04 Thread Sven-Hendrik Haase
Date: Friday, June 5, 2015 @ 07:04:13
  Author: svenstaro
Revision: 134818

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 134817, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 134817, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 134817, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  366 
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-06-05 05:04:05 UTC (rev 134817)
+++ 30-win32-aliases.conf   2015-06-05 05:04:13 UTC (rev 134818)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 134817, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-06-05 05:04:13 UTC (rev 134818)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 05:04:05 UTC (rev 134817)
+++ PKGBUILD2015-06-05 05:04:13 UTC (rev 134818)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.44
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('1c3bbda41c5d19fbc47bdcd6792975227cd05be0'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins  

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Friday, June 5, 2015 @ 07:04:05
  Author: svenstaro
Revision: 134817

upgpkg: wine 1.7.44-2

Test for gcc 5.1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 02:51:05 UTC (rev 134816)
+++ PKGBUILD2015-06-05 05:04:05 UTC (rev 134817)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.7.44
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -20,7 +20,7 @@
 pkgdesc=A compatibility layer for running Windows programs
 url=http://www.winehq.com;
 arch=(i686 x86_64)
-options=(staticlibs)
+options=(staticlibs !buildflags) # remove !buildflags once 
https://bugs.winehq.org/show_bug.cgi?id=38653 is resolved
 license=(LGPL)
 install=wine.install
 


[arch-commits] Commit in xf86-input-libinput/repos (8 files)

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:23:36
  Author: lcarlier
Revision: 240361

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

Added:
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 240360, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 240360, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 240360, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 240360, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

---+
 /90-libinput.conf |   60 +++
 /PKGBUILD |   76 
 extra-i686/90-libinput.conf   |   30 ---
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/90-libinput.conf |   30 ---
 extra-x86_64/PKGBUILD |   38 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/90-libinput.conf
===
--- extra-i686/90-libinput.conf 2015-06-05 05:20:17 UTC (rev 240360)
+++ extra-i686/90-libinput.conf 2015-06-05 05:23:36 UTC (rev 240361)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section InputClass
-Identifier libinput pointer catchall
-MatchIsPointer on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput keyboard catchall
-MatchIsKeyboard on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchpad catchall
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchscreen catchall
-MatchIsTouchscreen on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-

Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 240360, 
xf86-input-libinput/trunk/90-libinput.conf)
===
--- extra-i686/90-libinput.conf (rev 0)
+++ extra-i686/90-libinput.conf 2015-06-05 05:23:36 UTC (rev 240361)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-05 05:20:17 UTC (rev 240360)
+++ extra-i686/PKGBUILD 2015-06-05 05:23:36 UTC (rev 240361)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-
-pkgname=xf86-input-libinput
-pkgver=0.11.0
-pkgrel=1
-pkgdesc=Generic input driver for the X.Org server based on libinput
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libinput')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-90-libinput.conf)
-sha256sums=('56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda'
-'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
-  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 

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

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 06:05:11
  Author: fyan
Revision: 240354

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

Added:
  openldap/repos/staging-i686/
  openldap/repos/staging-i686/PKGBUILD
(from rev 240353, openldap/trunk/PKGBUILD)
  openldap/repos/staging-i686/fix-libdb-detection-with-gcc-5.patch
(from rev 240353, openldap/trunk/fix-libdb-detection-with-gcc-5.patch)
  openldap/repos/staging-i686/openldap-ntlm.patch
(from rev 240353, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/staging-i686/openldap.install
(from rev 240353, openldap/trunk/openldap.install)
  openldap/repos/staging-i686/slapd.service
(from rev 240353, openldap/trunk/slapd.service)
  openldap/repos/staging-i686/slapd.sysusers
(from rev 240353, openldap/trunk/slapd.sysusers)
  openldap/repos/staging-i686/slapd.tmpfiles
(from rev 240353, openldap/trunk/slapd.tmpfiles)
  openldap/repos/staging-x86_64/
  openldap/repos/staging-x86_64/PKGBUILD
(from rev 240353, openldap/trunk/PKGBUILD)
  openldap/repos/staging-x86_64/fix-libdb-detection-with-gcc-5.patch
(from rev 240353, openldap/trunk/fix-libdb-detection-with-gcc-5.patch)
  openldap/repos/staging-x86_64/openldap-ntlm.patch
(from rev 240353, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/staging-x86_64/openldap.install
(from rev 240353, openldap/trunk/openldap.install)
  openldap/repos/staging-x86_64/slapd.service
(from rev 240353, openldap/trunk/slapd.service)
  openldap/repos/staging-x86_64/slapd.sysusers
(from rev 240353, openldap/trunk/slapd.sysusers)
  openldap/repos/staging-x86_64/slapd.tmpfiles
(from rev 240353, openldap/trunk/slapd.tmpfiles)

-+
 staging-i686/PKGBUILD   |  120 +
 staging-i686/fix-libdb-detection-with-gcc-5.patch   |   43 +++
 staging-i686/openldap-ntlm.patch|  230 ++
 staging-i686/openldap.install   |4 
 staging-i686/slapd.service  |9 
 staging-i686/slapd.sysusers |1 
 staging-i686/slapd.tmpfiles |1 
 staging-x86_64/PKGBUILD |  120 +
 staging-x86_64/fix-libdb-detection-with-gcc-5.patch |   43 +++
 staging-x86_64/openldap-ntlm.patch  |  230 ++
 staging-x86_64/openldap.install |4 
 staging-x86_64/slapd.service|9 
 staging-x86_64/slapd.sysusers   |1 
 staging-x86_64/slapd.tmpfiles   |1 
 14 files changed, 816 insertions(+)

Copied: openldap/repos/staging-i686/PKGBUILD (from rev 240353, 
openldap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-05 04:05:11 UTC (rev 240354)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.40
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://www.openldap.org/;
+license=('custom')
+makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
+options=('!makeflags' 'emptydirs')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd.service slapd.tmpfiles slapd.sysusers openldap-ntlm.patch 
fix-libdb-detection-with-gcc-5.patch)
+sha1sums=('0cfac3b024b99de2e2456cc7254481b6644e0b96'
+  '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
+  '59241a813d7508294e4ef1cec3bfe1f5495e109d'
+  '2bf64351c32b0bf0a70663bd42de22910998b795'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef'
+  '9b14bb8b4b116a88d562c1e28abbba159106b4be')
+
+# see http://www.openldap.org/faq/data/cache/756.html
+# there's no proper backend support for anything apart from
+# BerkeleyDB, if we don't want to drop local backend server support
+# we are forced to keep Berkeley DB here
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i ${srcdir}/openldap-ntlm.patch
+  patch -p1 -i ${srcdir}/fix-libdb-detection-with-gcc-5.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoconf
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
+--enable-dynamic --enable-syslog --enable-ipv6 --enable-local \
+--enable-crypt --enable-spasswd --enable-modules \
+

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

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 06:03:16
  Author: fyan
Revision: 240353

upgpkg: openldap 2.4.40-3

- perl 5.22 rebuild
- add a patch to fix libdb detection w/gcc 5

Added:
  openldap/trunk/fix-libdb-detection-with-gcc-5.patch
Modified:
  openldap/trunk/PKGBUILD

--+
 PKGBUILD |9 --
 fix-libdb-detection-with-gcc-5.patch |   43 +
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 00:25:18 UTC (rev 240352)
+++ PKGBUILD2015-06-05 04:03:16 UTC (rev 240353)
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.40
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.openldap.org/;
 license=('custom')
@@ -11,12 +11,13 @@
 makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
 options=('!makeflags' 'emptydirs')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
-slapd.service slapd.tmpfiles slapd.sysusers openldap-ntlm.patch)
+slapd.service slapd.tmpfiles slapd.sysusers openldap-ntlm.patch 
fix-libdb-detection-with-gcc-5.patch)
 sha1sums=('0cfac3b024b99de2e2456cc7254481b6644e0b96'
   '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
   '59241a813d7508294e4ef1cec3bfe1f5495e109d'
   '2bf64351c32b0bf0a70663bd42de22910998b795'
-  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef'
+  '9b14bb8b4b116a88d562c1e28abbba159106b4be')
 
 # see http://www.openldap.org/faq/data/cache/756.html
 # there's no proper backend support for anything apart from
@@ -26,6 +27,7 @@
 prepare() {
   cd ${pkgbase}-${pkgver}
   patch -p1 -i ${srcdir}/openldap-ntlm.patch
+  patch -p1 -i ${srcdir}/fix-libdb-detection-with-gcc-5.patch
   sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
   sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
   sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
@@ -34,6 +36,7 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
+  autoconf
   ./configure --prefix=/usr --libexecdir=/usr/lib \
 --sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
 --enable-dynamic --enable-syslog --enable-ipv6 --enable-local \

Added: fix-libdb-detection-with-gcc-5.patch
===
--- fix-libdb-detection-with-gcc-5.patch(rev 0)
+++ fix-libdb-detection-with-gcc-5.patch2015-06-05 04:03:16 UTC (rev 
240353)
@@ -0,0 +1,43 @@
+From f0409f40dab6013d1aec05f5c86ae31d2f49b485 Mon Sep 17 00:00:00 2001
+From: Jan Synacek jsyna...@redhat.com
+Date: Wed, 11 Feb 2015 10:32:28 +0100
+Subject: [PATCH] fix libdb detection with gcc 5
+
+The old cpp version generated:
+__db_version 5
+
+The new output:
+__db_version
+5
+
+Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 
5.
+Behavior with older versions of gcc is not changed.
+---
+ build/openldap.m4 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build/openldap.m4 b/build/openldap.m4
+index caf8fc2..bdcb4d6 100644
+--- a/build/openldap.m4
 b/build/openldap.m4
+@@ -328,7 +328,7 @@ AC_DEFUN([OL_BDB_HEADER_VERSION],
+ #endif
+ __db_version DB_VERSION_MAJOR
+ ])
+-  set X `eval $ac_cpp conftest.$ac_ext | $EGREP __db_version` none none
++  set X `eval $ac_cpp -P conftest.$ac_ext | $EGREP __db_version` none 
none
+   ol_cv_bdb_major=${3}
+ ])
+ case $ol_cv_bdb_major in [[1-9]]*) : ;; *)
+@@ -344,7 +344,7 @@ AC_CACHE_CHECK([for Berkeley DB minor version in db.h], 
[ol_cv_bdb_minor],[
+ #endif
+ __db_version DB_VERSION_MINOR
+ ])
+-  set X `eval $ac_cpp conftest.$ac_ext | $EGREP __db_version` none none
++  set X `eval $ac_cpp -P conftest.$ac_ext | $EGREP __db_version` none 
none
+   ol_cv_bdb_minor=${3}
+ ])
+ case $ol_cv_bdb_minor in [[0-9]]*) : ;; *)
+-- 
+2.1.0
+


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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:13:21
  Author: lcarlier
Revision: 134820

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 05:13:15 UTC (rev 134819)
+++ PKGBUILD2015-06-05 05:13:21 UTC (rev 134820)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xssn.at
-
-_pkgbasename=libmng
-pkgname=lib32-$_pkgbasename
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files (32-bit)
-arch=('x86_64')
-url=http://www.libmng.com/;
-license=('custom')
-depends=('lib32-lcms2' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc})
-md5sums=('3804bf2523af9b4e0670b5982b3bf984'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libmng/repos/multilib-x86_64/PKGBUILD (from rev 134819, 
lib32-libmng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-05 05:13:21 UTC (rev 134820)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xssn.at
+
+_pkgbasename=libmng
+pkgname=lib32-$_pkgbasename
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files (32-bit)
+arch=('x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('lib32-lcms2' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc})
+validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
+sha1sums=('0f141482ffcef6f8cd4413f945a59310ac2e49af'
+  'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:13:15
  Author: lcarlier
Revision: 134819

upgpkg: lib32-libmng 2.0.3-1

upstream update 2.0.3

Modified:
  lib32-libmng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 05:04:13 UTC (rev 134818)
+++ PKGBUILD2015-06-05 05:13:15 UTC (rev 134819)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libmng
 pkgname=lib32-$_pkgbasename
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files (32-bit)
 arch=('x86_64')
@@ -11,11 +11,10 @@
 license=('custom')
 depends=('lib32-lcms2' $_pkgbasename)
 makedepends=(gcc-multilib)
-options=(!libtool)
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc})
 validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
-md5sums=('3804bf2523af9b4e0670b5982b3bf984'
- 'SKIP')
+sha1sums=('0f141482ffcef6f8cd4413f945a59310ac2e49af'
+  'SKIP')
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:20:10
  Author: lcarlier
Revision: 240359

upgpkg: xf86-input-libinput 0.11.0-1

upstream update 0.11.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 05:14:28 UTC (rev 240358)
+++ PKGBUILD2015-06-05 05:20:10 UTC (rev 240359)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier lordhea...@gmail.com
 
 pkgname=xf86-input-libinput
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc=Generic input driver for the X.Org server based on libinput
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
 90-libinput.conf)
-sha256sums=('a4270358ed643633822212a179ad862efcf5408735bfd31e8ec49e4cf1403bf0'
+sha256sums=('56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda'
 'SKIP'
 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net


[arch-commits] Commit in xf86-input-libinput/repos (8 files)

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:20:17
  Author: lcarlier
Revision: 240360

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

Added:
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 240359, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 240359, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 240359, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 240359, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

---+
 /90-libinput.conf |   60 +++
 /PKGBUILD |   76 
 extra-i686/90-libinput.conf   |   30 ---
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/90-libinput.conf |   30 ---
 extra-x86_64/PKGBUILD |   38 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/90-libinput.conf
===
--- extra-i686/90-libinput.conf 2015-06-05 05:20:10 UTC (rev 240359)
+++ extra-i686/90-libinput.conf 2015-06-05 05:20:17 UTC (rev 240360)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section InputClass
-Identifier libinput pointer catchall
-MatchIsPointer on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput keyboard catchall
-MatchIsKeyboard on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchpad catchall
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-
-Section InputClass
-Identifier libinput touchscreen catchall
-MatchIsTouchscreen on
-MatchDevicePath /dev/input/event*
-Driver libinput
-EndSection
-

Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 240359, 
xf86-input-libinput/trunk/90-libinput.conf)
===
--- extra-i686/90-libinput.conf (rev 0)
+++ extra-i686/90-libinput.conf 2015-06-05 05:20:17 UTC (rev 240360)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-05 05:20:10 UTC (rev 240359)
+++ extra-i686/PKGBUILD 2015-06-05 05:20:17 UTC (rev 240360)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-
-pkgname=xf86-input-libinput
-pkgver=0.10.0
-pkgrel=1
-pkgdesc=Generic input driver for the X.Org server based on libinput
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libinput')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-90-libinput.conf)
-sha256sums=('a4270358ed643633822212a179ad862efcf5408735bfd31e8ec49e4cf1403bf0'
-'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
-  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 

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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:37:10
  Author: lcarlier
Revision: 134824

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

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

--+
 /PKGBUILD|   76 +
 /openttd.install |   34 
 community-i686/PKGBUILD  |   38 --
 community-i686/openttd.install   |   17 
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/openttd.install |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-05 05:37:02 UTC (rev 134823)
+++ community-i686/PKGBUILD 2015-06-05 05:37:10 UTC (rev 134824)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=openttd
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('cb2735c3c94709430c58eb4e8820cd5d26b1a17447c34ca8792bb3432a3f7c2d')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name=OpenTTD \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 134823, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-05 05:37:10 UTC (rev 134824)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('c98e76e57de213c8d2ccafa4fa2e02b91c031b2487639ccf9b85c725c1428f49')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2015-06-05 05:37:02 UTC (rev 134823)
+++ community-i686/openttd.install  2015-06-05 05:37:10 UTC (rev 134824)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
-  update-desktop-database  /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database  /dev/null 21
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
-  update-desktop-database  /dev/null 21
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 134823, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2015-06-05 05:37:10 UTC (rev 134824)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  

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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:17:08
  Author: lcarlier
Revision: 134822

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 05:17:03 UTC (rev 134821)
+++ PKGBUILD2015-06-05 05:17:08 UTC (rev 134822)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=lib32-libdbus
-_pkgbasename=libdbus
-pkgver=1.8.16
-pkgrel=1
-pkgdesc=DBus library (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/Software/dbus;
-license=('GPL' 'custom')
-depends=('lib32-glibc' 'lib32-expat' 'libdbus')
-makedepends=('gcc-multilib' 'lib32-libx11')
-provides=('lib32-dbus-core' 'lib32-dbus')
-conflicts=('lib32-dbus-core' 'lib32-dbus')
-replaces=('lib32-dbus-core' 'lib32-dbus')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('020824a38850501e7d6ba8307a7c5ac3'
- 'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
-
-build() {
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-cd ${srcdir}/dbus-${pkgver}
-
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
---libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
---with-system-pid-file=/run/dbus.pid \
---with-console-auth-dir=/run/console/ \
---enable-inotify --disable-dnotify \
---disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd
-
-make
-}
-
-package() {
-cd ${srcdir}/dbus-${pkgver}
-make DESTDIR=${pkgdir} install
-
-rm -rf ${pkgdir}/usr/{bin,include,lib,share}
-rm -rf ${pkgdir}/{etc,var}
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-libdbus/repos/multilib-x86_64/PKGBUILD (from rev 134821, 
lib32-libdbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-05 05:17:08 UTC (rev 134822)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.8.18
+pkgrel=1
+pkgdesc=DBus library (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
+md5sums=('83e607e9ccb1c921d5b6bbea2376a36c'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
+
+build() {
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+cd ${srcdir}/dbus-${pkgver}
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify --disable-dnotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd ${srcdir}/dbus-${pkgver}
+make DESTDIR=${pkgdir} install
+
+rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+rm -rf ${pkgdir}/{etc,var}
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
+}


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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:17:03
  Author: lcarlier
Revision: 134821

upgpkg: lib32-libdbus 1.8.18-1

upstream update 1.8.18

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 05:13:21 UTC (rev 134820)
+++ PKGBUILD2015-06-05 05:17:03 UTC (rev 134821)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.8.16
+pkgver=1.8.18
 pkgrel=1
 pkgdesc=DBus library (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('020824a38850501e7d6ba8307a7c5ac3'
+md5sums=('83e607e9ccb1c921d5b6bbea2376a36c'
  'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
 


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

2015-06-04 Thread Laurent Carlier
Date: Friday, June 5, 2015 @ 07:37:02
  Author: lcarlier
Revision: 134823

upgpkg: openttd 1.5.1-1

upstream update 1.5.1

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 05:17:08 UTC (rev 134822)
+++ PKGBUILD2015-06-05 05:37:02 UTC (rev 134823)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta ve...@iki.fi
 
 pkgname=openttd
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('cb2735c3c94709430c58eb4e8820cd5d26b1a17447c34ca8792bb3432a3f7c2d')
+sha256sums=('c98e76e57de213c8d2ccafa4fa2e02b91c031b2487639ccf9b85c725c1428f49')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2015-06-04 Thread Pierre Schmitz
Date: Friday, June 5, 2015 @ 06:41:33
  Author: pierre
Revision: 240355

upgpkg: archlinux-keyring 20150605-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 04:05:11 UTC (rev 240354)
+++ PKGBUILD2015-06-05 04:41:33 UTC (rev 240355)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=archlinux-keyring
-pkgver=20150523
+pkgver=20150605
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install=${pkgname}.install
 
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('ea1a42fbdc3eaa023ca0095a2c6526b3'
+md5sums=('65f1c23ca17e8c72363d831a352e6fd2'
  'SKIP')
 validpgpkeys=(
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre


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

2015-06-04 Thread Pierre Schmitz
Date: Friday, June 5, 2015 @ 06:41:38
  Author: pierre
Revision: 240356

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 240355, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 240355, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   24 
 archlinux-keyring.install |   22 ++
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 240355, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-06-05 04:41:38 UTC (rev 240356)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archlinux-keyring
+pkgver=20150605
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install=${pkgname}.install
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('65f1c23ca17e8c72363d831a352e6fd2'
+ 'SKIP')
+validpgpkeys=(
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+ )
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
240355, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2015-06-05 04:41:38 UTC (rev 
240356)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l /dev/null 21; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z $2 ] || [ $2 = 20130525-1 ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


[arch-commits] Commit in pcre/trunk (01-seven-security-patches.patch PKGBUILD)

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:24:58
  Author: seblu
Revision: 240351

upgpkg: pcre 8.37-2

- https://bugs.archlinux.org/task/45207

Added:
  pcre/trunk/01-seven-security-patches.patch
Modified:
  pcre/trunk/PKGBUILD

-+
 01-seven-security-patches.patch | 1250 ++
 PKGBUILD|   14 
 2 files changed, 1258 insertions(+), 6 deletions(-)

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


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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:25:18
  Author: seblu
Revision: 240352

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-seven-security-patches.patch
(from rev 240351, pcre/trunk/01-seven-security-patches.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 240351, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-seven-security-patches.patch
(from rev 240351, pcre/trunk/01-seven-security-patches.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 240351, pcre/trunk/PKGBUILD)

+
 testing-i686/01-seven-security-patches.patch   | 1250 +++
 testing-i686/PKGBUILD  |   52 
 testing-x86_64/01-seven-security-patches.patch | 1250 +++
 testing-x86_64/PKGBUILD|   52 
 4 files changed, 2604 insertions(+)

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


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

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 04:49:51
  Author: fyan
Revision: 134813

upgpkg: npm 2.11.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 00:03:41 UTC (rev 134812)
+++ PKGBUILD2015-06-05 02:49:51 UTC (rev 134813)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'


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

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 04:50:04
  Author: fyan
Revision: 134814

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 134813, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 02:49:51 UTC (rev 134813)
+++ PKGBUILD2015-06-05 02:50:04 UTC (rev 134814)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.11.0
-pkgrel=2
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX $pkgdir
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f $pkgdir/usr/share/man/$_dir/*
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 134813, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-05 02:50:04 UTC (rev 134814)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.11.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX $pkgdir
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f $pkgdir/usr/share/man/$_dir/*
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in perl-params-util/repos (4 files)

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 04:51:05
  Author: fyan
Revision: 134816

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

Added:
  perl-params-util/repos/community-staging-i686/
  perl-params-util/repos/community-staging-i686/PKGBUILD
(from rev 134815, perl-params-util/trunk/PKGBUILD)
  perl-params-util/repos/community-staging-x86_64/
  perl-params-util/repos/community-staging-x86_64/PKGBUILD
(from rev 134815, perl-params-util/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: perl-params-util/repos/community-staging-i686/PKGBUILD (from rev 
134815, perl-params-util/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-05 02:51:05 UTC (rev 134816)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-params-util
+pkgver=1.07
+pkgrel=4
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('i686' 'x86_64')
+url=https://metacpan.org/release/Params-Util;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz;)
+sha256sums=('30f1ec3f2cf9ff66ae96f97f23c5f558915bb6266881eac7423f52d7c76c')
+
+build() {
+  cd $srcdir/Params-Util-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Params-Util-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd $srcdir/Params-Util-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-params-util/repos/community-staging-x86_64/PKGBUILD (from rev 
134815, perl-params-util/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-05 02:51:05 UTC (rev 134816)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-params-util
+pkgver=1.07
+pkgrel=4
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('i686' 'x86_64')
+url=https://metacpan.org/release/Params-Util;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz;)
+sha256sums=('30f1ec3f2cf9ff66ae96f97f23c5f558915bb6266881eac7423f52d7c76c')
+
+build() {
+  cd $srcdir/Params-Util-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Params-Util-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd $srcdir/Params-Util-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-params-util/trunk (PKGBUILD)

2015-06-04 Thread Felix Yan
Date: Friday, June 5, 2015 @ 04:50:48
  Author: fyan
Revision: 134815

upgpkg: perl-params-util 1.07-4

perl 5.22 rebuild

Modified:
  perl-params-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 02:50:04 UTC (rev 134814)
+++ PKGBUILD2015-06-05 02:50:48 UTC (rev 134815)
@@ -4,7 +4,7 @@
 
 pkgname=perl-params-util
 pkgver=1.07
-pkgrel=3
+pkgrel=4
 pkgdesc='Simple, compact and correct param-checking functions'
 arch=('i686' 'x86_64')
 url=https://metacpan.org/release/Params-Util;
@@ -14,29 +14,33 @@
 
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz;)
 sha256sums=('30f1ec3f2cf9ff66ae96f97f23c5f558915bb6266881eac7423f52d7c76c')
 
-build()
-(
+build() {
   cd $srcdir/Params-Util-$pkgver
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
   make
-)
+}
 
-check()
-(
+check() {
   cd $srcdir/Params-Util-$pkgver
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd $srcdir/Params-Util-$pkgver
   make install INSTALLDIRS=vendor DESTDIR=$pkgdir
   find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}
 
 # Local Variables:
 # mode: shell-script


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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:03:13
  Author: seblu
Revision: 240349

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

Added:
  dbus/repos/core-i686/30-dbus
(from rev 240347, dbus/repos/testing-i686/30-dbus)
  dbus/repos/core-i686/PKGBUILD
(from rev 240347, dbus/repos/testing-i686/PKGBUILD)
  dbus/repos/core-x86_64/30-dbus
(from rev 240347, dbus/repos/testing-x86_64/30-dbus)
  dbus/repos/core-x86_64/PKGBUILD
(from rev 240347, dbus/repos/testing-x86_64/PKGBUILD)
Deleted:
  dbus/repos/core-i686/30-dbus
  dbus/repos/core-i686/PKGBUILD
  dbus/repos/core-x86_64/30-dbus
  dbus/repos/core-x86_64/PKGBUILD
  dbus/repos/testing-i686/
  dbus/repos/testing-x86_64/

--+
 /30-dbus |   12 
 /PKGBUILD|  132 +
 core-i686/30-dbus|6 --
 core-i686/PKGBUILD   |   66 
 core-x86_64/30-dbus  |6 --
 core-x86_64/PKGBUILD |   66 
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: core-i686/30-dbus
===
--- core-i686/30-dbus   2015-06-05 00:03:12 UTC (rev 240348)
+++ core-i686/30-dbus   2015-06-05 00:03:13 UTC (rev 240349)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-if [ -z ${DBUS_SESSION_BUS_ADDRESS-} ]  type dbus-launch /dev/null; then
-  eval $(dbus-launch --sh-syntax --exit-with-session)
-fi

Copied: dbus/repos/core-i686/30-dbus (from rev 240347, 
dbus/repos/testing-i686/30-dbus)
===
--- core-i686/30-dbus   (rev 0)
+++ core-i686/30-dbus   2015-06-05 00:03:13 UTC (rev 240349)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z ${DBUS_SESSION_BUS_ADDRESS-} ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-06-05 00:03:12 UTC (rev 240348)
+++ core-i686/PKGBUILD  2015-06-05 00:03:13 UTC (rev 240349)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.8.16
-pkgrel=2
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-30-dbus)
-md5sums=('020824a38850501e7d6ba8307a7c5ac3'
- 'SKIP'
- '6683a05bd749929ef9442816c22c3268')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
-
-build() {
-  cd dbus-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/var/run
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-
-  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
-}
-
-package_libdbus(){
-  pkgdesc=DBus library
-  depends=('glibc')
-
-  cd dbus-$pkgver
-  make DESTDIR=$pkgdir -C dbus install
-  make DESTDIR=$pkgdir install-data-am
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libdbus/COPYING
-}

Copied: dbus/repos/core-i686/PKGBUILD (from rev 240347, 
dbus/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-05 00:03:13 UTC (rev 240349)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.18
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')

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

2015-06-04 Thread Sébastien Luttringer
Date: Friday, June 5, 2015 @ 02:03:41
  Author: seblu
Revision: 134812

db-move: moved weston from [community-testing] to [community] (i686, x86_64)

Added:
  weston/repos/community-i686/PKGBUILD
(from rev 134811, weston/repos/community-testing-i686/PKGBUILD)
  weston/repos/community-x86_64/PKGBUILD
(from rev 134811, weston/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  weston/repos/community-i686/PKGBUILD
  weston/repos/community-testing-i686/
  weston/repos/community-testing-x86_64/
  weston/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 2015-06-04 21:55:32 UTC (rev 134811)
+++ community-i686/PKGBUILD 2015-06-05 00:03:41 UTC (rev 134812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 134811, 
weston/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-05 00:03:41 UTC (rev 134812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 21:55:32 UTC (rev 134811)
+++ community-x86_64/PKGBUILD   2015-06-05 00:03:41 UTC (rev 134812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('931a7a99a0b8ca03c28cd277525c5176dd7e02ce')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 134811, 
weston/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-05 00:03:41 UTC (rev 134812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland 

[arch-commits] Commit in (4 files)

2015-06-04 Thread Levente Polyak
Date: Thursday, June 4, 2015 @ 23:55:32
  Author: anthraxx
Revision: 134811

addpkg capstone 3.0.3-2

Added:
  capstone/
  capstone/repos/
  capstone/trunk/
  capstone/trunk/PKGBUILD

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

Added: capstone/trunk/PKGBUILD
===
--- capstone/trunk/PKGBUILD (rev 0)
+++ capstone/trunk/PKGBUILD 2015-06-04 21:55:32 UTC (rev 134811)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
+  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in coin-or-mp/repos (4 files)

2015-06-04 Thread Antonio Rojas
Date: Thursday, June 4, 2015 @ 20:13:30
  Author: arojas
Revision: 134808

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

Added:
  coin-or-mp/repos/community-i686/PKGBUILD
(from rev 134807, coin-or-mp/trunk/PKGBUILD)
  coin-or-mp/repos/community-x86_64/PKGBUILD
(from rev 134807, coin-or-mp/trunk/PKGBUILD)
Deleted:
  coin-or-mp/repos/community-i686/PKGBUILD
  coin-or-mp/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   49 -
 community-x86_64/PKGBUILD |   49 -
 3 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 18:12:10 UTC (rev 134807)
+++ community-i686/PKGBUILD 2015-06-04 18:13:30 UTC (rev 134808)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-mp
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinMP;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-cbc')
-provides=('coin-mp')
-options=('!emptydirs')
-source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
-sha256sums=('2be92d64a515d9cf0194c1cda4e1ec0b55512f88ce5a7cf1254ffc89e20608d7')
-
-build() {
-  cd CoinMP-$pkgver
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-cgl-lib=$(pkg-config --libs cgl) \
-  --with-cgl-incdir=/usr/include/coin/ \
-  --with-cbc-lib=$(pkg-config --libs cbc) \
-  --with-cbc-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/
-  make
-}
-
-check() {
-  cd CoinMP-$pkgver
-  make test
-}
-
-package() {
-  cd CoinMP-$pkgver/CoinMP
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/$pkgdir/usr/share/coin/doc/CoinMP/* 
$pkgdir/usr/share/coin/doc/CoinMP/
-}
-

Copied: coin-or-mp/repos/community-i686/PKGBUILD (from rev 134807, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 18:13:30 UTC (rev 134808)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-mp
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinMP;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cbc')
+provides=('coin-mp')
+options=('!emptydirs')
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('6a7a98749f2555f5a3dba1eef79fed573365fc6ba128475660d261d4799b6728')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-cbc-lib=$(pkg-config --libs cbc) \
+  --with-cbc-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/$pkgdir/usr/share/coin/doc/CoinMP/* 
$pkgdir/usr/share/coin/doc/CoinMP/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 18:12:10 UTC (rev 134807)
+++ community-x86_64/PKGBUILD   2015-06-04 18:13:30 UTC (rev 134808)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers 

[arch-commits] Commit in coin-or-mp/trunk (PKGBUILD)

2015-06-04 Thread Antonio Rojas
Date: Thursday, June 4, 2015 @ 20:12:10
  Author: arojas
Revision: 134807

Update to 1.8.2

Modified:
  coin-or-mp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 17:53:16 UTC (rev 134806)
+++ PKGBUILD2015-06-04 18:12:10 UTC (rev 134807)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
 # Contributor: spider-mario spiderma...@free.fr
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-mp
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc=C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects
 arch=('i686' 'x86_64')
@@ -15,7 +16,7 @@
 provides=('coin-mp')
 options=('!emptydirs')
 source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
-sha256sums=('2be92d64a515d9cf0194c1cda4e1ec0b55512f88ce5a7cf1254ffc89e20608d7')
+sha256sums=('6a7a98749f2555f5a3dba1eef79fed573365fc6ba128475660d261d4799b6728')
 
 build() {
   cd CoinMP-$pkgver


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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 20:16:22
  Author: dicebot
Revision: 134809

upgpkg: gdc 5.1.0-3

fix gdc description (wrong version mentioned)

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 18:13:30 UTC (rev 134808)
+++ PKGBUILD2015-06-04 18:16:22 UTC (rev 134809)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -80,7 +80,7 @@
 {
 depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
 provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend (2.065 
frontend version)
+pkgdesc=Compiler for D programming language which uses gcc backend
  
 install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
 install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d


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

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:24:25
  Author: andyrtr
Revision: 240343

Removed extra-i686 and extra-x86_64 for foomatic-db

Deleted:
  foomatic/repos/extra-i686/
  foomatic/repos/extra-x86_64/


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

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:35:31
  Author: andyrtr
Revision: 240344

upgpkg: claws-mail 3.11.1-3

perl 5.22 rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 18:24:25 UTC (rev 240343)
+++ PKGBUILD2015-06-04 18:35:31 UTC (rev 240344)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:35:44
  Author: andyrtr
Revision: 240345

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 240344, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 240344, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/git_fixes.diff
(from rev 240344, claws-mail/trunk/git_fixes.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 240344, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 240344, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/git_fixes.diff
(from rev 240344, claws-mail/trunk/git_fixes.diff)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/claws-mail.install   |   16 ++
 staging-i686/git_fixes.diff   |   55 +++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/claws-mail.install |   16 ++
 staging-x86_64/git_fixes.diff |   55 +++
 6 files changed, 310 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 240344, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-04 18:35:44 UTC (rev 240345)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.1
+pkgrel=3
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+git_fixes.diff)
+sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
+  'SKIP'
+  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix .desktop file creation
+  patch -Np1 -i $srcdir/git_fixes.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-appdata
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 240344, 
claws-mail/trunk/claws-mail.install)

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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 20:17:55
  Author: dicebot
Revision: 134810

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 134809, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 134809, gdc/trunk/folders.diff)
  gdc/repos/community-i686/system_zlib.diff
(from rev 134809, gdc/trunk/system_zlib.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 134809, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 134809, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/system_zlib.diff
(from rev 134809, gdc/trunk/system_zlib.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-i686/system_zlib.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff
  gdc/repos/community-x86_64/system_zlib.diff

---+
 /PKGBUILD |  234 
 /folders.diff |   78 
 /system_zlib.diff |  172 ++
 community-i686/PKGBUILD   |  117 --
 community-i686/folders.diff   |   39 --
 community-i686/system_zlib.diff   |   86 -
 community-x86_64/PKGBUILD |  117 --
 community-x86_64/folders.diff |   39 --
 community-x86_64/system_zlib.diff |   86 -
 9 files changed, 484 insertions(+), 484 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 18:16:22 UTC (rev 134809)
+++ community-i686/PKGBUILD 2015-06-04 18:17:55 UTC (rev 134810)
@@ -1,117 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=5.1.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'automake')
-options=('!emptydirs' '!buildflags')
-source=(
-ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc5
-git+https://github.com/D-Programming-GDC/GDMD.git;
-folders.diff
-system_zlib.diff
-)
-sha256sums=(
-'b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
-'SKIP'
-'SKIP'
-'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
-'1bf81cde6a7bad096f76db2f20ad8ab2801cd0ab2dd2fa0219503073e8dae480'
-)
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$pkgver
-
-# 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
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-git apply $srcdir/system_zlib.diff # use correct system zlib
-./setup-gcc.sh ../gcc-$pkgver
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$pkgver/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch --disable-libssp \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-gold --enable-plugin --enable-ld=default \
---enable-install-libiberty --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu \
---disable-multilib --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath \
---enable-checking=release
-
-make -j 4
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend (2.065 
frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
-}
-

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 19:20:31
  Author: svenstaro
Revision: 134804

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

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

---+
 /PKGBUILD |   80 
 /oolite   |   18 +
 community-i686/PKGBUILD   |   42 ---
 community-i686/oolite |9 
 community-x86_64/PKGBUILD |   42 ---
 community-x86_64/oolite   |9 
 6 files changed, 98 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 17:20:22 UTC (rev 134803)
+++ community-i686/PKGBUILD 2015-06-04 17:20:31 UTC (rev 134804)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lone_Wolf lonew...@xs4all.nl
-pkgname=oolite
-pkgver=1.82
-pkgrel=1
-pkgdesc=A space-sim based on the classic Elite
-arch=('i686' 'x86_64')
-url=http://oolite-linux.berlios.de;
-license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
-makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')
-#options=(makeflags)
-source=(oolite
-
https://github.com/OoliteProject/oolite/releases/download/1.82/oolite-source-${pkgver}.tar.bz2;)
-md5sums=('ade14e17fe9d52d16b35f2e97046362c'
- '8cac3638a887efc7715b8a8982bc4f55')
-
-build() {
-  cd oolite-source-${pkgver}
-  unset CPPFLAGS
-  sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
-  sed -i /ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/ GNUmakefile
-  make -f Makefile release
-}
-
-package() {
-  cd oolite-source-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
-
-  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-#install shellscript and icon
-  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
-  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-# copy  .desktop file
-  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-# documentation
-  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
- }
-# vim:set ts=2 sw=2 et:

Copied: oolite/repos/community-i686/PKGBUILD (from rev 134803, 
oolite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 17:20:31 UTC (rev 134804)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lone_Wolf lonew...@xs4all.nl
+pkgname=oolite
+pkgver=1.82
+pkgrel=2
+pkgdesc=A space-sim based on the classic Elite
+arch=('i686' 'x86_64')
+url=http://www.oolite.org/;
+license=('GPL2')
+depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
+makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')
+#options=(makeflags)
+source=(oolite
+
https://github.com/OoliteProject/oolite/releases/download/1.82/oolite-source-${pkgver}.tar.bz2;)
+md5sums=('ade14e17fe9d52d16b35f2e97046362c'
+ '8cac3638a887efc7715b8a8982bc4f55')
+
+build() {
+  cd oolite-source-${pkgver}
+  unset CPPFLAGS
+  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
+  sed -i /ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/ GNUmakefile
+  make -f Makefile release-deployment
+}
+
+package() {
+  cd oolite-source-${pkgver}
+
+  mkdir -p ${pkgdir}/usr/bin
+  mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
+
+  cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
+
+  install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
+  install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
+  install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
+  install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
+ }
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/oolite
===
--- community-i686/oolite   2015-06-04 17:20:22 UTC (rev 134803)
+++ community-i686/oolite   2015-06-04 17:20:31 UTC (rev 134804)
@@ -1,9 +0,0 @@
-#!/bin/bash

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 19:20:22
  Author: svenstaro
Revision: 134803

upgpkg: oolite 1.82-2

Build release-deployment instead of release

Modified:
  oolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 16:53:43 UTC (rev 134802)
+++ PKGBUILD2015-06-04 17:20:22 UTC (rev 134803)
@@ -3,7 +3,7 @@
 # Contributor: Lone_Wolf lonew...@xs4all.nl
 pkgname=oolite
 pkgver=1.82
-pkgrel=1
+pkgrel=2
 pkgdesc=A space-sim based on the classic Elite
 arch=('i686' 'x86_64')
 url=http://www.oolite.org/;
@@ -19,9 +19,9 @@
 build() {
   cd oolite-source-${pkgver}
   unset CPPFLAGS
-  sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
+  #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
   sed -i /ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/ GNUmakefile
-  make -f Makefile release
+  make -f Makefile release-deployment
 }
 
 package() {
@@ -31,12 +31,10 @@
   mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
 
   cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-#install shellscript and icon
+
   install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
   install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-# copy  .desktop file
   install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-# documentation
   install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
  }
 # vim:set ts=2 sw=2 et:


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

2015-06-04 Thread Jelle van der Waa
Date: Thursday, June 4, 2015 @ 19:53:16
  Author: jelle
Revision: 134806

archrelease: copy trunk to community-any

Added:
  python-pyinotify/repos/community-any/PKGBUILD
(from rev 134805, python-pyinotify/trunk/PKGBUILD)
Deleted:
  python-pyinotify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 17:53:05 UTC (rev 134805)
+++ PKGBUILD2015-06-04 17:53:16 UTC (rev 134806)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Evangelos Foutras foutre...@gmail.com
-
-pkgname=('python-pyinotify' 'python2-pyinotify')
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='Python module used for monitoring filesystems events on Linux 
platforms with inotify.'
-arch=('any')
-url=http://github.com/seb-m/pyinotify;
-license=('custom:MIT')
-makedepends=('python' 'python2')
-source=(http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz;)
-md5sums=('e4f742b2d12cc404e751d11afb8f01d5')
-
-
-build() {
-  cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver
-
-  cd $srcdir/pyinotify2-$pkgver
-
-  python2 setup.py build
-
-  cd $srcdir/pyinotify-$pkgver
-
-  python3 setup.py build
-}
-
-package_python-pyinotify() {
-  depends=('python')
-
-  cd $srcdir/pyinotify-$pkgver
-
-  python3 setup.py install --root=${pkgdir} -O1
-
-  install -d ${pkgdir}/usr/share/licenses/python-pyinotify
-  install -m644 COPYING \
-${pkgdir}/usr/share/licenses/python-pyinotify
-}
-
-package_python2-pyinotify() {
-  depends=('python2')
-  replaces=('pyinotify')
-
-  cd $srcdir/pyinotify2-$pkgver
-
-  sed \
--e 's_#!/usr/bin/env python_2_' \
-  -i python2/pyinotify.py
-
-  python2 setup.py install --root=${pkgdir} -O1
-
-  install -d ${pkgdir}/usr/share/licenses/python2-pyinotify
-  install -m644 COPYING \
-${pkgdir}/usr/share/licenses/python2-pyinotify
-}

Copied: python-pyinotify/repos/community-any/PKGBUILD (from rev 134805, 
python-pyinotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 17:53:16 UTC (rev 134806)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Evangelos Foutras foutre...@gmail.com
+
+pkgname=('python-pyinotify' 'python2-pyinotify')
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Python module used for monitoring filesystems events on Linux 
platforms with inotify.'
+arch=('any')
+url=http://github.com/seb-m/pyinotify;
+license=('custom:MIT')
+makedepends=('python' 'python2')
+source=(http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz;)
+md5sums=('8e580fa1ff3971f94a6f81672b76c406')
+
+build() {
+  cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver
+
+  cd $srcdir/pyinotify2-$pkgver
+
+  python2 setup.py build
+
+  cd $srcdir/pyinotify-$pkgver
+
+  python3 setup.py build
+}
+
+package_python-pyinotify() {
+  depends=('python')
+
+  cd $srcdir/pyinotify-$pkgver
+
+  python3 setup.py install --root=${pkgdir} -O1
+
+  install -d ${pkgdir}/usr/share/licenses/python-pyinotify
+  install -m644 COPYING \
+${pkgdir}/usr/share/licenses/python-pyinotify
+}
+
+package_python2-pyinotify() {
+  depends=('python2')
+  replaces=('pyinotify')
+
+  cd $srcdir/pyinotify2-$pkgver
+
+  sed \
+-e 's_#!/usr/bin/env python_2_' \
+  -i python2/pyinotify.py
+
+  python2 setup.py install --root=${pkgdir} -O1
+
+  install -d ${pkgdir}/usr/share/licenses/python2-pyinotify
+  install -m644 COPYING \
+${pkgdir}/usr/share/licenses/python2-pyinotify
+}


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

2015-06-04 Thread Jelle van der Waa
Date: Thursday, June 4, 2015 @ 19:53:05
  Author: jelle
Revision: 134805

upgpkg: python-pyinotify 0.9.6-1

Modified:
  python-pyinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 17:20:31 UTC (rev 134804)
+++ PKGBUILD2015-06-04 17:53:05 UTC (rev 134805)
@@ -4,7 +4,7 @@
 # Contributor: Evangelos Foutras foutre...@gmail.com
 
 pkgname=('python-pyinotify' 'python2-pyinotify')
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Python module used for monitoring filesystems events on Linux 
platforms with inotify.'
 arch=('any')
@@ -12,9 +12,8 @@
 license=('custom:MIT')
 makedepends=('python' 'python2')
 
source=(http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz;)
-md5sums=('e4f742b2d12cc404e751d11afb8f01d5')
+md5sums=('8e580fa1ff3971f94a6f81672b76c406')
 
-
 build() {
   cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver
 


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

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:23:32
  Author: andyrtr
Revision: 240342

archrelease: copy trunk to extra-any

Added:
  foomatic/repos/extra-any/
  foomatic/repos/extra-any/PKGBUILD
(from rev 240341, foomatic/trunk/PKGBUILD)

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

Copied: foomatic/repos/extra-any/PKGBUILD (from rev 240341, 
foomatic/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-06-04 18:23:32 UTC (rev 240342)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=foomatic
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
+arch=('any')
+pkgver=20150604
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url=http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=370
   #2014-11-14
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1277
#2015-05-29
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=40
  #2013-09-25
+)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+package_foomatic-db() {
+
+ pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
+# arch=('any')
+ license=('GPL' 'custom')
+ depends=('perl' 'libxml2')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
+
+   cd ${srcdir}/${pkgname}
+   bzr revno
+   echo $pkgver
+   ./make_configure
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-engine() {
+
+ pkgdesc=Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs.
+# arch=('i686' 'x86_64')
+ license=('GPL')
+ depends=('perl' 'libxml2' cups-filters=1.0.42 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+
+   export LIB_CUPS=/usr/lib/cups
+   cd ${srcdir}/foomatic-db-engine
+   bzr revno
+   ./make_configure
+   ./configure --prefix=/usr \
+  --sbindir=/usr/bin
+   make
+   eval `perl -V:archname`
+   make DESTDIR=${pkgdir} \
+INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+   /usr/bin/find ${pkgdir} -name '.packlist' -delete
+   # fix permissions
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc=Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses
+# arch=('any')
+ license=('custom')
+ depends=('perl' 'libxml2' foomatic-db-engine 'foomatic-db')
+
+   cd ${srcdir}/foomatic-db-nonfree
+   bzr revno
+   ./make_configure
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 20:23:20
  Author: andyrtr
Revision: 240341

upgpkg: foomatic 3:20150604-1

upstream update 20150604, make it non arch dependend - files under /usr/bin are 
only arch independent scripts

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 15:41:32 UTC (rev 240340)
+++ PKGBUILD2015-06-04 18:23:20 UTC (rev 240341)
@@ -3,8 +3,8 @@
 
 pkgbase=foomatic
 pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-pkgver=20150308
+arch=('any')
+pkgver=20150604
 pkgrel=1
 epoch=3
 
@@ -16,7 +16,7 @@
 # for latest commits and development, identical to foomatic-4.0 branch
 
 
source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=370
   #2014-11-14
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1274
#2015-03-04
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1277
#2015-05-29
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=40
  #2013-09-25
 )
 md5sums=('SKIP'


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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 17:41:22
  Author: svenstaro
Revision: 240339

upgpkg: qtcreator 3.4.1-2

rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:53:31 UTC (rev 240338)
+++ PKGBUILD2015-06-04 15:41:22 UTC (rev 240339)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=3.4.1
 _pkgver=v3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'


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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 17:41:32
  Author: svenstaro
Revision: 240340

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 240339, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 240339, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 240339, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 240339, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 240339, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 240339, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  134 +++
 /qtcreator.desktop |   20 +
 /qtcreator.install |   24 ++
 extra-i686/PKGBUILD|   67 ---
 extra-i686/qtcreator.desktop   |   10 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/qtcreator.desktop |   10 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-04 15:41:22 UTC (rev 240339)
+++ extra-i686/PKGBUILD 2015-06-04 15:41:32 UTC (rev 240340)
@@ -1,67 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=3.4.1
-_pkgver=v3.4.1
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}
-git://code.qt.io/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  # Workaround for FS#40583
-  mv ${pkgdir}/usr/bin/qtcreator ${pkgdir}/usr/bin/qtcreator-bin
-  echo #!/bin/sh  ${pkgdir}/usr/bin/qtcreator
-  echo QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@  
${pkgdir}/usr/bin/qtcreator
-  chmod +x ${pkgdir}/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 240339, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-04 15:41:32 UTC (rev 240340)
@@ -0,0 +1,67 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.4.1
+_pkgver=v3.4.1
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')

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

2015-06-04 Thread Timothy Redaelli
Date: Thursday, June 4, 2015 @ 18:53:43
  Author: tredaelli
Revision: 134802

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 134801, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 134801, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 134801, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 134801, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  160 ++
 /bitcoin-qt.install |   22 
 community-i686/PKGBUILD |   80 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   80 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 16:53:33 UTC (rev 134801)
+++ community-i686/PKGBUILD 2015-06-04 16:53:43 UTC (rev 134802)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'b049cc2650d5988a581d1b72b205254edbaa4f8c0587c2fe8ac4aa0a25543a6a'
-'0a31a5f3ad860ecc1cc8041a863aabdbc4084c7ea5fdc487806b5aa829a244fe'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957')
-
-# Upstream should be more coherent!
-case $pkgver in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-  CXXFLAGS=$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - Qt
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/qt/bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 $srcdir/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 $srcdir/bitcoin128.png \
-$pkgdir/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 $srcdir/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 $srcdir/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 $srcdir/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-cli() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - RPC 
client
-  depends=(boost-libs openssl)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoin-cli $pkgdir/usr/bin/bitcoin-cli
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 134801, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 16:53:43 UTC (rev 134802)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 

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

2015-06-04 Thread Timothy Redaelli
Date: Thursday, June 4, 2015 @ 18:53:33
  Author: tredaelli
Revision: 134801

upgpkg: bitcoin 0.10.2-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 15:23:06 UTC (rev 134800)
+++ PKGBUILD2015-06-04 16:53:33 UTC (rev 134801)
@@ -4,7 +4,7 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
@@ -16,7 +16,7 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138'
+sha256sums=('cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 'b049cc2650d5988a581d1b72b205254edbaa4f8c0587c2fe8ac4aa0a25543a6a'


[arch-commits] Commit in (5 files)

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:02:57
  Author: dicebot
Revision: 134781

Add 'dcd' package

DCD (D Completion Daemon) is a service for
basic semantic analysis and auto-completion for D programming
language that can be used from editor plugins / IDE.

Added:
  dcd/
  dcd/repos/
  dcd/trunk/
  dcd/trunk/PKGBUILD
  dcd/trunk/dcd.service

-+
 PKGBUILD|   44 
 dcd.service |   13 +
 2 files changed, 57 insertions(+)

Added: dcd/trunk/PKGBUILD
===
--- dcd/trunk/PKGBUILD  (rev 0)
+++ dcd/trunk/PKGBUILD  2015-06-04 14:02:57 UTC (rev 134781)
@@ -0,0 +1,44 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+pkgname=('dcd')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=D Completion Daemon: auto-complete for the D programming language
+license=(GPL3)
+groups=('dlang')
+arch=('i686' 'x86_64')
+url=https://github.com/Hackerpilot/DCD;
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
+dcd.service
+)
+sha256sums=(
+SKIP
+7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3
+)
+
+build()
+{
+cd $srcdir/DCD
+git submodule update --init
+make ldc
+}
+
+package()
+{
+cd $srcdir/DCD
+
+# binaries
+mkdir -p $pkgdir/usr/bin
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
+
+# documentation
+mkdir -p $pkgdir/usr/share/man/man1
+install -Dm644 man1/* $pkgdir/usr/share/man/man1/
+
+# systemd service
+install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+}


Property changes on: dcd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: dcd/trunk/dcd.service
===
--- dcd/trunk/dcd.service   (rev 0)
+++ dcd/trunk/dcd.service   2015-06-04 14:02:57 UTC (rev 134781)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in gdc/trunk (PKGBUILD system_zlib.diff)

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:10:29
  Author: dicebot
Revision: 134782

upgpkg: gdc 5.1.0-2

Bug: GDC wasn't using system zlib

Added:
  gdc/trunk/system_zlib.diff
Modified:
  gdc/trunk/PKGBUILD

--+
 PKGBUILD |7 +++-
 system_zlib.diff |   86 +
 2 files changed, 91 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:02:57 UTC (rev 134781)
+++ PKGBUILD2015-06-04 14:10:29 UTC (rev 134782)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -13,9 +13,10 @@
 options=('!emptydirs' '!buildflags')
 source=(
 ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-5
+gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc5
 git+https://github.com/D-Programming-GDC/GDMD.git;
 folders.diff
+system_zlib.diff
 )
 sha256sums=(
 'b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
@@ -22,6 +23,7 @@
 'SKIP'
 'SKIP'
 'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
+'1bf81cde6a7bad096f76db2f20ad8ab2801cd0ab2dd2fa0219503073e8dae480'
 )
 
 groups=('dlang' 'dlang-gdc')
@@ -41,6 +43,7 @@
 
 cd $srcdir/gdc
 git apply $srcdir/folders.diff # fix gdc_include_path
+git apply $srcdir/system_zlib.diff # use correct system zlib
 ./setup-gcc.sh ../gcc-$pkgver
 
 mkdir $srcdir/gcc-build

Added: system_zlib.diff
===
--- system_zlib.diff(rev 0)
+++ system_zlib.diff2015-06-04 14:10:29 UTC (rev 134782)
@@ -0,0 +1,86 @@
+diff --git a/gcc/d/d-spec.cc b/gcc/d/d-spec.cc
+index a43cb34..e4bb527 100644
+--- a/gcc/d/d-spec.cc
 b/gcc/d/d-spec.cc
+@@ -96,7 +96,7 @@ lang_specific_driver (cl_decoded_option **in_decoded_options,
+   /* The number of arguments being added to what's in argv, other than
+  libraries.  We use this to track the number of times we've inserted
+  -xd/-xnone.  */
+-  int added = 0;
++  int added = 1; /* -lz */
+ 
+   /* The new argument list will be contained in this.  */
+   cl_decoded_option *new_decoded_options;
+@@ -462,6 +462,14 @@ lang_specific_driver (cl_decoded_option 
**in_decoded_options,
+   j++;
+ }
+ 
++  /* Use the up-to-date system zlib with libphobos */
++  {
++  generate_option (OPT_l, z, 1, CL_DRIVER,
++  new_decoded_options[j]);
++  added_libraries++;
++  j++;
++  }
++
+   /* Add `-lgphobos' if we haven't already done so.  */
+   if (library  0  phobos)
+ {
+diff --git a/libphobos/src/Makefile.am b/libphobos/src/Makefile.am
+index de99b58..d174646 100644
+--- a/libphobos/src/Makefile.am
 b/libphobos/src/Makefile.am
+@@ -92,8 +92,6 @@ Z_OBJS=zlib/adler32.o zlib/compress.o zlib/crc32.o 
zlib/deflate.o \
+zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o \
+zlib/trees.o zlib/uncompr.o zlib/zutil.o
+ 
+-ZLIB_OBJS=@ZLIB_OBJS@
+-
+ 
+ # modules which require some kind of operating system
+ OS_OBJS=std/file.o std/mmfile.o std/path.o std/process.o \
+@@ -113,7 +111,7 @@ WINDOWS_OBJS=std/c/windows/com.o std/c/windows/stat.o 
std/c/wcharh.o \
+ 
+ D_EXTRA_OBJS=@D_EXTRA_OBJS@
+ 
+-ALL_PHOBOS_OBJS = $(D_EXTRA_OBJS) $(MAIN_OBJS) $(ZLIB_OBJS)
++ALL_PHOBOS_OBJS = $(D_EXTRA_OBJS) $(MAIN_OBJS)
+ 
+ 
+ libgphobos2.a : $(ALL_PHOBOS_OBJS) ../libdruntime/libgdruntime.a
+diff --git a/libphobos/src/Makefile.in b/libphobos/src/Makefile.in
+index 6d3a91f..803e4aa 100644
+--- a/libphobos/src/Makefile.in
 b/libphobos/src/Makefile.in
+@@ -150,7 +150,6 @@ SHELL = @SHELL@
+ STRIP = @STRIP@
+ VERSION = @VERSION@
+ WERROR = @WERROR@
+-ZLIB_OBJS = @ZLIB_OBJS@
+ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
+ abs_top_builddir = @abs_top_builddir@
+@@ -272,7 +271,7 @@ WINDOWS_OBJS = std/c/windows/com.o std/c/windows/stat.o 
std/c/wcharh.o \
+std/windows/charset.o std/windows/iunknown.o 
std/windows/registry.o \
+std/windows/syserror.o std/internal/windows/advapi32.o
+ 
+-ALL_PHOBOS_OBJS = $(D_EXTRA_OBJS) $(MAIN_OBJS) $(ZLIB_OBJS)
++ALL_PHOBOS_OBJS = $(D_EXTRA_OBJS) $(MAIN_OBJS)
+ 
+ # Work around what appears to be a GNU make bug handling MAKEFLAGS
+ # values defined in terms of make variables, as is the case for CC and
+diff --git a/libphobos/src/etc/c/zlib.d b/libphobos/src/etc/c/zlib.d
+index 65b1d92..b41b63a 100644
+--- a/libphobos/src/etc/c/zlib.d
 b/libphobos/src/etc/c/zlib.d
+@@ -37,8 +37,8 @@ import core.stdc.config;
+ 
+ extern (C):
+ 
+-const char[] ZLIB_VERSION = 1.2.3;
+-const ZLIB_VERNUM = 0x1230;
++const char[] ZLIB_VERSION = 1.2.8;
++const ZLIB_VERNUM = 0x1280;
+ 
+ /*
+  The 'zlib' compression library provides in-memory 

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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:10:45
  Author: dicebot
Revision: 134783

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 134782, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 134782, gdc/trunk/folders.diff)
  gdc/repos/community-i686/system_zlib.diff
(from rev 134782, gdc/trunk/system_zlib.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 134782, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 134782, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/system_zlib.diff
(from rev 134782, gdc/trunk/system_zlib.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  234 
 /folders.diff |   78 
 community-i686/PKGBUILD   |  114 -
 community-i686/folders.diff   |   39 --
 community-i686/system_zlib.diff   |   86 +
 community-x86_64/PKGBUILD |  114 -
 community-x86_64/folders.diff |   39 --
 community-x86_64/system_zlib.diff |   86 +
 8 files changed, 484 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 14:10:29 UTC (rev 134782)
+++ community-i686/PKGBUILD 2015-06-04 14:10:45 UTC (rev 134783)
@@ -1,114 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=5.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'automake')
-options=('!emptydirs' '!buildflags')
-source=(
-ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-5
-git+https://github.com/D-Programming-GDC/GDMD.git;
-folders.diff
-)
-sha256sums=(
-'b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
-'SKIP'
-'SKIP'
-'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
-)
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$pkgver
-
-# 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
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$pkgver
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$pkgver/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch --disable-libssp \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-gold --enable-plugin --enable-ld=default \
---enable-install-libiberty --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu \
---disable-multilib --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath \
---enable-checking=release
-
-make -j 4
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend (2.065 
frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
-install -D 

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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 16:44:41
  Author: spupykin
Revision: 134792

upgpkg: buildbot 0.8.12-1

upd

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:38:51 UTC (rev 134791)
+++ PKGBUILD2015-06-04 14:44:41 UTC (rev 134792)
@@ -3,8 +3,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=buildbot
-pkgver=0.8.10
-pkgrel=3
+pkgver=0.8.12
+pkgrel=1
 pkgdesc=A system to automate the compile/test cycle required by most software 
projects
 arch=('any')
 url=http://buildbot.net;
@@ -13,7 +13,7 @@
 'python2-dateutil' 'python2-sqlparse')
 
source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz
version-parse.patch)
-md5sums=('3201aaecf32df7810f4e23c14d20a544'
+md5sums=('c61fa219942f8a1ed43cdbc1e4ef0187'
  '61986f8b1d88ab74c8b290c49580152b')
 
 prepare() {


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

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 17:11:32
  Author: bluewind
Revision: 134797

upgpkg: lib32-qt4 4.8.7-1

upstream update

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:46:06 UTC (rev 134796)
+++ PKGBUILD2015-06-04 15:11:32 UTC (rev 134797)
@@ -5,8 +5,8 @@
 
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
-pkgver=4.8.6
-pkgrel=4
+pkgver=4.8.7
+pkgrel=1
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -25,7 +25,7 @@
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
 kubuntu_14_systemtrayicon.diff)
-md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
+md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a523644faa8f98a73f55c4aa23c114a6')
 
 prepare() {


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 16:44:56
  Author: spupykin
Revision: 134794

upgpkg: buildbot-slave 0.8.12-1

upd

Modified:
  buildbot-slave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:44:52 UTC (rev 134793)
+++ PKGBUILD2015-06-04 14:44:56 UTC (rev 134794)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Bourdon delr...@gmail.com
 
 pkgname=buildbot-slave
-pkgver=0.8.10
+pkgver=0.8.12
 pkgrel=1
 pkgdesc=A system to automate the compile/test cycle required by most software 
projects (slave part)
 arch=('any')
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2-twisted=10.2.0 python2)
 
source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
-md5sums=('da7b078f58b63076b2b312b573720283')
+md5sums=('a5bdda0174e0428b14580323d35b221f')
 
 package() {
   cd $srcdir/$pkgname-${pkgver/_/}


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 16:44:52
  Author: spupykin
Revision: 134793

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
(from rev 134792, buildbot/trunk/PKGBUILD)
  buildbot/repos/community-any/version-parse.patch
(from rev 134792, buildbot/trunk/version-parse.patch)
Deleted:
  buildbot/repos/community-any/PKGBUILD
  buildbot/repos/community-any/version-parse.patch

-+
 PKGBUILD|   54 +-
 version-parse.patch |   48 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 14:44:41 UTC (rev 134792)
+++ PKGBUILD2015-06-04 14:44:52 UTC (rev 134793)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=buildbot
-pkgver=0.8.10
-pkgrel=3
-pkgdesc=A system to automate the compile/test cycle required by most software 
projects
-arch=('any')
-url=http://buildbot.net;
-license=(GPL)
-depends=('python2-twisted' 'python2-jinja' 'python2-migrate'
-'python2-dateutil' 'python2-sqlparse')
-source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz
-   version-parse.patch)
-md5sums=('3201aaecf32df7810f4e23c14d20a544'
- '61986f8b1d88ab74c8b290c49580152b')
-
-prepare() {
-  cd $srcdir/buildbot-${pkgver/_/}
-  patch -p1 $srcdir/version-parse.patch
-}
-
-package() {
-  cd $srcdir/buildbot-${pkgver/_/}
-  python2 setup.py install --root=$pkgdir
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 134792, 
buildbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 14:44:52 UTC (rev 134793)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=buildbot
+pkgver=0.8.12
+pkgrel=1
+pkgdesc=A system to automate the compile/test cycle required by most software 
projects
+arch=('any')
+url=http://buildbot.net;
+license=(GPL)
+depends=('python2-twisted' 'python2-jinja' 'python2-migrate'
+'python2-dateutil' 'python2-sqlparse')
+source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz
+   version-parse.patch)
+md5sums=('c61fa219942f8a1ed43cdbc1e4ef0187'
+ '61986f8b1d88ab74c8b290c49580152b')
+
+prepare() {
+  cd $srcdir/buildbot-${pkgver/_/}
+  patch -p1 $srcdir/version-parse.patch
+}
+
+package() {
+  cd $srcdir/buildbot-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}

Deleted: version-parse.patch
===
--- version-parse.patch 2015-06-04 14:44:41 UTC (rev 134792)
+++ version-parse.patch 2015-06-04 14:44:52 UTC (rev 134793)
@@ -1,24 +0,0 @@
-diff -wbBur buildbot-0.8.10.org/buildbot/db/enginestrategy.py 
buildbot-0.8.10/buildbot/db/enginestrategy.py
 buildbot-0.8.10.org/buildbot/db/enginestrategy.py  2014-12-02 
19:53:49.0 +0300
-+++ buildbot-0.8.10/buildbot/db/enginestrategy.py  2015-01-06 
00:25:47.462298489 +0300
-@@ -56,7 +56,7 @@
- version = 0.6
- except:
- version = 0.0
--return tuple(map(int, version.split('.')))
-+return tuple(map(int, version.split('.')[0:3]))
- 
- 
- class BuildbotEngineStrategy(strategies.ThreadLocalEngineStrategy):
-diff -wbBur buildbot-0.8.10.org/buildbot/db/model.py 
buildbot-0.8.10/buildbot/db/model.py
 buildbot-0.8.10.org/buildbot/db/model.py   2014-12-02 19:53:49.0 
+0300
-+++ buildbot-0.8.10/buildbot/db/model.py   2015-01-06 00:25:59.228965020 
+0300
-@@ -499,7 +499,7 @@
- version = 0.6
- except:
- version = 0.0
--version_tup = tuple(map(int, version.split('.')))
-+version_tup = tuple(map(int, version.split('.')[0:3]))
- log.msg(using SQLAlchemy-Migrate version %s % (version,))
- if version_tup  (0, 6, 1):
- raise RuntimeError(You are using SQLAlchemy-Migrate %s. 

Copied: buildbot/repos/community-any/version-parse.patch (from rev 134792, 
buildbot/trunk/version-parse.patch)
===
--- version-parse.patch (rev 0)
+++ version-parse.patch 2015-06-04 14:44:52 UTC (rev 134793)
@@ -0,0 +1,24 @@
+diff -wbBur buildbot-0.8.10.org/buildbot/db/enginestrategy.py 
buildbot-0.8.10/buildbot/db/enginestrategy.py
+--- buildbot-0.8.10.org/buildbot/db/enginestrategy.py  2014-12-02 
19:53:49.0 +0300
 buildbot-0.8.10/buildbot/db/enginestrategy.py  2015-01-06 
00:25:47.462298489 +0300
+@@ -56,7 +56,7 @@
+ version = 0.6
+ except:
+ version = 0.0
+-return 

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

2015-06-04 Thread Timothy Redaelli
Date: Thursday, June 4, 2015 @ 17:23:06
  Author: tredaelli
Revision: 134800

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 134799, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/electrum.install
(from rev 134799, electrum/trunk/electrum.install)
Deleted:
  electrum/repos/community-any/PKGBUILD
  electrum/repos/community-any/electrum.install

--+
 PKGBUILD |  108 ++---
 electrum.install |   22 +-
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 15:22:59 UTC (rev 134799)
+++ PKGBUILD2015-06-04 15:23:06 UTC (rev 134800)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=Lightweight Bitcoin wallet
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url=https://electrum.org;
-license=('GPL3')
-source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
-   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
-md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
- 'SKIP'
- '55821e2591267b8efca22368eb063977')
-sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
-'SKIP'
-'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-
-  # Disable useless (on linux) pyusb dependency
-  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 134799, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 15:23:06 UTC (rev 134800)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.2
+pkgrel=1
+pkgdesc=Lightweight Bitcoin wallet
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url=https://electrum.org;
+license=('GPL3')
+source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
+   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
+md5sums=('b2fa1c14168aedd1106ae8ee21b1a9e1'
+ 'SKIP'
+ '55821e2591267b8efca22368eb063977')
+sha256sums=('66035c4e5c2ccdf033e593a2358d801c3c1f97d6c4d6872e30245ae1af2cb5f6'
+'SKIP'
+'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+
+  # Disable useless (on linux) pyusb dependency
+  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 

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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 16:45:05
  Author: spupykin
Revision: 134795

archrelease: copy trunk to community-any

Added:
  buildbot-slave/repos/community-any/PKGBUILD
(from rev 134794, buildbot-slave/trunk/PKGBUILD)
Deleted:
  buildbot-slave/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 14:44:56 UTC (rev 134794)
+++ PKGBUILD2015-06-04 14:45:05 UTC (rev 134795)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Pierre Bourdon delr...@gmail.com
-
-pkgname=buildbot-slave
-pkgver=0.8.10
-pkgrel=1
-pkgdesc=A system to automate the compile/test cycle required by most software 
projects (slave part)
-arch=('any')
-url=http://buildbot.net/;
-license=(GPL)
-depends=(python2-twisted=10.2.0 python2)
-source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
-md5sums=('da7b078f58b63076b2b312b573720283')
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-  python2 setup.py install --root=$pkgdir
-}

Copied: buildbot-slave/repos/community-any/PKGBUILD (from rev 134794, 
buildbot-slave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 14:45:05 UTC (rev 134795)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Pierre Bourdon delr...@gmail.com
+
+pkgname=buildbot-slave
+pkgver=0.8.12
+pkgrel=1
+pkgdesc=A system to automate the compile/test cycle required by most software 
projects (slave part)
+arch=('any')
+url=http://buildbot.net/;
+license=(GPL)
+depends=(python2-twisted=10.2.0 python2)
+source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
+md5sums=('a5bdda0174e0428b14580323d35b221f')
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}


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

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 16:19:02
  Author: bluewind
Revision: 134785

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 14:18:58 UTC (rev 134784)
+++ community-i686/PKGBUILD 2015-06-04 14:19:02 UTC (rev 134785)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.11.0.1
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('a302a1923e93f2e8a8c45c5e117176de')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 134784, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 14:19:02 UTC (rev 134785)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.11.0.2
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-06-04 14:18:58 UTC (rev 134784)
+++ community-i686/filezilla.install2015-06-04 14:19:02 UTC (rev 134785)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 134784, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-06-04 14:19:02 UTC (rev 134785)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 14:18:58 UTC (rev 134784)
+++ community-x86_64/PKGBUILD   2015-06-04 14:19:02 UTC (rev 134785)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.11.0.1
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP 

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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:35:12
  Author: dicebot
Revision: 134788

upgpkg: dtools 2.067.1-1

Switch back to use dmd to build dtools

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:26:55 UTC (rev 134787)
+++ PKGBUILD2015-06-04 14:35:12 UTC (rev 134788)
@@ -1,27 +1,23 @@
 # Maintainer: Mihails Strasunse pub...@dicebot.lv
 
 pkgname=('dtools')
-pkgver=2.067.0
-pkgrel=2
+pkgver=2.067.1
+pkgrel=1
 pkgdesc=Ancilliary tools for the D programming language
 license=(custom)
 groups=('dlang')
 arch=('i686' 'x86_64')
 url=http://www.dlang.org;
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
+makedepends=('dmd' 'libphobos' 'git')
+depends=('curl')
 
 source=(
 git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
-git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
 http://www.boost.org/LICENSE_1_0.txt;
 autodetect.diff
 )
 sha1sums=(
 'SKIP'
-'SKIP'
 '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
 '7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
 )
@@ -29,7 +25,7 @@
 build()
 {
 # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=ldmd
+DMD=dmd
 
 cd $srcdir/tools
 git apply $srcdir/autodetect.diff


[arch-commits] Commit in dtools/repos (2 files)

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:35:23
  Author: dicebot
Revision: 134789

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

Deleted:
  dtools/repos/community-i686/PKGBUILD
  dtools/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   59 
 community-x86_64/PKGBUILD |   59 
 2 files changed, 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 14:35:12 UTC (rev 134788)
+++ community-i686/PKGBUILD 2015-06-04 14:35:23 UTC (rev 134789)
@@ -1,59 +0,0 @@
-# Maintainer: Mihails Strasunse pub...@dicebot.lv
-
-pkgname=('dtools')
-pkgver=2.067.0
-pkgrel=2
-pkgdesc=Ancilliary tools for the D programming language
-license=(custom)
-groups=('dlang')
-arch=('i686' 'x86_64')
-url=http://www.dlang.org;
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-
-source=(
-git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
-git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
-http://www.boost.org/LICENSE_1_0.txt;
-autodetect.diff
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
-
-build()
-{
-# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=ldmd
-
-cd $srcdir/tools
-git apply $srcdir/autodetect.diff
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package()
-{
-cd $srcdir/tools
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 14:35:12 UTC (rev 134788)
+++ community-x86_64/PKGBUILD   2015-06-04 14:35:23 UTC (rev 134789)
@@ -1,59 +0,0 @@
-# Maintainer: Mihails Strasunse pub...@dicebot.lv
-
-pkgname=('dtools')
-pkgver=2.067.0
-pkgrel=2
-pkgdesc=Ancilliary tools for the D programming language
-license=(custom)
-groups=('dlang')
-arch=('i686' 'x86_64')
-url=http://www.dlang.org;
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-
-source=(
-git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
-git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
-http://www.boost.org/LICENSE_1_0.txt;
-autodetect.diff
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
-
-build()
-{
-# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=ldmd
-
-cd $srcdir/tools
-git apply $srcdir/autodetect.diff
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package()
-{
-cd $srcdir/tools
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}


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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:46:06
  Author: dicebot
Revision: 134796

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

Added:
  dtools/repos/community-i686/PKGBUILD
(from rev 134795, dtools/trunk/PKGBUILD)
  dtools/repos/community-i686/autodetect.diff
(from rev 134795, dtools/trunk/autodetect.diff)
  dtools/repos/community-x86_64/PKGBUILD
(from rev 134795, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 134795, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-i686/autodetect.diff
  dtools/repos/community-x86_64/autodetect.diff

--+
 /autodetect.diff |   94 +
 community-i686/PKGBUILD  |   55 +
 community-i686/autodetect.diff   |   47 --
 community-x86_64/PKGBUILD|   55 +
 community-x86_64/autodetect.diff |   47 --
 5 files changed, 204 insertions(+), 94 deletions(-)

Copied: dtools/repos/community-i686/PKGBUILD (from rev 134795, 
dtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 14:46:06 UTC (rev 134796)
@@ -0,0 +1,55 @@
+# Maintainer: Mihails Strasunse pub...@dicebot.lv
+
+pkgname=('dtools')
+pkgver=2.067.1
+pkgrel=1
+pkgdesc=Ancilliary tools for the D programming language
+license=(custom)
+groups=('dlang')
+arch=('i686' 'x86_64')
+url=http://www.dlang.org;
+makedepends=('dmd' 'libphobos' 'git')
+depends=('curl')
+
+source=(
+git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;
+http://www.boost.org/LICENSE_1_0.txt;
+autodetect.diff
+)
+sha1sums=(
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+'7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
+)
+
+build()
+{
+# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+DMD=dmd
+
+cd $srcdir/tools
+git apply $srcdir/autodetect.diff
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package()
+{
+cd $srcdir/tools
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/autodetect.diff
===
--- community-i686/autodetect.diff  2015-06-04 14:45:05 UTC (rev 134795)
+++ community-i686/autodetect.diff  2015-06-04 14:46:06 UTC (rev 134796)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index 5d66c9f..61fb86a 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -51,7 +51,32 @@ else version (LDC)
- else
- static assert(false, Unknown compiler);
- 
--private string compiler = defaultCompiler;
-+private string compiler;
-+
-+void chooseCompiler(ref string compiler)
-+{
-+import std.stdio;
-+
-+// if compiler is set explicitly, don't interefer
-+// otherwise find one that exists in PATH
-+if (!compiler.length)
-+{
-+import std.process : executeShell;
-+auto compilers = [ defaultCompiler, dmd, ldmd2, gdmd2, ldmd, 
gdmd ];   
-+
-+foreach (candidate; compilers)
-+{
-+// dirty hack, no-arg dmd invocation will return 1
-+if (executeShell(candidate ~ | grep Usage).status == 0)
-+{
-+compiler = candidate;
-+return;
-+}
-+}
-+
-+throw new Exception(Couldn't find any D compiler);
-+}
-+}
- 
- int main(string[] args)
- {
-@@ -141,6 +166,8 @@ int main(string[] args)
- if (bailout) return 0;
- if (dryRun) chatty = true; // dry-run implies chatty
- 
-+chooseCompiler(compiler);
-+
- /* Only -of is supported because Make is very susceptible to file names, 
and
-  * it doesn't do a good job resolving them. One option would be to use
-  * std.path.buildNormalizedPath(), but some corner cases will break, so it

Copied: dtools/repos/community-i686/autodetect.diff (from rev 134795, 
dtools/trunk/autodetect.diff)
===
--- community-i686/autodetect.diff  (rev 0)
+++ community-i686/autodetect.diff  2015-06-04 14:46:06 UTC (rev 134796)
@@ -0,0 +1,47 @@
+diff --git a/rdmd.d b/rdmd.d
+index 5d66c9f..61fb86a 100644
+--- a/rdmd.d
 b/rdmd.d
+@@ -51,7 +51,32 @@ else version (LDC)
+ else
+ static assert(false, Unknown compiler);
+ 
+-private string compiler = defaultCompiler;
++private string compiler;
++

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

2015-06-04 Thread Antonio Rojas
Date: Thursday, June 4, 2015 @ 16:50:35
  Author: arojas
Revision: 240335

Enchant backend is not built (FS#45203)

Modified:
  sonnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:27:31 UTC (rev 240334)
+++ PKGBUILD2015-06-04 14:50:35 UTC (rev 240335)
@@ -4,13 +4,14 @@
 
 pkgname=sonnet
 pkgver=5.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/sonnet'
 license=('LGPL')
-depends=('qt5-base' 'enchant')
-makedepends=('extra-cmake-modules' 'qt5-tools')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')


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

2015-06-04 Thread Timothy Redaelli
Date: Thursday, June 4, 2015 @ 17:22:59
  Author: tredaelli
Revision: 134799

upgpkg: electrum 2.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 15:11:47 UTC (rev 134798)
+++ PKGBUILD2015-06-04 15:22:59 UTC (rev 134799)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.1.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=Lightweight Bitcoin wallet
 arch=('any')
@@ -19,10 +19,10 @@
 license=('GPL3')
 source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}

https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
-md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
+md5sums=('b2fa1c14168aedd1106ae8ee21b1a9e1'
  'SKIP'
  '55821e2591267b8efca22368eb063977')
-sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
+sha256sums=('66035c4e5c2ccdf033e593a2358d801c3c1f97d6c4d6872e30245ae1af2cb5f6'
 'SKIP'
 'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')


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

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 16:18:58
  Author: bluewind
Revision: 134784

upgpkg: filezilla 3.11.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:10:45 UTC (rev 134783)
+++ PKGBUILD2015-06-04 14:18:58 UTC (rev 134784)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.11.0.1
+pkgver=3.11.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('a302a1923e93f2e8a8c45c5e117176de')
+md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')


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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:38:51
  Author: dicebot
Revision: 134791

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 14:38:39 UTC (rev 134790)
+++ community-i686/PKGBUILD 2015-06-04 14:38:51 UTC (rev 134791)
@@ -1,45 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.23
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-Language/dub;
-license=('MIT')
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-conflicts=('dub-git')
-source=(
-  git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
-  git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
-)
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
-
-build()
-{
-  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=ldmd
-  cd ${srcdir}/${pkgname}
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_;  source/dub/version_.d
-  echo enum dubVersion = \$GITVER\;  source/dub/version_.d
-  echo enum initialCompilerBinary = \$DC\;  source/dub/version_.d
-
-  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd ${srcdir}/${pkgname}
-  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
-  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 134790, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 14:38:51 UTC (rev 134791)
@@ -0,0 +1,40 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.23
+pkgrel=2
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/D-Programming-Language/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('curl')
+source=(
+  git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
+)
+sha256sums=(
+  'SKIP'
+)
+
+build()
+{
+  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+  DC=dmd
+  cd ${srcdir}/${pkgname}
+
+  echo Generating version file...
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_;  source/dub/version_.d
+  echo enum dubVersion = \$GITVER\;  source/dub/version_.d
+  echo enum initialCompilerBinary = \$DC\;  source/dub/version_.d
+
+  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 14:38:39 UTC (rev 134790)
+++ community-x86_64/PKGBUILD   2015-06-04 14:38:51 UTC (rev 134791)
@@ -1,45 +0,0 @@
-# Maintainer:  Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-pkgname=dub
-pkgver=0.9.23
-pkgrel=1
-pkgdesc=Developer package manager for D programming language
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-Language/dub;
-license=('MIT')
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-conflicts=('dub-git')
-source=(
-  git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
-  git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
-)
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
-
-build()
-{
-  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=ldmd
-  cd ${srcdir}/${pkgname}
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo module dub.version_;  source/dub/version_.d
-  echo enum dubVersion = \$GITVER\;  source/dub/version_.d
-  echo enum initialCompilerBinary = \$DC\;  

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

2015-06-04 Thread Antonio Rojas
Date: Thursday, June 4, 2015 @ 16:52:22
  Author: arojas
Revision: 240336

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-04 14:50:35 UTC (rev 240335)
+++ extra-i686/PKGBUILD 2015-06-04 14:52:22 UTC (rev 240336)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=sonnet
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Spelling framework for Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/sonnet'
-license=('LGPL')
-depends=('qt5-base' 'enchant')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: sonnet/repos/extra-i686/PKGBUILD (from rev 240335, 
sonnet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-04 14:52:22 UTC (rev 240336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=sonnet
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/sonnet'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-04 14:50:35 UTC (rev 240335)
+++ extra-x86_64/PKGBUILD   2015-06-04 14:52:22 UTC (rev 240336)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=sonnet
-pkgver=5.10.0
-pkgrel=1
-pkgdesc='Spelling framework for Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/sonnet'
-license=('LGPL')
-depends=('qt5-base' 'enchant')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: sonnet/repos/extra-x86_64/PKGBUILD (from rev 240335, 
sonnet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-04 14:52:22 UTC (rev 240336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=sonnet
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/sonnet'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')

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

2015-06-04 Thread Giovanni Scafora
Date: Thursday, June 4, 2015 @ 16:53:21
  Author: giovanni
Revision: 240337

upgpkg: live-media 2015.06.04-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:52:22 UTC (rev 240336)
+++ PKGBUILD2015-06-04 14:53:21 UTC (rev 240337)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2015.05.31
+pkgver=2015.06.04
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('3679c6c0940ff3a6dfcfc5414c3fd692')
+md5sums=('3174d461dbe04b4c8951f45b467084c0')
 
 build() {
   cd ${srcdir}/live


[arch-commits] Commit in lib32-qt4/repos/multilib-x86_64 (4 files)

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 17:11:47
  Author: bluewind
Revision: 134798

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
(from rev 134797, lib32-qt4/trunk/PKGBUILD)
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 134797, lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff)
Deleted:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff

+
 PKGBUILD   |  204 +-
 kubuntu_14_systemtrayicon.diff | 2932 +++
 2 files changed, 1568 insertions(+), 1568 deletions(-)

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


[arch-commits] Commit in dcd/trunk (PKGBUILD dcd.conf)

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:26:46
  Author: dicebot
Revision: 134786

upgpkg: dcd 0.6.0-1

Added:
  dcd/trunk/dcd.conf
Modified:
  dcd/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 dcd.conf |1 +
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:19:02 UTC (rev 134785)
+++ PKGBUILD2015-06-04 14:26:46 UTC (rev 134786)
@@ -5,7 +5,7 @@
 pkgdesc=D Completion Daemon: auto-complete for the D programming language
 license=(GPL3)
 groups=('dlang')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url=https://github.com/Hackerpilot/DCD;
 makedepends=('ldc' 'git')
 depends=('liblphobos')
@@ -13,10 +13,12 @@
 source=(
 git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
 dcd.service
+dcd.conf
 )
 sha256sums=(
-SKIP
-7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3
+'SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
 )
 
 build()
@@ -41,4 +43,7 @@
 
 # systemd service
 install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+
+# global config
+install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
 }

Added: dcd.conf
===
--- dcd.conf(rev 0)
+++ dcd.conf2015-06-04 14:26:46 UTC (rev 134786)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd


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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:26:55
  Author: dicebot
Revision: 134787

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/
  dcd/repos/community-x86_64/PKGBUILD
(from rev 134786, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 134786, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 134786, dcd/trunk/dcd.service)

-+
 PKGBUILD|   49 +
 dcd.conf|1 +
 dcd.service |   13 +
 3 files changed, 63 insertions(+)

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 134786, 
dcd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-04 14:26:55 UTC (rev 134787)
@@ -0,0 +1,49 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+pkgname=('dcd')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=D Completion Daemon: auto-complete for the D programming language
+license=(GPL3)
+groups=('dlang')
+arch=('x86_64')
+url=https://github.com/Hackerpilot/DCD;
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
+dcd.service
+dcd.conf
+)
+sha256sums=(
+'SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+build()
+{
+cd $srcdir/DCD
+git submodule update --init
+make ldc
+}
+
+package()
+{
+cd $srcdir/DCD
+
+# binaries
+mkdir -p $pkgdir/usr/bin
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
+
+# documentation
+mkdir -p $pkgdir/usr/share/man/man1
+install -Dm644 man1/* $pkgdir/usr/share/man/man1/
+
+# systemd service
+install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+
+# global config
+install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
+}

Copied: dcd/repos/community-x86_64/dcd.conf (from rev 134786, 
dcd/trunk/dcd.conf)
===
--- community-x86_64/dcd.conf   (rev 0)
+++ community-x86_64/dcd.conf   2015-06-04 14:26:55 UTC (rev 134787)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Copied: dcd/repos/community-x86_64/dcd.service (from rev 134786, 
dcd/trunk/dcd.service)
===
--- community-x86_64/dcd.service(rev 0)
+++ community-x86_64/dcd.service2015-06-04 14:26:55 UTC (rev 134787)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2015-06-04 Thread Михаил Страшун
Date: Thursday, June 4, 2015 @ 16:38:39
  Author: dicebot
Revision: 134790

upgpkg: dub 0.9.23-2

Switch back to dmd to build dub

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:35:23 UTC (rev 134789)
+++ PKGBUILD2015-06-04 14:38:39 UTC (rev 134790)
@@ -2,29 +2,24 @@
 # Contributor: Moritz Maxeiner mor...@ucworks.org
 pkgname=dub
 pkgver=0.9.23
-pkgrel=1
+pkgrel=2
 pkgdesc=Developer package manager for D programming language
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-Language/dub;
 license=('MIT')
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-conflicts=('dub-git')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('curl')
 source=(
   git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
-  git+https://github.com/Dicebot/Arch-PKGBUILDs.git;
 )
 sha256sums=(
   'SKIP'
-  'SKIP'
 )
 
 build()
 {
   # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=ldmd
+  DC=dmd
   cd ${srcdir}/${pkgname}
 
   echo Generating version file...


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

2015-06-04 Thread Giovanni Scafora
Date: Thursday, June 4, 2015 @ 16:53:31
  Author: giovanni
Revision: 240338

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 240337, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 240337, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-04 14:53:21 UTC (rev 240337)
+++ extra-i686/PKGBUILD 2015-06-04 14:53:31 UTC (rev 240338)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2015.05.31
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('3679c6c0940ff3a6dfcfc5414c3fd692')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 240337, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-04 14:53:31 UTC (rev 240338)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2015.06.04
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('3174d461dbe04b4c8951f45b467084c0')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-04 14:53:21 UTC (rev 240337)
+++ extra-x86_64/PKGBUILD   2015-06-04 14:53:31 UTC (rev 240338)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2015.05.31
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('3679c6c0940ff3a6dfcfc5414c3fd692')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 240337, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 08:58:35
  Author: svenstaro
Revision: 134739

Fix svn - subversion

Modified:
  box2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 05:46:38 UTC (rev 134738)
+++ PKGBUILD2015-06-04 06:58:35 UTC (rev 134739)
@@ -9,7 +9,7 @@
 license=('zlib')
 arch=('i686' 'x86_64')
 #depends=('freeglut')
-makedepends=('cmake' 'doxygen' 'svn')
+makedepends=('cmake' 'doxygen' 'subversion')
 optdepends=()
 
source=(${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
 md5sums=('SKIP')


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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:23:27
  Author: svenstaro
Revision: 134741

upgpkg: uwsgi 2.0.10-3

perl 5.22

Modified:
  uwsgi/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 07:02:07 UTC (rev 134740)
+++ PKGBUILD2015-06-04 07:23:27 UTC (rev 134741)
@@ -22,7 +22,7 @@
  uwsgi-plugin-webdav
  mod_proxy_uwsgi)
 pkgver=2.0.10
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -115,6 +115,13 @@
 depends=(uwsgi perl)
 pkgdesc=Perl psgi plugin
 install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
$pkgdir/usr/lib/uwsgi/psgi_plugin.so
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
 }
 
 package_uwsgi-plugin-python2() {


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:43:59
  Author: svenstaro
Revision: 134746

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 134745, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 134745, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 134745, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  366 
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-06-04 07:43:47 UTC (rev 134745)
+++ 30-win32-aliases.conf   2015-06-04 07:43:59 UTC (rev 134746)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 134745, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-06-04 07:43:59 UTC (rev 134746)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 07:43:47 UTC (rev 134745)
+++ PKGBUILD2015-06-04 07:43:59 UTC (rev 134746)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.43
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('80a366c3abc817490d9aeb5cb8eceef918c0b075'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:43:47
  Author: svenstaro
Revision: 134745

Fix source

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 07:30:04 UTC (rev 134744)
+++ PKGBUILD2015-06-04 07:43:47 UTC (rev 134745)
@@ -15,8 +15,10 @@
  'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2' 
'libxi')
 makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
 optdepends=('openal: for openal audio support')
-source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
-http://www.warsow.eu/warsow_1.51_sdk.tar.gz;)
+source=('warsow.launcher'
+'wsw-server.launcher'
+'wswtv-server.launcher' \
+http://update.warsow.net/mirror/warsow_${pkgver}_sdk.tar.gz;)
 _genericname=('First person shooter')
 _comment=('Online Mulitiplayer Competitive FPS')
 md5sums=('ec00081d81ad9802a8ca42fc2eac5498'


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

2015-06-04 Thread Pierre Schmitz
Date: Thursday, June 4, 2015 @ 08:45:39
  Author: pierre
Revision: 240322

upgpkg: php-composer 1.0.0.alpha10.212-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 03:30:24 UTC (rev 240321)
+++ PKGBUILD2015-06-04 06:45:39 UTC (rev 240322)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha10.155
+pkgver=1.0.0.alpha10.212
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')
@@ -14,8 +14,9 @@
 source=(${pkgname}::git+https://github.com/composer/composer.git;
 composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
 'php.ini')
+backup=('usr/share/php-composer/php.ini')
 md5sums=('SKIP'
- '7eb2cdba130718a1989951a075aa4fbd'
+ '0c9bc8f991f0323f10dbaab726421e7f'
  'b31326c352763328dca0a567a67609ab')
 
 pkgver() {


[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2015-06-04 Thread Pierre Schmitz
Date: Thursday, June 4, 2015 @ 08:45:50
  Author: pierre
Revision: 240323

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 240322, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 240322, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  119 ++---
 php.ini  |   24 ++--
 2 files changed, 72 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 06:45:39 UTC (rev 240322)
+++ PKGBUILD2015-06-04 06:45:50 UTC (rev 240323)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha10.155
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git')
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
-'php.ini')
-md5sums=('SKIP'
- '7eb2cdba130718a1989951a075aa4fbd'
- 'b31326c352763328dca0a567a67609ab')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   sed s~php bin/composer~php -nc/usr/share/${pkgname}/php.ini 
bin/composer~g -i bin/compile
-   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar -n 
install --no-dev
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-
-   # install the dev dependencies to run the unit tests
-   /usr/bin/php -nc ${srcdir}/php.ini bin/composer install
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 240322, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 06:45:50 UTC (rev 240323)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha10.212
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git')
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
+'php.ini')
+backup=('usr/share/php-composer/php.ini')
+md5sums=('SKIP'
+ '0c9bc8f991f0323f10dbaab726421e7f'
+ 'b31326c352763328dca0a567a67609ab')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   sed s~php bin/composer~php -nc/usr/share/${pkgname}/php.ini 
bin/composer~g -i bin/compile
+   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar -n 
install --no-dev
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+
+   # install the dev dependencies to run the unit tests
+   /usr/bin/php -nc ${srcdir}/php.ini bin/composer install
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2015-06-04 06:45:39 UTC (rev 240322)
+++ php.ini 2015-06-04 06:45:50 UTC (rev 240323)
@@ -1,12 +0,0 @@
-[PHP]

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:02:07
  Author: svenstaro
Revision: 134740

Fix checksum (wtf github)

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 06:58:35 UTC (rev 134739)
+++ PKGBUILD2015-06-04 07:02:07 UTC (rev 134740)
@@ -19,9 +19,9 @@
 install=mumble.install
 url=http://mumble.sourceforge.net/;
 source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
-gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
+
gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
 md5sums=('1a3ef91489ff674dfc010377d7721a28'
- 'fc9dfbd6a58a963b3c0ba2c44c61987a')
+ '9a1c254352dd4bb9fe4ba2f7471fb030')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:30:04
  Author: svenstaro
Revision: 134744

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 134743, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 134743, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 134743, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  366 
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-06-04 07:29:59 UTC (rev 134743)
+++ 30-win32-aliases.conf   2015-06-04 07:30:04 UTC (rev 134744)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 134743, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-06-04 07:30:04 UTC (rev 134744)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 07:29:59 UTC (rev 134743)
+++ PKGBUILD2015-06-04 07:30:04 UTC (rev 134744)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.43
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('80a366c3abc817490d9aeb5cb8eceef918c0b075'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:29:59
  Author: svenstaro
Revision: 134743

upgpkg: wine 1.7.44-1

upstream release 1.7.44

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 07:23:48 UTC (rev 134742)
+++ PKGBUILD2015-06-04 07:29:59 UTC (rev 134743)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.43
+pkgver=1.7.44
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('80a366c3abc817490d9aeb5cb8eceef918c0b075'
+sha1sums=('1c3bbda41c5d19fbc47bdcd6792975227cd05be0'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-06-04 Thread Sven-Hendrik Haase
Date: Thursday, June 4, 2015 @ 09:23:48
  Author: svenstaro
Revision: 134742

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

Added:
  uwsgi/repos/community-staging-i686/
  uwsgi/repos/community-staging-i686/PKGBUILD
(from rev 134741, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-i686/archlinux.ini
(from rev 134741, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-i686/emperor.ini
(from rev 134741, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.service
(from rev 134741, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.socket
(from rev 134741, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-i686/tmpfilesd
(from rev 134741, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-i686/uwsgi.install
(from rev 134741, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-i686/uwsgi_at.service
(from rev 134741, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-staging-i686/uwsgi_at.socket
(from rev 134741, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-staging-i686/uwsgi_fix_rpath.patch
(from rev 134741, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-i686/uwsgi_ruby20_compatibility.patch
(from rev 134741, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-i686/uwsgi_trick_chroot.patch
(from rev 134741, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-staging-x86_64/
  uwsgi/repos/community-staging-x86_64/PKGBUILD
(from rev 134741, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-x86_64/archlinux.ini
(from rev 134741, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-x86_64/emperor.ini
(from rev 134741, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
(from rev 134741, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
(from rev 134741, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-x86_64/tmpfilesd
(from rev 134741, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-x86_64/uwsgi.install
(from rev 134741, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.service
(from rev 134741, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.socket
(from rev 134741, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
(from rev 134741, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 134741, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch
(from rev 134741, uwsgi/trunk/uwsgi_trick_chroot.patch)

---+
 community-staging-i686/PKGBUILD   |  196 
 community-staging-i686/archlinux.ini  |5 
 community-staging-i686/emperor.ini|4 
 community-staging-i686/emperor.uwsgi.service  |   16 
 community-staging-i686/emperor.uwsgi.socket   |9 
 community-staging-i686/tmpfilesd  |1 
 community-staging-i686/uwsgi.install  |   12 
 community-staging-i686/uwsgi_at.service   |   16 
 community-staging-i686/uwsgi_at.socket|9 
 community-staging-i686/uwsgi_fix_rpath.patch  |   66 
 community-staging-i686/uwsgi_ruby20_compatibility.patch   |   42 ++
 community-staging-i686/uwsgi_trick_chroot.patch   |   16 
 community-staging-x86_64/PKGBUILD |  196 
 community-staging-x86_64/archlinux.ini|5 
 community-staging-x86_64/emperor.ini  |4 
 community-staging-x86_64/emperor.uwsgi.service|   16 
 community-staging-x86_64/emperor.uwsgi.socket |9 
 community-staging-x86_64/tmpfilesd|1 
 community-staging-x86_64/uwsgi.install|   12 
 community-staging-x86_64/uwsgi_at.service |   16 
 community-staging-x86_64/uwsgi_at.socket  |9 
 community-staging-x86_64/uwsgi_fix_rpath.patch|   66 
 community-staging-x86_64/uwsgi_ruby20_compatibility.patch |   42 ++
 community-staging-x86_64/uwsgi_trick_chroot.patch |   16 
 24 files changed, 784 insertions(+)

Copied: uwsgi/repos/community-staging-i686/PKGBUILD (from rev 134741, 
uwsgi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-04 07:23:48 UTC (rev 134742)
@@ -0,0 +1,196 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot 

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

2015-06-04 Thread Evangelos Foutras
Date: Thursday, June 4, 2015 @ 09:25:34
  Author: foutrelis
Revision: 240324

Fix source URL

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 06:45:50 UTC (rev 240323)
+++ PKGBUILD2015-06-04 07:25:34 UTC (rev 240324)
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs' 'zlib')
 makedepends=('python2-setuptools')
-source=(https://github.com/google/protobuf/releases/download/$pkgver/protobuf-$pkgver.tar.bz2)
+source=(https://github.com/google/protobuf/releases/download/v$pkgver/protobuf-$pkgver.tar.bz2)
 md5sums=('11aaac2d704eef8efd1867a807865d85')
 
 build() {


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

2015-06-04 Thread Felix Yan
Date: Thursday, June 4, 2015 @ 12:15:38
  Author: fyan
Revision: 134754

upgpkg: python2-netlib 0.12.1-1

upstream new release

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:10:43 UTC (rev 134753)
+++ PKGBUILD2015-06-04 10:15:38 UTC (rev 134754)
@@ -3,17 +3,17 @@
 # Contributor: Nicolas Pouillard https://nicolaspouillard.fr
 
 pkgname=python2-netlib
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc=A collection of network utilities used by pathod and mitmproxy
 url=https://github.com/mitmproxy/netlib;
 license=('MIT')
-arch=('any')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl')
+arch=('i686' 'x86_64')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
 makedepends=('python2-setuptools')
 checkdepends=('python2-nose' 'python2-mock' 'pathod')
 
source=(http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('2b53b9dd611a80ba65eb5eb11bb70dfec4912e5b38fa84e30756249241012480')
+sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
 
 build() {
   cd $srcdir/netlib-$pkgver


[arch-commits] Commit in python2-netlib/repos (2 files)

2015-06-04 Thread Felix Yan
Date: Thursday, June 4, 2015 @ 12:15:53
  Author: fyan
Revision: 134755

archrelease: copy trunk to community-testing-x86_64

Added:
  python2-netlib/repos/community-testing-x86_64/
  python2-netlib/repos/community-testing-x86_64/PKGBUILD
(from rev 134754, python2-netlib/trunk/PKGBUILD)

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

Copied: python2-netlib/repos/community-testing-x86_64/PKGBUILD (from rev 
134754, python2-netlib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-06-04 10:15:53 UTC (rev 134755)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=A collection of network utilities used by pathod and mitmproxy
+url=https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=(http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
+
+build() {
+  cd $srcdir/netlib-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/netlib-$pkgver
+  nosetests2
+}
+
+package() {
+  cd $srcdir/netlib-$pkgver
+  python2 setup.py install -O1 --skip-build --root=$pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:28:46
  Author: spupykin
Revision: 134758

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

Added:
  xmms2/repos/community-staging-i686/
  xmms2/repos/community-staging-i686/PKGBUILD
(from rev 134757, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 134757, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-staging-i686/remove-problem-depr.patch
(from rev 134757, xmms2/trunk/remove-problem-depr.patch)
  xmms2/repos/community-staging-i686/xmms2.install
(from rev 134757, xmms2/trunk/xmms2.install)
  xmms2/repos/community-staging-i686/xmms2d.conf
(from rev 134757, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-staging-i686/xmms2d.service
(from rev 134757, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-staging-x86_64/
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 134757, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 134757, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-staging-x86_64/remove-problem-depr.patch
(from rev 134757, xmms2/trunk/remove-problem-depr.patch)
  xmms2/repos/community-staging-x86_64/xmms2.install
(from rev 134757, xmms2/trunk/xmms2.install)
  xmms2/repos/community-staging-x86_64/xmms2d.conf
(from rev 134757, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-staging-x86_64/xmms2d.service
(from rev 134757, xmms2/trunk/xmms2d.service)

+
 community-staging-i686/PKGBUILD|  108 +++
 community-staging-i686/ffmpeg2.0.patch |   37 ++
 community-staging-i686/remove-problem-depr.patch   |   26 
 community-staging-i686/xmms2.install   |3 
 community-staging-i686/xmms2d.conf |   31 +
 community-staging-i686/xmms2d.service  |   12 ++
 community-staging-x86_64/PKGBUILD  |  108 +++
 community-staging-x86_64/ffmpeg2.0.patch   |   37 ++
 community-staging-x86_64/remove-problem-depr.patch |   26 
 community-staging-x86_64/xmms2.install |3 
 community-staging-x86_64/xmms2d.conf   |   31 +
 community-staging-x86_64/xmms2d.service|   12 ++
 12 files changed, 434 insertions(+)

Copied: xmms2/repos/community-staging-i686/PKGBUILD (from rev 134757, 
xmms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-04 10:28:46 UTC (rev 134758)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xmms2
+pkgver=0.8DrO_o
+pkgrel=35
+pkgdesc=complete rewrite of the popular music player
+arch=('i686' 'x86_64')
+url=http://xmms2.org/;
+license=('LGPL')
+backup=('etc/conf.d/xmms2d.conf')
+depends=('sqlite' 'libmad')
+makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2'
+   'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout'
+   'libdiscid' 'libcdio-paranoia'
+   'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex'
+   'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 
'libgme' 'avahi'
+   'cython' 'cython2')
+optdepends=('alsa-lib: ALSA audio output'
+   'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+   'boost: C++ language bindings'
+   'curl: play HTTP streams'
+   'faad2: AAC support'
+   'ffmpeg: WMA, avcodec  avformat support'
+   'fftw: calculations for visualization'
+   'flac: FLAC support'
+   'jack: JACK audio output'
+   'libao: liboa audio output'
+   'libgme: game-music-emu support'
+   'libdiscid: cdda support'
+   'libcdio-paranoia: cdda support'
+   'libofa: MusicDNS fingerprinting'
+   'libmms: play MMS streams'
+   'libmodplug: to play MOD files'
+   'libmpcdec: Musepack support'
+   'libsamplerate: vocoder support'
+   'libshout: Icecast audio output'
+   'libvorbis: Ogg Vorbis support'
+   'libxml2: XSPF and podcast support'
+   'mpg123: alternative MP3 plugin'
+   'perl: Perl language bindings'
+   'pulseaudio: PulseAudio audio output'
+   'pyrex: Python language bindings'
+   'ruby: Ruby language bindings'
+   'smbclient: direct CIFS/SMB access'
+   'speex: Speex support'
+   'wavpack: WavPack support')
+#  'sidplay: to play a Commodore 64 music files AKA zaks'
+# we do not have sidplay 2 series in repos; also it's
+# somehow connected with resid i guess(not in repos also)
+conflicts=('xmms2-devel')
+install=xmms2.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   xmms2d.conf
+   

[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:30
  Author: spupykin
Revision: 134765

upgpkg: owncloud-app-contacts 8.0.4-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:26 UTC (rev 134764)
+++ PKGBUILD2015-06-04 10:51:30 UTC (rev 134765)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-contacts
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc=Contacts app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('0684e652641b52232a357698cbd4cead')
+md5sums=('45715d31c18dd19b589094425f4262b1')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:13
  Author: spupykin
Revision: 134762

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 134761, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:04 UTC (rev 134761)
+++ PKGBUILD2015-06-04 10:51:13 UTC (rev 134762)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.0.3
-pkgrel=1
-pkgdesc=Bookmarks app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('3a610163c495d9de42d168321acffb79')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 134761, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 10:51:13 UTC (rev 134762)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.0.4
+pkgrel=1
+pkgdesc=Bookmarks app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('2abec719e9ea10ef75b82823e0ca48c3')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:50:55
  Author: spupykin
Revision: 134760

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 134759, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 134759, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  194 +-
 apache.example.conf |   36 -
 2 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:50:46 UTC (rev 134759)
+++ PKGBUILD2015-06-04 10:50:55 UTC (rev 134760)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Antonio Rojas nqn1976 @ gmail.com
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.0.3
-pkgrel=4
-pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-#source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz;
-   
$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz;
-   
$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz;
-   
$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz;
-   
$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz;
-   
$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz;
-   
$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz;
-   
$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz;
-   
$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;
-   
$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
-   'apache.example.conf')
-md5sums=('db1827324136469067191ea31c167da5'
- '3cf86b2a131e42ebd7e324228be1920a'
- 'a7880aab5930314f378357c5d6abfe81'
- '130cef30d2c79020180cc11ac82960d7'
- '5a4360af1cf3ec8ed4ea00709f0ccdc2'
- 'aa760ca8cb34f0bd7aaf2d70ff93ba1d'
- 'de0787438cfd32de7a141eb27caa9f58'
- 'd47ef71e3896ece0852bb13472f3b729'
- '0d51764343cb12c71cfa3b921ff17e38'
- '6e874be429d9509ab523065d53cce69e'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i s|'appstoreenabled'.*|'appstoreenabled' = false,| 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
-  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
-   templateeditor updater activity; do
-mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
-  done
-  find . -type f -name .gitattributes -delete
-  find . -type f -name .gitkeep -delete
-  find . -type f -name .gitignore -delete
-  find . -type f -name .gitmodules -delete
-  find . -type f -name .travis.yml -delete
-  find . -type d -name .git -exec rm -rf {} \;
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R 

[arch-commits] Commit in owncloud-app-gallery/repos/community-any (PKGBUILD PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:52:04
  Author: spupykin
Revision: 134770

archrelease: copy trunk to community-any

Added:
  owncloud-app-gallery/repos/community-any/PKGBUILD
(from rev 134769, owncloud-app-gallery/trunk/PKGBUILD)
Deleted:
  owncloud-app-gallery/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:56 UTC (rev 134769)
+++ PKGBUILD2015-06-04 10:52:04 UTC (rev 134770)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-gallery
-pkgver=8.0.3
-pkgrel=1
-pkgdesc=Gallery app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('a24e76720cfb824eb9fedf3773e97b4c')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 134769, 
owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 10:52:04 UTC (rev 134770)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-gallery
+pkgver=8.0.4
+pkgrel=1
+pkgdesc=Gallery app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('1ed6819a1d4bc0b5eba4ede9078b326b')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:51
  Author: spupykin
Revision: 134768

archrelease: copy trunk to community-any

Added:
  owncloud-app-documents/repos/community-any/PKGBUILD
(from rev 134767, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:42 UTC (rev 134767)
+++ PKGBUILD2015-06-04 10:51:51 UTC (rev 134768)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-documents
-pkgver=8.0.3
-pkgrel=1
-pkgdesc=Documents app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('aa06679ec073d12492753f1e6fa47bca')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 134767, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 10:51:51 UTC (rev 134768)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-documents
+pkgver=8.0.4
+pkgrel=1
+pkgdesc=Documents app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('db3a5e01a82163c2f06bbf2508670180')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:56
  Author: spupykin
Revision: 134769

upgpkg: owncloud-app-gallery 8.0.4-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:51 UTC (rev 134768)
+++ PKGBUILD2015-06-04 10:51:56 UTC (rev 134769)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-gallery
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc=Gallery app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('a24e76720cfb824eb9fedf3773e97b4c')
+md5sums=('1ed6819a1d4bc0b5eba4ede9078b326b')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:39
  Author: spupykin
Revision: 134766

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 134765, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:30 UTC (rev 134765)
+++ PKGBUILD2015-06-04 10:51:39 UTC (rev 134766)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-contacts
-pkgver=8.0.3
-pkgrel=1
-pkgdesc=Contacts app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('0684e652641b52232a357698cbd4cead')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 134765, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 10:51:39 UTC (rev 134766)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-contacts
+pkgver=8.0.4
+pkgrel=1
+pkgdesc=Contacts app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('45715d31c18dd19b589094425f4262b1')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:42
  Author: spupykin
Revision: 134767

upgpkg: owncloud-app-documents 8.0.4-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:39 UTC (rev 134766)
+++ PKGBUILD2015-06-04 10:51:42 UTC (rev 134767)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-documents
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc=Documents app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('aa06679ec073d12492753f1e6fa47bca')
+md5sums=('db3a5e01a82163c2f06bbf2508670180')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:18
  Author: spupykin
Revision: 134763

upgpkg: owncloud-app-calendar 8.0.4-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:13 UTC (rev 134762)
+++ PKGBUILD2015-06-04 10:51:18 UTC (rev 134763)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-calendar
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc=Calendar app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
-md5sums=('20525ed981b77d7bdc68da2a86499050')
+md5sums=('5a150c3b7a7ad798c7910d2b36e57dca')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:04
  Author: spupykin
Revision: 134761

upgpkg: owncloud-app-bookmarks 8.0.4-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:50:55 UTC (rev 134760)
+++ PKGBUILD2015-06-04 10:51:04 UTC (rev 134761)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-bookmarks
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc=Bookmarks app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('3a610163c495d9de42d168321acffb79')
+md5sums=('2abec719e9ea10ef75b82823e0ca48c3')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:51:26
  Author: spupykin
Revision: 134764

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 134763, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-04 10:51:18 UTC (rev 134763)
+++ PKGBUILD2015-06-04 10:51:26 UTC (rev 134764)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-calendar
-pkgver=8.0.3
-pkgrel=1
-pkgdesc=Calendar app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
-md5sums=('20525ed981b77d7bdc68da2a86499050')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 134763, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-04 10:51:26 UTC (rev 134764)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-calendar
+pkgver=8.0.4
+pkgrel=1
+pkgdesc=Calendar app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
+md5sums=('5a150c3b7a7ad798c7910d2b36e57dca')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:52:21
  Author: spupykin
Revision: 134772

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

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

---+
 /PKGBUILD |   58 
 /xpad.install |   22 +++
 community-i686/PKGBUILD   |   29 
 community-i686/xpad.install   |   11 ---
 community-x86_64/PKGBUILD |   29 
 community-x86_64/xpad.install |   11 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 10:52:08 UTC (rev 134771)
+++ community-i686/PKGBUILD 2015-06-04 10:52:21 UTC (rev 134772)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=xpad
-pkgver=4.5.0
-_pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=2
-pkgdesc=Stickies-like notes program
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url=http://mterry.name/xpad/;
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('c20c412817c42491cada504f18feacc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=/usr/lib/xpad/help
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 134771, 
xpad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 10:52:21 UTC (rev 134772)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=xpad
+pkgver=4.5.0
+_pkgver=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=3
+pkgdesc=Stickies-like notes program
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url=http://mterry.name/xpad/;
+license=('GPL')
+install=xpad.install
+source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
+md5sums=('c20c412817c42491cada504f18feacc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install helpdir=/usr/share/xpad/help
+}

Deleted: community-i686/xpad.install
===
--- community-i686/xpad.install 2015-06-04 10:52:08 UTC (rev 134771)
+++ community-i686/xpad.install 2015-06-04 10:52:21 UTC (rev 134772)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}

Copied: xpad/repos/community-i686/xpad.install (from rev 134771, 
xpad/trunk/xpad.install)
===
--- community-i686/xpad.install (rev 0)
+++ community-i686/xpad.install 2015-06-04 10:52:21 UTC (rev 134772)
@@ -0,0 +1,11 @@
+post_install() {
+  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 10:52:08 UTC (rev 134771)
+++ community-x86_64/PKGBUILD   2015-06-04 10:52:21 UTC (rev 134772)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=xpad
-pkgver=4.5.0
-_pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=2
-pkgdesc=Stickies-like notes program
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url=http://mterry.name/xpad/;
-license=('GPL')
-install=xpad.install

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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:52:08
  Author: spupykin
Revision: 134771

upgpkg: xpad 4.5.0-3

upd

Modified:
  xpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:52:04 UTC (rev 134770)
+++ PKGBUILD2015-06-04 10:52:08 UTC (rev 134771)
@@ -6,7 +6,7 @@
 pkgname=xpad
 pkgver=4.5.0
 _pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=2
+pkgrel=3
 pkgdesc=Stickies-like notes program
 arch=(i686 x86_64)
 depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
@@ -25,5 +25,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=/usr/lib/xpad/help
+  make DESTDIR=$pkgdir install helpdir=/usr/share/xpad/help
 }


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:58:10
  Author: spupykin
Revision: 134774

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-04 10:57:57 UTC (rev 134773)
+++ community-i686/PKGBUILD 2015-06-04 10:58:10 UTC (rev 134774)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: DsTr kostind...@gmail.com
-
-pkgname=qconf
-pkgver=1.4
-pkgrel=4
-pkgdesc=QConf allows you to have a nice configure script for your qmake-based 
project.
-arch=(i686 x86_64)
-url=http://delta.affinix.com/qconf/;
-license=('GPL')
-depends=('qt4')
-makedepends=()
-source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
-md5sums=(e0080044f88c31e032008d5a5682a112)
-
-build() {
-  cd $srcdir/qconf-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/qconf-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: qconf/repos/community-i686/PKGBUILD (from rev 134773, 
qconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-04 10:58:10 UTC (rev 134774)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: DsTr kostind...@gmail.com
+
+pkgname=qconf
+pkgver=1.5
+pkgrel=1
+pkgdesc=QConf allows you to have a nice configure script for your qmake-based 
project.
+arch=(i686 x86_64)
+url=http://delta.affinix.com/qconf/;
+license=('GPL')
+depends=('qt4')
+makedepends=()
+#source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/$pkgver.tar.gz;)
+md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-04 10:57:57 UTC (rev 134773)
+++ community-x86_64/PKGBUILD   2015-06-04 10:58:10 UTC (rev 134774)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: DsTr kostind...@gmail.com
-
-pkgname=qconf
-pkgver=1.4
-pkgrel=4
-pkgdesc=QConf allows you to have a nice configure script for your qmake-based 
project.
-arch=(i686 x86_64)
-url=http://delta.affinix.com/qconf/;
-license=('GPL')
-depends=('qt4')
-makedepends=()
-source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
-md5sums=(e0080044f88c31e032008d5a5682a112)
-
-build() {
-  cd $srcdir/qconf-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/qconf-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: qconf/repos/community-x86_64/PKGBUILD (from rev 134773, 
qconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-04 10:58:10 UTC (rev 134774)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: DsTr kostind...@gmail.com
+
+pkgname=qconf
+pkgver=1.5
+pkgrel=1
+pkgdesc=QConf allows you to have a nice configure script for your qmake-based 
project.
+arch=(i686 x86_64)
+url=http://delta.affinix.com/qconf/;
+license=('GPL')
+depends=('qt4')
+makedepends=()
+#source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/$pkgver.tar.gz;)
+md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+}


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

2015-06-04 Thread Jan de Groot
Date: Thursday, June 4, 2015 @ 12:27:22
  Author: jgc
Revision: 240333

upgpkg: libplist 1.12-2

Add python bindings (2.x and 3.x), fix build for python3 by using more recent 
macros from autoconf-archive (FS#39890)

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 09:45:09 UTC (rev 240332)
+++ PKGBUILD2015-06-04 10:27:22 UTC (rev 240333)
@@ -5,24 +5,41 @@
 
 pkgname=libplist
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to handle Apple Property List format whereas it's binary or 
XML
 url=http://libimobiledevice.org/;
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('glib2' 'libxml2')
-makedepends=('python2')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
 options=('!makeflags')
 source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
 md5sums=('8b04b0f09f2398022dcd4fba75012997')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/AC_PYTHON_DEVEL/AX_PYTHON_DEVEL/' -i m4/cython_python.m4
+  autoreconf -fi
+}
+
 build() {
-  cd libplist-$pkgver
-  ./configure --prefix=/usr
+  mkdir build-py2
+  pushd build-py2
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 
../$pkgname-$pkgver/configure --prefix=/usr
   make
+  popd
+
+  mkdir build-py3
+  pushd build-py3
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname-$pkgver/configure 
--prefix=/usr
+  make
+  popd
 }
 
 package() {
-  cd libplist-$pkgver
+  pushd build-py2
   make DESTDIR=$pkgdir install
+  popd
+  pushd build-py3/cython
+  make DESTDIR=$pkgdir install
 }


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

2015-06-04 Thread Jan de Groot
Date: Thursday, June 4, 2015 @ 12:27:31
  Author: jgc
Revision: 240334

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-04 10:27:22 UTC (rev 240333)
+++ extra-i686/PKGBUILD 2015-06-04 10:27:31 UTC (rev 240334)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=libplist
-pkgver=1.12
-pkgrel=1
-pkgdesc=A library to handle Apple Property List format whereas it's binary or 
XML
-url=http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2')
-makedepends=('python2')
-options=('!makeflags')
-source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8b04b0f09f2398022dcd4fba75012997')
-
-build() {
-  cd libplist-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libplist-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libplist/repos/extra-i686/PKGBUILD (from rev 240333, 
libplist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-04 10:27:31 UTC (rev 240334)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libplist
+pkgver=1.12
+pkgrel=2
+pkgdesc=A library to handle Apple Property List format whereas it's binary or 
XML
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
+options=('!makeflags')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('8b04b0f09f2398022dcd4fba75012997')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/AC_PYTHON_DEVEL/AX_PYTHON_DEVEL/' -i m4/cython_python.m4
+  autoreconf -fi
+}
+
+build() {
+  mkdir build-py2
+  pushd build-py2
+  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 
../$pkgname-$pkgver/configure --prefix=/usr
+  make
+  popd
+
+  mkdir build-py3
+  pushd build-py3
+  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname-$pkgver/configure 
--prefix=/usr
+  make
+  popd
+}
+
+package() {
+  pushd build-py2
+  make DESTDIR=$pkgdir install
+  popd
+  pushd build-py3/cython
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-04 10:27:22 UTC (rev 240333)
+++ extra-x86_64/PKGBUILD   2015-06-04 10:27:31 UTC (rev 240334)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=libplist
-pkgver=1.12
-pkgrel=1
-pkgdesc=A library to handle Apple Property List format whereas it's binary or 
XML
-url=http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2')
-makedepends=('python2')
-options=('!makeflags')
-source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8b04b0f09f2398022dcd4fba75012997')
-
-build() {
-  cd libplist-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libplist-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libplist/repos/extra-x86_64/PKGBUILD (from rev 240333, 
libplist/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-04 10:27:31 UTC (rev 240334)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libplist
+pkgver=1.12
+pkgrel=2
+pkgdesc=A library to handle Apple Property List format whereas it's binary or 
XML
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2')
+makedepends=('python2' 'cython2' 'python' 'cython' 'autoconf-archive')
+options=('!makeflags')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('8b04b0f09f2398022dcd4fba75012997')
+

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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:28:20
  Author: spupykin
Revision: 134757

upgpkg: xmms2 0.8DrO_o-35

upd

Modified:
  xmms2/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:19:49 UTC (rev 134756)
+++ PKGBUILD2015-06-04 10:28:20 UTC (rev 134757)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=34
+pkgrel=35
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;
@@ -98,4 +98,11 @@
 
   install -Dm0644 $srcdir/xmms2d.conf ${pkgdir}/etc/conf.d/xmms2d.conf
   install -Dm0644 $srcdir/xmms2d.service 
$pkgdir/usr/lib/systemd/system/xmms2d.service
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
 }


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:50:46
  Author: spupykin
Revision: 134759

upgpkg: owncloud 8.0.4-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:28:46 UTC (rev 134758)
+++ PKGBUILD2015-06-04 10:50:46 UTC (rev 134759)
@@ -4,8 +4,8 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=8.0.3
-pkgrel=4
+pkgver=8.0.4
+pkgrel=1
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
 url=http://owncloud.org/;
@@ -40,16 +40,16 @@

$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;

$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
'apache.example.conf')
-md5sums=('db1827324136469067191ea31c167da5'
- '3cf86b2a131e42ebd7e324228be1920a'
- 'a7880aab5930314f378357c5d6abfe81'
- '130cef30d2c79020180cc11ac82960d7'
- '5a4360af1cf3ec8ed4ea00709f0ccdc2'
- 'aa760ca8cb34f0bd7aaf2d70ff93ba1d'
- 'de0787438cfd32de7a141eb27caa9f58'
- 'd47ef71e3896ece0852bb13472f3b729'
- '0d51764343cb12c71cfa3b921ff17e38'
- '6e874be429d9509ab523065d53cce69e'
+md5sums=('e1c540052a6bc0db0879a4f40f27156f'
+ 'a92bf24497623382440c50ee5f02524e'
+ '50ec09bc7607cfc9b0d5c03881096f51'
+ '2ae625e99c47f5f1bb5e281c949b8217'
+ '6a556394dab506e6ae6f8432e16ce194'
+ '4b3dff3ed50c888b3b5d27d8b45d9ea3'
+ 'c94a9cfb857fe583e36880717bc57a54'
+ '719d6a41ceef2a0e7c08e1353f0075fa'
+ '32639d67583c3fa62c6344f860a765b8'
+ '83224359ec700e3b15433fe744d84de1'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {


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

2015-06-04 Thread Sergej Pupykin
Date: Thursday, June 4, 2015 @ 12:57:57
  Author: spupykin
Revision: 134773

upgpkg: qconf 1.5-1

upd

Modified:
  qconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 10:52:21 UTC (rev 134772)
+++ PKGBUILD2015-06-04 10:57:57 UTC (rev 134773)
@@ -3,8 +3,8 @@
 # Contributor: DsTr kostind...@gmail.com
 
 pkgname=qconf
-pkgver=1.4
-pkgrel=4
+pkgver=1.5
+pkgrel=1
 pkgdesc=QConf allows you to have a nice configure script for your qmake-based 
project.
 arch=(i686 x86_64)
 url=http://delta.affinix.com/qconf/;
@@ -11,8 +11,9 @@
 license=('GPL')
 depends=('qt4')
 makedepends=()
-source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
-md5sums=(e0080044f88c31e032008d5a5682a112)
+#source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/$pkgver.tar.gz;)
+md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
 
 build() {
   cd $srcdir/qconf-$pkgver


  1   2   >