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

2015-01-22 Thread Alexander Rødseth
Date: Thursday, January 22, 2015 @ 12:09:31
  Author: arodseth
Revision: 126403

upgpkg: scite 3.5.3-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 09:57:42 UTC (rev 126402)
+++ PKGBUILD2015-01-22 11:09:31 UTC (rev 126403)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.1
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581')
+sha256sums=('d667c4f6cacc6d906e1992048c23eac4cb83c9ced7ec3df320d7e3913f167f10')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 


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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 13:56:23
  Author: spupykin
Revision: 126408

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

Added:
  xdebug/repos/community-i686/PKGBUILD
(from rev 126407, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug.ini
(from rev 126407, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 126407, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 126407, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 12:56:10 UTC (rev 126407)
+++ community-i686/PKGBUILD 2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: sracker smb@gmail.com
-
-pkgname=xdebug
-pkgver=2.2.6
-pkgrel=1
-pkgdesc=PHP debugging extension
-arch=('i686' 'x86_64')
-url=http://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('f216356861e27284580d0208060ea7fa'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  cd $srcdir/$pkgname-$pkgver/debugclient
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 126407, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 12:56:23 UTC (rev 126408)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: sracker smb@gmail.com
+
+pkgname=xdebug
+pkgver=2.2.7
+pkgrel=1
+pkgdesc=PHP debugging extension
+arch=('i686' 'x86_64')
+url=http://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('71a6b75885207e79762e1e7aaf5c3993'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
+}

Deleted: community-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-01-22 12:56:10 UTC (rev 126407)
+++ community-i686/xdebug.ini   2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-i686/xdebug.ini (from rev 126407, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-01-22 12:56:23 UTC (rev 126408)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-22 12:56:10 UTC (rev 126407)
+++ community-x86_64/PKGBUILD   2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: 

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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 13:56:06
  Author: spupykin
Revision: 126406

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 12:55:49 UTC (rev 126405)
+++ community-i686/PKGBUILD 2015-01-22 12:56:06 UTC (rev 126406)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=gnurl
-pkgver=7.34.0
-pkgrel=1
-pkgdesc=fork of libcurl, which is mostly for GNUnet
-arch=(i686 x86_64)
-url=https://gnunet.org/gnurl;
-license=('MIT')
-depends=()
-makedepends=()
-source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
-md5sums=('c9b0faf03b9286aace01fefb62069088')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-ldap \
---disable-ldaps \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---with-gssapi \
---without-libidn \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  rm -rf $pkgdir/usr/share/man \
-$pkgdir/usr/bin/curl \
-$pkgdir/usr/share/aclocal
-  mkdir -p $pkgdir/usr/include/gnurl
-  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
-  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
-}

Copied: gnurl/repos/community-i686/PKGBUILD (from rev 126405, 
gnurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 12:56:06 UTC (rev 126406)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gnurl
+pkgver=7.40.0
+pkgrel=1
+pkgdesc=fork of libcurl, which is mostly for GNUnet
+arch=(i686 x86_64)
+url=https://gnunet.org/gnurl;
+license=('MIT')
+depends=()
+makedepends=()
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('f816deb0c1401c841780ec6b91985a14')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-22 12:55:49 UTC (rev 126405)
+++ community-x86_64/PKGBUILD   2015-01-22 12:56:06 UTC (rev 126406)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=gnurl
-pkgver=7.34.0
-pkgrel=1
-pkgdesc=fork of libcurl, which is mostly for GNUnet
-arch=(i686 x86_64)
-url=https://gnunet.org/gnurl;
-license=('MIT')
-depends=()
-makedepends=()
-source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
-md5sums=('c9b0faf03b9286aace01fefb62069088')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-ldap \
---disable-ldaps \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---with-gssapi \
---without-libidn \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 

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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 13:56:10
  Author: spupykin
Revision: 126407

upgpkg: xdebug 2.2.7-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 12:56:06 UTC (rev 126406)
+++ PKGBUILD2015-01-22 12:56:10 UTC (rev 126407)
@@ -5,7 +5,7 @@
 # Contributor: sracker smb@gmail.com
 
 pkgname=xdebug
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc=PHP debugging extension
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug.ini)
-md5sums=('f216356861e27284580d0208060ea7fa'
+md5sums=('71a6b75885207e79762e1e7aaf5c3993'
  '6a1f2ef91c632d4c9b7b218cd2e278ef')
 
 build() {


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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 13:55:49
  Author: spupykin
Revision: 126405

upgpkg: gnurl 7.40.0-1

upd

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 11:09:41 UTC (rev 126404)
+++ PKGBUILD2015-01-22 12:55:49 UTC (rev 126405)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=gnurl
-pkgver=7.34.0
+pkgver=7.40.0
 pkgrel=1
 pkgdesc=fork of libcurl, which is mostly for GNUnet
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=()
 makedepends=()
 source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
-md5sums=('c9b0faf03b9286aace01fefb62069088')
+md5sums=('f816deb0c1401c841780ec6b91985a14')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-22 Thread Alexander Rødseth
Date: Thursday, January 22, 2015 @ 12:09:41
  Author: arodseth
Revision: 126404

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 11:09:31 UTC (rev 126403)
+++ community-i686/PKGBUILD 2015-01-22 11:09:41 UTC (rev 126404)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 126403, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 11:09:41 UTC (rev 126404)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('d667c4f6cacc6d906e1992048c23eac4cb83c9ced7ec3df320d7e3913f167f10')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla

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

2015-01-22 Thread Andrzej Giniewicz
Date: Thursday, January 22, 2015 @ 10:57:20
  Author: aginiewicz
Revision: 126401

upgpkg: unionfs-fuse 1.0-1

Update unionfs-fuse to new upstream release

Modified:
  unionfs-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 06:44:40 UTC (rev 126400)
+++ PKGBUILD2015-01-22 09:57:20 UTC (rev 126401)
@@ -3,15 +3,15 @@
 # Contributor: Smith Dhumbumroong zodmaner at gmail dot com
 
 pkgname=unionfs-fuse
-pkgver=0.26
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc=A user space unionfs implementation
 arch=('i686' 'x86_64')
-url=http://podgorny.cz/moin/UnionFsFuse;
+url=https://github.com/rpodgorny/unionfs-fuse;
 license=('BSD')
 depends=('fuse')
-source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('689c636484756f6f7a728ef354cbeac2')
+source=(https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
+md5sums=('598590fb452129c413572ed79824c68a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-22 Thread Andrzej Giniewicz
Date: Thursday, January 22, 2015 @ 10:57:42
  Author: aginiewicz
Revision: 126402

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

Added:
  unionfs-fuse/repos/community-i686/PKGBUILD
(from rev 126401, unionfs-fuse/trunk/PKGBUILD)
  unionfs-fuse/repos/community-x86_64/PKGBUILD
(from rev 126401, unionfs-fuse/trunk/PKGBUILD)
Deleted:
  unionfs-fuse/repos/community-i686/PKGBUILD
  unionfs-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 09:57:20 UTC (rev 126401)
+++ community-i686/PKGBUILD 2015-01-22 09:57:42 UTC (rev 126402)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Smith Dhumbumroong zodmaner at gmail dot com
-
-pkgname=unionfs-fuse
-pkgver=0.26
-pkgrel=2
-pkgdesc=A user space unionfs implementation
-arch=('i686' 'x86_64')
-url=http://podgorny.cz/moin/UnionFsFuse;
-license=('BSD')
-depends=('fuse')
-source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('689c636484756f6f7a728ef354cbeac2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make SBINDIR=/bin DESTDIR=$pkgdir PREFIX=/usr install
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: unionfs-fuse/repos/community-i686/PKGBUILD (from rev 126401, 
unionfs-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 09:57:42 UTC (rev 126402)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Smith Dhumbumroong zodmaner at gmail dot com
+
+pkgname=unionfs-fuse
+pkgver=1.0
+pkgrel=1
+pkgdesc=A user space unionfs implementation
+arch=('i686' 'x86_64')
+url=https://github.com/rpodgorny/unionfs-fuse;
+license=('BSD')
+depends=('fuse')
+source=(https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
+md5sums=('598590fb452129c413572ed79824c68a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make SBINDIR=/bin DESTDIR=$pkgdir PREFIX=/usr install
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-22 09:57:20 UTC (rev 126401)
+++ community-x86_64/PKGBUILD   2015-01-22 09:57:42 UTC (rev 126402)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Smith Dhumbumroong zodmaner at gmail dot com
-
-pkgname=unionfs-fuse
-pkgver=0.26
-pkgrel=2
-pkgdesc=A user space unionfs implementation
-arch=('i686' 'x86_64')
-url=http://podgorny.cz/moin/UnionFsFuse;
-license=('BSD')
-depends=('fuse')
-source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('689c636484756f6f7a728ef354cbeac2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make SBINDIR=/bin DESTDIR=$pkgdir PREFIX=/usr install
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: unionfs-fuse/repos/community-x86_64/PKGBUILD (from rev 126401, 
unionfs-fuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-22 09:57:42 UTC (rev 126402)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Smith Dhumbumroong zodmaner at gmail dot com
+
+pkgname=unionfs-fuse
+pkgver=1.0
+pkgrel=1
+pkgdesc=A user space unionfs implementation
+arch=('i686' 'x86_64')
+url=https://github.com/rpodgorny/unionfs-fuse;
+license=('BSD')
+depends=('fuse')
+source=(https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz;)
+md5sums=('598590fb452129c413572ed79824c68a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make SBINDIR=/bin DESTDIR=$pkgdir PREFIX=/usr install
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-01-22 Thread Felix Yan
Date: Thursday, January 22, 2015 @ 18:03:59
  Author: fyan
Revision: 229645

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 229644, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-i686/install-server.patch
(from rev 229644, kwayland/trunk/install-server.patch)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 229644, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/install-server.patch
(from rev 229644, kwayland/trunk/install-server.patch)

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/install-server.patch   |   47 ++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/install-server.patch |   47 ++
 4 files changed, 174 insertions(+)

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 229644, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-22 17:03:59 UTC (rev 229645)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.2
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;
+install-server.patch)
+md5sums=('49a5563621a4d6bd6bfd670903ea34bb'
+ 'a2d79a0467a0ca8a208753f88f927511')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  echo   src/server/CMakeLists.txt
+  patch -R -p1 -i ../install-server.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kwayland/repos/testing-i686/install-server.patch (from rev 229644, 
kwayland/trunk/install-server.patch)
===
--- testing-i686/install-server.patch   (rev 0)
+++ testing-i686/install-server.patch   2015-01-22 17:03:59 UTC (rev 229645)
@@ -0,0 +1,47 @@
+From: Martin Gräßlin mgraess...@kde.org
+Date: Fri, 19 Sep 2014 07:46:55 +
+Subject: Do not install Server library
+X-Git-Tag: v5.0.95
+X-Git-Url: 
http://quickgit.kde.org/?p=kwayland.gita=commitdiffh=789c6729532d83e7677543e04230d9bf6e74d84f
+---
+Do not install Server library
+
+It's not yet used by KWin, so we don't need to expose it yet.
+This gives us more time to fine tune the API.
+---
+
+
+--- a/src/server/CMakeLists.txt
 b/src/server/CMakeLists.txt
+@@ -30,17 +30,17 @@
+  EXPORT_NAME WaylandServer
+ )
+ 
+-install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
++# install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
++#
++# install(FILES
++#   ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h
++#   buffer_interface.h
++#   compositor_interface.h
++#   display.h
++#   output_interface.h
++#   seat_interface.h
++#   shell_interface.h
++#   surface_interface.h
++#   DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel
++# )
+ 
+-install(FILES
+-  ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h
+-  buffer_interface.h
+-  compositor_interface.h
+-  display.h
+-  output_interface.h
+-  seat_interface.h
+-  shell_interface.h
+-  surface_interface.h
+-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel
+-)
+-
+

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 229644, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-22 17:03:59 UTC (rev 229645)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.2
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;
+install-server.patch)
+md5sums=('49a5563621a4d6bd6bfd670903ea34bb'
+ 'a2d79a0467a0ca8a208753f88f927511')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  echo   src/server/CMakeLists.txt
+  patch -R -p1 -i ../install-server.patch

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

2015-01-22 Thread Ronald van Haren
Date: Thursday, January 22, 2015 @ 15:42:12
  Author: ronald
Revision: 229642

update PKGBUILD for 4.6.0

Modified:
  digikam/trunk/PKGBUILD
Deleted:
  digikam/trunk/libkexiv2.patch

-+
 PKGBUILD|   19 ---
 libkexiv2.patch |   10 --
 2 files changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 06:41:07 UTC (rev 229641)
+++ PKGBUILD2015-01-22 14:42:12 UTC (rev 229642)
@@ -5,8 +5,8 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
-pkgver=4.5.0
-pkgrel=5
+pkgver=4.6.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,15 +15,9 @@
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-   libkexiv2.patch)
-sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'
-  '1bcef459bd400a04526aac9adf39d4d0a1c3549c')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ee4241f02e997c7b122166bc845feb885b633f0e')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/libkexiv2.patch 
-}
 
 build() {
   mkdir build
@@ -34,7 +28,10 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DBUILD_tests=OFF \
 -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
--DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON
+-DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON \
+-DDIGIKAMSC_COMPILE_LIBKGEOMAP=ON \
+-DDIGIKAMSC_COMPILE_LIBVKONTAKTE=ON \
+-DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON 
   make
 }
 

Deleted: libkexiv2.patch
===
--- libkexiv2.patch 2015-01-22 06:41:07 UTC (rev 229641)
+++ libkexiv2.patch 2015-01-22 14:42:12 UTC (rev 229642)
@@ -1,10 +0,0 @@
 extra/CMakeLists.txt.bak   2014-11-14 20:46:49.265601687 +0100
-+++ extra/CMakeLists.txt   2014-11-14 20:46:55.555823691 +0100
-@@ -11,7 +11,6 @@
- 
- # from kdegraphics/libs
- add_subdirectory(libkipi)
--add_subdirectory(libkexiv2)
- add_subdirectory(libkdcraw)
- add_subdirectory(libkface)
- MACRO_OPTIONAL_ADD_SUBDIRECTORY(libksane)


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

2015-01-22 Thread Daniel Wallace
Date: Thursday, January 22, 2015 @ 16:14:44
  Author: dwallace
Revision: 126409

upgpkg: python-ioflo 1.1.5-1

upgpkg: python-ioflo 1.1.5

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 12:56:23 UTC (rev 126408)
+++ PKGBUILD2015-01-22 15:14:44 UTC (rev 126409)
@@ -3,7 +3,7 @@
 # Contributor: Thomas S Hatch thatc...@gmail.com
 
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.0.1
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
@@ -10,7 +10,7 @@
 url='http://ioflo.com'
 license=('APACHE')
 source=(https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('16dd420250da24f45ffe0bb786dc6536')
+md5sums=('39741180b1013c39c30c2eb8b10c7890')
 makedepends=(python-setuptools python2-setuptools)
 
 prepare() {


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

2015-01-22 Thread Daniel Wallace
Date: Thursday, January 22, 2015 @ 16:19:40
  Author: dwallace
Revision: 126413

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 15:19:28 UTC (rev 126412)
+++ PKGBUILD2015-01-22 15:19:40 UTC (rev 126413)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-
-pkgname=('python-raet' 'python2-raet')
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
-arch=('any')
-url='http://raet.docs.saltstack.com/'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools)
-source=(https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('ed8e90dadd23431412adb4ac1cef727f')
-
-prepare() {
-  cd $srcdir
-  cp -r raet-$pkgver python2-raet-$pkgver
-}
-
-package_python-raet() {
-  depends=('python-libnacl' 'python-ioflo')
-  cd $srcdir/raet-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-raet() {
-  depends=('python2-libnacl' 'python2-ioflo')
-  cd $srcdir/python2-raet-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-

Copied: python-raet/repos/community-any/PKGBUILD (from rev 126412, 
python-raet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 15:19:40 UTC (rev 126413)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
+md5sums=('685f29d16e288ff697de869ff49bd9a3')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo')
+  cd $srcdir/raet-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo')
+  cd $srcdir/python2-raet-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+


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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 16:19:28
  Author: spupykin
Revision: 126412

upgpkg: mediawiki 1.24.1-2

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 15:17:54 UTC (rev 126411)
+++ PKGBUILD2015-01-22 15:19:28 UTC (rev 126412)
@@ -6,7 +6,7 @@
 pkgname=('mediawiki' 'mediawiki-math')
 pkgver=1.24.1
 _basever=1.24
-pkgrel=1
+pkgrel=2
 pkgdesc=MediaWiki engine
 arch=('any')
 url=http://www.mediawiki.org/wiki/MediaWiki;
@@ -18,7 +18,7 @@
'python2'
'pcre: for regular expressions support'
'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
+#  'php-mysql: for MySQL database support'
'php-pgsql: for PostgreSQL database support'
'php-sqlite: for sqlite database support'
'php-apc: for cache support'
@@ -26,7 +26,7 @@
'memcached: for cache support'
'php-gd: for thumbnails rendering'
'imagemagick: for thumbnails rendering'
-   'sendmail: for mail sending')
+   'smtp-forwarder: for mail sending')
 install=mediawiki.install
 options=(!strip)
 #  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}


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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 16:19:41
  Author: spupykin
Revision: 126414

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 126412, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 126412, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 126412, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 15:19:40 UTC (rev 126413)
+++ PKGBUILD2015-01-22 15:19:41 UTC (rev 126414)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.1
-_basever=1.24
-pkgrel=1
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'sendmail: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('fb1a48c777c17df8f20a95061b3a483c'
- '1e7724847829653beb75f844db21f555'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2ab9fb0 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 126412, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 15:19:41 UTC (rev 126414)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.24.1
+_basever=1.24
+pkgrel=2
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache support'
+   

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

2015-01-22 Thread Bartłomiej Piotrowski
Date: Thursday, January 22, 2015 @ 19:35:18
  Author: bpiotrowski
Revision: 229658

upgpkg: gpsd 3.11-5

actually make use of the patch

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:51:55 UTC (rev 229657)
+++ PKGBUILD2015-01-22 18:35:18 UTC (rev 229658)
@@ -6,7 +6,7 @@
 
 pkgname=gpsd
 pkgver=3.11
-pkgrel=4
+pkgrel=5
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
 url=http://catb.org/gpsd/;
@@ -25,6 +25,7 @@
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/gpsd-3.11-gpsdctl-service.patch
 
   # fix python 2.7 path
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \


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

2015-01-22 Thread Bartłomiej Piotrowski
Date: Thursday, January 22, 2015 @ 19:35:34
  Author: bpiotrowski
Revision: 229659

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

Added:
  gpsd/repos/extra-i686/PKGBUILD
(from rev 229658, gpsd/trunk/PKGBUILD)
  gpsd/repos/extra-i686/gpsd-3.11-gpsdctl-service.patch
(from rev 229658, gpsd/trunk/gpsd-3.11-gpsdctl-service.patch)
  gpsd/repos/extra-i686/gpsd.conf
(from rev 229658, gpsd/trunk/gpsd.conf)
  gpsd/repos/extra-i686/gpsd.install
(from rev 229658, gpsd/trunk/gpsd.install)
  gpsd/repos/extra-x86_64/PKGBUILD
(from rev 229658, gpsd/trunk/PKGBUILD)
  gpsd/repos/extra-x86_64/gpsd-3.11-gpsdctl-service.patch
(from rev 229658, gpsd/trunk/gpsd-3.11-gpsdctl-service.patch)
  gpsd/repos/extra-x86_64/gpsd.conf
(from rev 229658, gpsd/trunk/gpsd.conf)
  gpsd/repos/extra-x86_64/gpsd.install
(from rev 229658, gpsd/trunk/gpsd.install)
Deleted:
  gpsd/repos/extra-i686/PKGBUILD
  gpsd/repos/extra-i686/gpsd-3.11-gpsdctl-service.patch
  gpsd/repos/extra-i686/gpsd.conf
  gpsd/repos/extra-i686/gpsd.install
  gpsd/repos/extra-x86_64/PKGBUILD
  gpsd/repos/extra-x86_64/gpsd-3.11-gpsdctl-service.patch
  gpsd/repos/extra-x86_64/gpsd.conf
  gpsd/repos/extra-x86_64/gpsd.install

--+
 /PKGBUILD|  186 +
 /gpsd-3.11-gpsdctl-service.patch |   36 
 /gpsd.conf   |   10 +
 /gpsd.install|   22 ++
 extra-i686/PKGBUILD  |   92 
 extra-i686/gpsd-3.11-gpsdctl-service.patch   |   18 --
 extra-i686/gpsd.conf |5 
 extra-i686/gpsd.install  |   11 -
 extra-x86_64/PKGBUILD|   92 
 extra-x86_64/gpsd-3.11-gpsdctl-service.patch |   18 --
 extra-x86_64/gpsd.conf   |5 
 extra-x86_64/gpsd.install|   11 -
 12 files changed, 254 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-22 18:35:18 UTC (rev 229658)
+++ extra-i686/PKGBUILD 2015-01-22 18:35:34 UTC (rev 229659)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Giacomo Rizzo a...@free-os.it
-
-pkgname=gpsd
-pkgver=3.11
-pkgrel=4
-pkgdesc=GPS daemon and library to support USB/serial GPS devices
-arch=('i686' 'x86_64')
-url=http://catb.org/gpsd/;
-license=('BSD')
-depends=('python2' 'libusb' 'bluez-libs' 'desktop-file-utils')
-optdepends=('php: generate a PHP status page for your GPS'
-'php-gd: image support for the PHP status page'
-'pygtk: GUI frontends')
-makedepends=('scons' 'docbook-xsl' 'chrpath' 'hardening-wrapper')
-backup=('etc/gpsd.conf')
-install=${pkgname}.install
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'gpsd.conf'
-'gpsd-3.11-gpsdctl-service.patch')
-validpgpkeys=('3CE764D4FAFF5FA810B203BFADF516D38421F11C') # Eric S. Raymond
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix python 2.7 path
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
-gpscat gpsfake gpsprof xgps xgpsspeed
-
-  sed -i 's/sbin/bin/g' systemd/*.service
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  scons prefix=/usr \
-systemd=yes \
-libQgpsmm=no \
-gpsd_group=uucp \
-PYTHONPATH=/usr/bin/python2 \
-sbindir=/usr/bin
-  scons build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fix man pages path (FS#21715)
-  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
-
-  export DESTDIR=${pkgdir}
-  scons install
-
-  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
-
-  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
-
-  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
-  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
-
-  # GPSD needs RPATH
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.21.0.0
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.22.0.0
-  chrpath -r /usr/lib/ \
-
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps,cgps,gpsmon} \
-${pkgdir}/usr/bin/{gpsd,gpsdctl,gps2udp}
-  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
-
-  install -D -m644 packaging/X11/xgps.desktop \
-${pkgdir}/usr/share/applications/xgps.desktop
-  install -D -m644 packaging/X11/xgpsspeed.desktop \
-${pkgdir}/usr/share/applications/xgpsspeed.desktop
-  install -D -m644 packaging/X11/gpsd-logo.png \
-

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

2015-01-22 Thread Guillaume Alaux
Date: Thursday, January 22, 2015 @ 22:31:42
  Author: guillaume
Revision: 229660

Add missing jar to build tzdata package

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 18:35:34 UTC (rev 229659)
+++ PKGBUILD2015-01-22 21:31:42 UTC (rev 229660)
@@ -153,6 +153,8 @@
 
   install -d -m755 ${pkgdir}${_jvmdir}/jre
   cp -a bin lib ${pkgdir}${_jvmdir}/jre
+  # Used to compile tzdata files
+  cp ../btjars/compilefontconfig.jar ../btjars/javazic.jar lib/
 
   # Set config files
   mv 
${pkgdir}${_jvmdir}/jre/lib/fontconfig.{Ubuntu.properties.src,properties}


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

2015-01-22 Thread Guillaume Alaux
Date: Thursday, January 22, 2015 @ 22:54:35
  Author: guillaume
Revision: 229662

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

Added:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
(from rev 229661, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
(from rev 229661, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-i686/003_nonreparenting-wm.patch
(from rev 229661, java8-openjdk/trunk/003_nonreparenting-wm.patch)
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 229661, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 229661, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 229661, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 229661, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
(from rev 229661, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
(from rev 229661, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-x86_64/003_nonreparenting-wm.patch
(from rev 229661, java8-openjdk/trunk/003_nonreparenting-wm.patch)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 229661, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 229661, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 229661, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 229661, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-i686/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-x86_64/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 /001_adjust-mflags-for-gmake-4.patch |   92 +++
 /002_gcc.make-4.9.patch  |   24 
 /003_nonreparenting-wm.patch |   78 ++
 /PKGBUILD|  584 +
 /install_jdk8-openjdk.sh |  100 +++
 /install_jre8-openjdk-headless.sh|   96 +++
 /install_jre8-openjdk.sh |  110 +++
 extra-i686/001_adjust-mflags-for-gmake-4.patch   |   46 -
 extra-i686/002_gcc.make-4.9.patch|   12 
 extra-i686/003_nonreparenting-wm.patch   |   39 -
 extra-i686/PKGBUILD  |  292 --
 extra-i686/install_jdk8-openjdk.sh   |   50 -
 extra-i686/install_jre8-openjdk-headless.sh  |   48 -
 extra-i686/install_jre8-openjdk.sh   |   55 -
 extra-x86_64/001_adjust-mflags-for-gmake-4.patch |   46 -
 extra-x86_64/002_gcc.make-4.9.patch  |   12 
 extra-x86_64/003_nonreparenting-wm.patch |   39 -
 extra-x86_64/PKGBUILD|  292 --
 extra-x86_64/install_jdk8-openjdk.sh |   50 -
 extra-x86_64/install_jre8-openjdk-headless.sh|   48 -
 extra-x86_64/install_jre8-openjdk.sh |   55 -
 21 files changed, 1084 insertions(+), 1084 deletions(-)

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


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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 22:38:13
  Author: arojas
Revision: 126430

Sage optional dependency

Added:
  lrs/
  lrs/trunk/
  lrs/trunk/PKGBUILD

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

Added: lrs/trunk/PKGBUILD
===
--- lrs/trunk/PKGBUILD  (rev 0)
+++ lrs/trunk/PKGBUILD  2015-01-22 21:38:13 UTC (rev 126430)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrs
+pkgver=050a
+pkgrel=1
+pkgdesc=C implementation of the reverse search algorithm for vertex 
enumeration/convex hull problems
+arch=('i686' 'x86_64')
+url=http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
+license=('GPL')
+depends=('gmp')
+source=(http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar;)
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p $pkgdir/usr/bin
+  cp lrs $pkgdir/usr/bin/
+}
+


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


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

2015-01-22 Thread Eric Bélanger
Date: Thursday, January 22, 2015 @ 22:44:01
  Author: eric
Revision: 126433

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 21:41:13 UTC (rev 126432)
+++ PKGBUILD2015-01-22 21:44:01 UTC (rev 126433)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.01.16
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e5e7fb00cbdee0d011e4e59dc7d24ba4bebc41a1'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 126432, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 21:44:01 UTC (rev 126433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.01.22
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('21222a53398e744fbbce735c7fbf9488a4ebec38'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (lrslib)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 22:51:05
  Author: arojas
Revision: 126435

Remove wrong pkgname

Deleted:
  lrslib/


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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 22:50:33
  Author: arojas
Revision: 126434

Move all packages which are optional upstream to optdepends. Always assume 
optional packages are installed, this way one gets meaningful error 
messages instead of Sage trying to install them itself and failing

Added:
  sage-mathematics/trunk/package.patch
Modified:
  sage-mathematics/trunk/PKGBUILD
Deleted:
  sage-mathematics/trunk/extensions.patch
  sage-mathematics/trunk/gap-hap.patch

--+
 PKGBUILD |   26 ++
 extensions.patch |   12 
 gap-hap.patch|   11 ---
 package.patch|   11 +++
 4 files changed, 21 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 21:44:01 UTC (rev 126433)
+++ PKGBUILD2015-01-22 21:50:33 UTC (rev 126434)
@@ -15,21 +15,23 @@
 url=http://www.sagemath.org;
 license=('GPL')
 depends=('ipython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 'singular' 
'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2'
-  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'lcalc' 'lrcalc' 'libfes'
-  'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'python2-cvxopt' 
'pynac' 'linbox' 'gsl' 'rubiks' 'coxeter3' 'nauty'
+  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'lcalc' 'lrcalc'
+  'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'python2-cvxopt' 
'pynac' 'linbox' 'gsl' 'rubiks' 'coxeter3'
   'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db'
   'sage-data-conway_polynomials')
-optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Web-based notebook interface'
+optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'
   'sage-mathematics-doc: Documentation and inline help' 'sage-mathematics-src: 
source files needed to build cython code'
   'python2-pyzmq: ipython notebook' 'python2-tornado: ipython notebook' 
'python2-jinja: ipython notebook'
-  'coin-or-cbc: COIN backend for numerical computations')
+  'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
+  'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
+  'libfes: exhaustive search of solutions for boolean polynomial systems' 
'lrs: computing volume of polytopes')
 makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack' 
'python2-jinja' 'coin-or-cbc' 'mcqd')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
-'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 
+'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 
 'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch')
 md5sums=('e40736461992e62af3a84cf9a212c9d1'
  'd9a3e113ed147dcee8f89962a8dccd43'
- '5770766ae676491f79162d2062ce7c02'
+ '0eb5ac1537aac93bd67a2925c0cfd84d'
  '5216dbb3d80cecc8ec4a36cc9706f8b5'
  'b980378df4bff2cd1ca002bbfae995a2'
  '9a39301dedeb560f7bfddb81b6853f28'
@@ -36,7 +38,6 @@
  'eee444d32b8a818a67b1e0ce0850b8bb'
  '46c212a3a6713b0f78c370c7186d0982'
  '5947a420a0b1483f0cbc74c76895789b'
- '631ee6b8b3e7d12bb7858cfd841af483'
  'a83a3b1bc7fcb7cbf752a83a8311fc42'
  'f333939ea6c41377b66407c81016cee4'
  '506944613082ba7f5b34360939ca90eb')
@@ -45,13 +46,8 @@
 prepare(){
   cd sage-$pkgver
 
-# add optional packages manually (Fedora)  
-  patch -p0 -i $srcdir/extensions.patch
-  for _ext in cryptominisat fes lrcalc coxeter3 mcqd cbc
-  do
-   sed -e s|is_package_installed('$_ext')|True| -i src/module_list.py
-  done
-  sed -e 's|is_package_installed(nauty)|True|' -i 
src/sage/graphs/graph_generators.py
+# assume all optional packages are installed
+  patch -p0 -i $srcdir/package.patch
 # don't assume Sage is already available (Fedora)
   patch -p0 -i $srcdir/c_lib.patch
 # find L.h header
@@ -69,8 +65,6 @@
   patch -p0 -i $srcdir/clean.patch
 # skip checking build status
   patch -p0 -i $srcdir/skip-check.patch
-# don't use is_package_installed function
-  patch -p0 -i $srcdir/gap-hap.patch
 # supress warning about GAP install dir
   sed -e s|gapdir = os.path.join(SAGE_LOCAL, 'gap', 'latest')|gapdir = 
'/usr/lib/gap'| -i src/sage/libs/gap/util.pyx 
 # use small Cremona database

Deleted: extensions.patch
===
--- extensions.patch2015-01-22 

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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 22:33:40
  Author: arojas
Revision: 126429

Sage optional dependency

Added:
  lrslib/
  lrslib/trunk/
  lrslib/trunk/PKGBUILD

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

Added: lrslib/trunk/PKGBUILD
===
--- lrslib/trunk/PKGBUILD   (rev 0)
+++ lrslib/trunk/PKGBUILD   2015-01-22 21:33:40 UTC (rev 126429)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 126422 2015-01-22 19:59:10Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrs
+pkgver=050a
+pkgrel=1
+pkgdesc=C implementation of the reverse search algorithm for vertex 
enumeration/convex hull problems
+arch=('i686' 'x86_64')
+url=http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
+license=('GPL')
+depends=('gmp')
+source=(http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar;)
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p $pkgdir/usr/bin
+  cp lrs $pkgdir/usr/bin/
+}
+


[arch-commits] Commit in lrs (5 files)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 22:38:52
  Author: arojas
Revision: 126431

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

Added:
  lrs/repos/
  lrs/repos/community-i686/
  lrs/repos/community-i686/PKGBUILD
(from rev 126430, lrs/trunk/PKGBUILD)
  lrs/repos/community-x86_64/
  lrs/repos/community-x86_64/PKGBUILD
(from rev 126430, lrs/trunk/PKGBUILD)

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

Copied: lrs/repos/community-i686/PKGBUILD (from rev 126430, lrs/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-01-22 21:38:52 UTC (rev 126431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrs
+pkgver=050a
+pkgrel=1
+pkgdesc=C implementation of the reverse search algorithm for vertex 
enumeration/convex hull problems
+arch=('i686' 'x86_64')
+url=http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
+license=('GPL')
+depends=('gmp')
+source=(http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar;)
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p $pkgdir/usr/bin
+  cp lrs $pkgdir/usr/bin/
+}
+

Copied: lrs/repos/community-x86_64/PKGBUILD (from rev 126430, 
lrs/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-22 21:38:52 UTC (rev 126431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=lrs
+pkgver=050a
+pkgrel=1
+pkgdesc=C implementation of the reverse search algorithm for vertex 
enumeration/convex hull problems
+arch=('i686' 'x86_64')
+url=http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
+license=('GPL')
+depends=('gmp')
+source=(http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar;)
+md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
+
+build() {
+  cd lrslib-050
+  make
+}
+
+package() {
+  cd lrslib-050
+
+  mkdir -p $pkgdir/usr/bin
+  cp lrs $pkgdir/usr/bin/
+}
+


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

2015-01-22 Thread Eric Bélanger
Date: Thursday, January 22, 2015 @ 22:41:13
  Author: eric
Revision: 126432

upgpkg: youtube-dl 2015.01.22-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 21:38:52 UTC (rev 126431)
+++ PKGBUILD2015-01-22 21:41:13 UTC (rev 126432)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.01.16
+pkgver=2015.01.22
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e5e7fb00cbdee0d011e4e59dc7d24ba4bebc41a1'
+sha1sums=('21222a53398e744fbbce735c7fbf9488a4ebec38'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-01-22 Thread Guillaume Alaux
Date: Thursday, January 22, 2015 @ 22:52:56
  Author: guillaume
Revision: 229661

Upstream release 8.u31

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 21:31:42 UTC (rev 229660)
+++ PKGBUILD2015-01-22 21:52:56 UTC (rev 229661)
@@ -9,11 +9,11 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=25
-_jdk_build=18
+_jdk_update=31
+_jdk_build=13
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://openjdk.java.net/'
 license=('custom')
@@ -31,14 +31,14 @@
 001_adjust-mflags-for-gmake-4.patch
 003_nonreparenting-wm.patch)
 
-sha256sums=('90eb3f3cb7094e609686168ec52ba462ef0f9832a4264bd1575e5896a6dd85c3'
-'61d0bba710d6803b0368c93bc9182b0b40348eed81d578886a03904baf61ba6f'
-'e574567b48f57c5cdeebae6fa22e2482c05446dbf9133e820f2d95e99459ddf2'
-'8ef05535a0e03c4262d55cc67887e884f3fda8e4872cbc2941dcb216ef1460ca'
-'afbdf119af2ffc0f9cd6eb93e6dac8e6a56a4ed4b68c7ff07f9b0c1a6bd56a8f'
-'2e91c958024e6b64f7484b8225e07edce3bd3bcde43081fb73f32e4b73ef7b87'
-'f292afe8540436090489841771259b274e3c36d42f11d0f58ba8082cd24fcc66'
-'98b4fc2d448920b81404ce745d9c00e9a33b58e123176dec4074caf611c3f9c2'
+sha256sums=('824b28c554ce32edbdaa77cc4f21f8ed57542c74c8748b89cd06be43a1537b34'
+'47b07945d3f534e6b87dc273676b8bcb493292e8769667493bb5febfb5c9f347'
+'485b1a88b4b44b468e96211de238a5eed80f7472f91977fc27e2f443a8ab8ed3'
+'b3801935199973cc02df02ac2f2587ff0f1989f98af5bf6fe46520a8108c8d6a'
+'04bb35fd8b071f65014fa1d3b9816886b88e06548eeda27181993b80efb6a0bf'
+'74bb7a376fa706e4283e235caebbcf9736974a6a4cf97b8c8335d389581965e2'
+'3e09a644d2fb38970acf78c72bc201c031d43574b5a3f7e00bec1b11bffec9c4'
+'2fbdcb016506de4e86db5813c78b28382df5b601f0e73ffd5465c12519b75fd3'
 '682104f7723c5c543c47b53f51cc5577e273a12343bd04bebd1bcd70dd72ded9'
 'c41cec7415ace2f68a5f9529e6df7e87a8c21993ab9d040b0f8b395f6173d478')
 


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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 23:00:44
  Author: arojas
Revision: 126436

Move more stuff to optdepends

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 21:51:05 UTC (rev 126435)
+++ PKGBUILD2015-01-22 22:00:44 UTC (rev 126436)
@@ -15,16 +15,16 @@
 url=http://www.sagemath.org;
 license=('GPL')
 depends=('ipython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 'singular' 
'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2'
-  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'lcalc' 'lrcalc'
-  'cryptominisat' 'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'python2-cvxopt' 
'pynac' 'linbox' 'gsl' 'rubiks' 'coxeter3'
-  'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db'
-  'sage-data-conway_polynomials')
+  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'lcalc'
+  'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'python2-cvxopt' 'pynac' 'linbox' 
'gsl' 'rubiks' 'pari-galdata' 'pari-seadata-small'
+  'sage-data-combinatorial_designs' 'sage-data-elliptic_curves' 
'sage-data-graphs' 'sage-data-polytopes_db' 'sage-data-conway_polynomials')
 optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'
   'sage-mathematics-doc: Documentation and inline help' 'sage-mathematics-src: 
source files needed to build cython code'
   'python2-pyzmq: ipython notebook' 'python2-tornado: ipython notebook' 
'python2-jinja: ipython notebook'
   'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
-  'libfes: exhaustive search of solutions for boolean polynomial systems' 
'lrs: computing volume of polytopes')
+  'libfes: exhaustive search of solutions for boolean polynomial systems' 
'lrs: computing volume of polytopes'
+  'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'lrcalc: fast computation of LR coefficients')
 makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack' 
'python2-jinja' 'coin-or-cbc' 'mcqd')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
 'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 


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

2015-01-22 Thread Daniel Wallace
Date: Thursday, January 22, 2015 @ 16:16:47
  Author: dwallace
Revision: 126410

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 15:14:44 UTC (rev 126409)
+++ PKGBUILD2015-01-22 15:16:47 UTC (rev 126410)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('APACHE')
-source=(https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('16dd420250da24f45ffe0bb786dc6536')
-makedepends=(python-setuptools python2-setuptools)
-
-prepare() {
-  cd $srcdir
-  cp -r ioflo-$pkgver python2-ioflo-$pkgver
-}
-
-package_python-ioflo() {
-  depends=('python')
-  cd $srcdir/ioflo-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2')
-  cd $srcdir/python2-ioflo-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 126409, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 15:16:47 UTC (rev 126410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('APACHE')
+source=(https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
+md5sums=('39741180b1013c39c30c2eb8b10c7890')
+makedepends=(python-setuptools python2-setuptools)
+
+prepare() {
+  cd $srcdir
+  cp -r ioflo-$pkgver python2-ioflo-$pkgver
+}
+
+package_python-ioflo() {
+  depends=('python')
+  cd $srcdir/ioflo-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+  cd $srcdir/python2-ioflo-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+


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

2015-01-22 Thread Daniel Wallace
Date: Thursday, January 22, 2015 @ 16:17:54
  Author: dwallace
Revision: 126411

upgpkg: python-raet 0.4.4-1

upgpkg: python-raet 0.4.4

Modified:
  python-raet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 15:16:47 UTC (rev 126410)
+++ PKGBUILD2015-01-22 15:17:54 UTC (rev 126411)
@@ -3,7 +3,7 @@
 # Contributor: Thomas S Hatch thatc...@gmail.com
 
 pkgname=('python-raet' 'python2-raet')
-pkgver=0.3.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=(python-setuptools python2-setuptools)
 source=(https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('ed8e90dadd23431412adb4ac1cef727f')
+md5sums=('685f29d16e288ff697de869ff49bd9a3')
 
 prepare() {
   cd $srcdir


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

2015-01-22 Thread Guillaume Alaux
Date: Friday, January 23, 2015 @ 00:41:31
  Author: guillaume
Revision: 229664

Fix wrong pkgver output by pkgver()

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 23:08:34 UTC (rev 229663)
+++ PKGBUILD2015-01-22 23:41:31 UTC (rev 229664)
@@ -12,7 +12,7 @@
 | sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
   echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 }
-pkgver=7.u71_2.5.3
+pkgver=7.u71_2.5.4
 pkgrel=1
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap


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

2015-01-22 Thread Gaetan Bisson
Date: Friday, January 23, 2015 @ 04:15:55
  Author: bisson
Revision: 229669

upstream update

Modified:
  rcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-23 03:15:53 UTC (rev 229668)
+++ PKGBUILD2015-01-23 03:15:55 UTC (rev 229669)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=rcs
-pkgver=5.9.3
+pkgver=5.9.4
 pkgrel=1
 pkgdesc='Revision Control System: manages multiple revisions of files'
 url='http://www.gnu.org/software/rcs/'
@@ -10,9 +10,8 @@
 license=('GPL3')
 arch=('i686' 'x86_64')
 depends=('ed')
-validpgpkeys=('748EA0E81CB8A7489BFA6CE4670322244C807502')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('e4a9549678618f5d69968b10c6c9b92b29519813' 'SKIP')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-22 Thread Felix Yan
Date: Friday, January 23, 2015 @ 04:15:30
  Author: fyan
Revision: 229667

upgpkg: python-mako 1.0.1-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-23 00:23:04 UTC (rev 229666)
+++ PKGBUILD2015-01-23 03:15:30 UTC (rev 229667)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=Hyperfast and lightweight templating for the Python2 platform
 arch=('any')
@@ -12,12 +12,12 @@
  'python-beaker' 'python2-beaker')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('580b3a8043833e3c3340d4b661a33f6ccc6a35d5'
+sha1sums=('00ef43d5722c5407e5d64047ef4e3218006d741c'
   'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 
 prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
+cp -a Mako-$pkgver python2-Mako-$pkgver
 }
 
 build() {


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

2015-01-22 Thread Felix Yan
Date: Friday, January 23, 2015 @ 04:15:53
  Author: fyan
Revision: 229668

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-23 03:15:30 UTC (rev 229667)
+++ PKGBUILD2015-01-23 03:15:53 UTC (rev 229668)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=Hyperfast and lightweight templating for the Python2 platform
-arch=('any')
-url=http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('580b3a8043833e3c3340d4b661a33f6ccc6a35d5'
-  'SKIP')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
-
-mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 229667, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-23 03:15:53 UTC (rev 229668)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('00ef43d5722c5407e5d64047ef4e3218006d741c'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver python2-Mako-$pkgver
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
+}


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

2015-01-22 Thread Gaetan Bisson
Date: Friday, January 23, 2015 @ 04:16:32
  Author: bisson
Revision: 229670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-23 03:15:55 UTC (rev 229669)
+++ extra-i686/PKGBUILD 2015-01-23 03:16:32 UTC (rev 229670)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=rcs
-pkgver=5.9.3
-pkgrel=1
-pkgdesc='Revision Control System: manages multiple revisions of files'
-url='http://www.gnu.org/software/rcs/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('ed')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('e4a9549678618f5d69968b10c6c9b92b29519813' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make prefix=${pkgdir}/usr install
-}

Copied: rcs/repos/extra-i686/PKGBUILD (from rev 229669, rcs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-23 03:16:32 UTC (rev 229670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=rcs
+pkgver=5.9.4
+pkgrel=1
+pkgdesc='Revision Control System: manages multiple revisions of files'
+url='http://www.gnu.org/software/rcs/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('ed')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-23 03:15:55 UTC (rev 229669)
+++ extra-x86_64/PKGBUILD   2015-01-23 03:16:32 UTC (rev 229670)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=rcs
-pkgver=5.9.3
-pkgrel=1
-pkgdesc='Revision Control System: manages multiple revisions of files'
-url='http://www.gnu.org/software/rcs/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('ed')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('e4a9549678618f5d69968b10c6c9b92b29519813' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make prefix=${pkgdir}/usr install
-}

Copied: rcs/repos/extra-x86_64/PKGBUILD (from rev 229669, rcs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-23 03:16:32 UTC (rev 229670)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=rcs
+pkgver=5.9.4
+pkgrel=1
+pkgdesc='Revision Control System: manages multiple revisions of files'
+url='http://www.gnu.org/software/rcs/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('ed')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make prefix=${pkgdir}/usr install
+}


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

2015-01-22 Thread Gaetan Bisson
Date: Friday, January 23, 2015 @ 04:16:49
  Author: bisson
Revision: 229671

reinstate pgp

Modified:
  rcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-23 03:16:32 UTC (rev 229670)
+++ PKGBUILD2015-01-23 03:16:49 UTC (rev 229671)
@@ -10,8 +10,9 @@
 license=('GPL3')
 arch=('i686' 'x86_64')
 depends=('ed')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d')
+validpgpkeys=('748EA0E81CB8A7489BFA6CE4670322244C807502')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d' 'SKIP')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-22 Thread Daniel Micay
Date: Friday, January 23, 2015 @ 04:46:11
  Author: thestinger
Revision: 126437

upgpkg: linux-grsec 3.18.3.201501211944-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 22:00:44 UTC (rev 126436)
+++ PKGBUILD2015-01-23 03:46:11 UTC (rev 126437)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.3
 _grsecver=3.0
-_timestamp=201501182219
+_timestamp=201501211944
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -35,7 +35,7 @@
 'SKIP'
 '564eed0dfd7aadeec97566da6d09f8636b6335882139cf6d42e45381276bb2d0'
 'SKIP'
-'ba8d2a97211522e8fb1797e06f77e5a83c0f331d763e4bb5ce2931ddf714461b'
+'3b32e99637e05ddf98100a8e290fcbb67e689eb5405515c837541062e848df8b'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'


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

2015-01-22 Thread Daniel Micay
Date: Friday, January 23, 2015 @ 04:47:27
  Author: thestinger
Revision: 126438

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

Added:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 126437, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 126437, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 126437, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 126437, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 126437, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 126437, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 126437, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 126437, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 126437, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 126437, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 126437, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 126437, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 126437, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 126437, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch   
  |  158 
 /PKGBUILD  
  |  664 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |14716 ++
 /config.x86_64 
  |14138 +
 /linux-grsec.install   
  |  110 
 /linux.preset  
  |   28 
 community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
  |   79 
 community-i686/PKGBUILD
  |  332 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7358 -
 community-i686/config.x86_64   
  | 7069 
 community-i686/linux-grsec.install 
  |   55 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
 |   79 
 community-x86_64/PKGBUILD  
  |  332 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 community-x86_64/config
  | 7358 -
 community-x86_64/config.x86_64 
  | 7069 
 community-x86_64/linux-grsec.install   
  |   55 
 community-x86_64/linux.preset  
  |   14 
 21 files changed, 29836 insertions(+), 29836 deletions(-)

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


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

2015-01-22 Thread Eric Bélanger
Date: Friday, January 23, 2015 @ 01:18:31
  Author: eric
Revision: 229665

upgpkg: imagemagick 6.9.0.4-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 23:41:31 UTC (rev 229664)
+++ PKGBUILD2015-01-23 00:18:31 UTC (rev 229665)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.0.3
+pkgver=6.9.0.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('c7bb4eebef59544d0411ed56bda64f34fafb11f3'
+sha1sums=('5a45acbdb3b2b46151ad0689a9903940773215ea'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2015-01-22 Thread Guillaume Alaux
Date: Friday, January 23, 2015 @ 00:08:34
  Author: guillaume
Revision: 229663

Revert adding JAR for tzdata. Upstream release 7.u75_2.5.4-1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 21:54:35 UTC (rev 229662)
+++ PKGBUILD2015-01-22 23:08:34 UTC (rev 229663)
@@ -6,7 +6,7 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.5.3
+_icedtea_ver=2.5.4
 pkgver() {
   _updatever=$(grep -E ^JDK_UPDATE_VERSION = (.)+ 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 | sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
@@ -13,7 +13,7 @@
   echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 }
 pkgver=7.u71_2.5.3
-pkgrel=3
+pkgrel=1
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -40,14 +40,14 @@
 openjdk7_nonreparenting-wm.diff
 giflib_5.1.diff)
 
-sha256sums=('44df11ac8e5ace7194e7372ef169909e0dab31d6b2f6bbae9a9c33af2cc54540'
-'3ba1a30762f5d5890e8ee6af11f52213ab9c574c01f07c75a081c42034f5d5c9'
-'8ceb2cd60782b7fc14b88e3d366f273873fa5436cf0e36b86406c0905b7dc43c'
-'2d13a82078f3f2b8831d1e670e5e75719336a56490df64f16ab7647674a272ef'
-'5a63d85307203f1aed1e31459ad5e32687909e0640d424ff6f540d9b1cceeb1e'
-'40c4dda969be0ecd213e79269184e19cfc32100b83777dc529b3cf4b6aa3e12f'
-'516f6c21719f4b5a2092847c147cde7890c5a30d4aed9425ff667c0164ef1dd0'
-'8c8e1f7e97f47fe4029e0b0ba42b3515474adabe64e1fbee15c0e2e22a13aa28'
+sha256sums=('5301b9a8592af2cf8e3e7a3650e5e1fe744c6d2de7f8ff78080b2eeae86a9800'
+'88c92a3cab37446352086876771733229b1602d4f79ef68629a151180652e1f1'
+'7411fe2df795981124ae2e4da0ddb7d98db0a94c9399a12876be03e7177eaa0b'
+'84623e50b69710d12209fc761a49953c78f1a664ff54e022a77e35e25489f2f3'
+'4bd38a8121d85c422b425177ce648afdee9da18812c91c5b74939c58db33ab4b'
+'e99b65baf66d8818e3c8fd31d71fbad4ad0ceb0b7fa4c2e0607eca3a40f2ba09'
+'4fd76cbdf18174128863514b4d3997cb623368697bf4f5af6d079dbbcd7b378a'
+'4825f8543aa0c065530b05b0a95915a44eea153bbb696d2ffc4b50a398813e34'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
 '77fba3032edf6cce549cd4e174d9296684b20f4589dc59179fcc8cba7426a4e9')
@@ -153,8 +153,6 @@
 
   install -d -m755 ${pkgdir}${_jvmdir}/jre
   cp -a bin lib ${pkgdir}${_jvmdir}/jre
-  # Used to compile tzdata files
-  cp ../btjars/compilefontconfig.jar ../btjars/javazic.jar lib/
 
   # Set config files
   mv 
${pkgdir}${_jvmdir}/jre/lib/fontconfig.{Ubuntu.properties.src,properties}


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

2015-01-22 Thread Eric Bélanger
Date: Friday, January 23, 2015 @ 01:23:04
  Author: eric
Revision: 229666

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 229665, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 229665, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 229665, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 229665, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  182 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   91 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   91 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 204 insertions(+), 204 deletions(-)

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

[arch-commits] Commit in libgeotiff/repos/community-x86_64 (4 files)

2015-01-22 Thread Jaroslav Lichtblau
Date: Thursday, January 22, 2015 @ 20:10:26
  Author: jlichtblau
Revision: 126420

archrelease: copy trunk to community-x86_64

Added:
  libgeotiff/repos/community-x86_64/PKGBUILD
(from rev 126419, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-x86_64/libgeotiff.changelog
(from rev 126419, libgeotiff/trunk/libgeotiff.changelog)
Deleted:
  libgeotiff/repos/community-x86_64/PKGBUILD
  libgeotiff/repos/community-x86_64/libgeotiff.changelog

--+
 PKGBUILD |   65 -
 libgeotiff.changelog |7 +++--
 2 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 19:10:16 UTC (rev 126419)
+++ PKGBUILD2015-01-22 19:10:26 UTC (rev 126420)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=A TIFF based interchange format for georeferenced raster imagery
-arch=('i686' 'x86_64')
-url=http://www.remotesensing.org/geotiff;
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg=7')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}

Copied: libgeotiff/repos/community-x86_64/PKGBUILD (from rev 126419, 
libgeotiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 19:10:26 UTC (rev 126420)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=A TIFF based interchange format for georeferenced raster imagery
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/geotiff;
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
+}

Deleted: libgeotiff.changelog
===
--- libgeotiff.changelog2015-01-22 19:10:16 UTC (rev 126419)
+++ libgeotiff.changelog2015-01-22 19:10:26 UTC (rev 126420)
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libgeotiff 1.4.0-1

Copied: libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 
126419, libgeotiff/trunk/libgeotiff.changelog)
===
--- libgeotiff.changelog(rev 0)
+++ libgeotiff.changelog2015-01-22 19:10:26 UTC (rev 126420)
@@ -0,0 +1,5 @@
+2015-01-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libgeotiff 1.4.0-1


[arch-commits] Commit in libgeotiff/trunk (PKGBUILD libgeotiff.changelog)

2015-01-22 Thread Jaroslav Lichtblau
Date: Thursday, January 22, 2015 @ 20:10:16
  Author: jlichtblau
Revision: 126419

upgpkg: libgeotiff 1.4.1-1

Modified:
  libgeotiff/trunk/PKGBUILD
  libgeotiff/trunk/libgeotiff.changelog

--+
 PKGBUILD |   19 ++-
 libgeotiff.changelog |3 +++
 2 files changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:27:53 UTC (rev 126418)
+++ PKGBUILD2015-01-22 19:10:16 UTC (rev 126419)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=A TIFF based interchange format for georeferenced raster imagery
 arch=('i686' 'x86_64')
 url=http://www.remotesensing.org/geotiff;
@@ -14,11 +14,11 @@
 depends=('libtiff' 'proj' 'libjpeg=7')
 options=('!makeflags')
 changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -25,8 +25,9 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
 }

Modified: libgeotiff.changelog
===
--- libgeotiff.changelog2015-01-22 17:27:53 UTC (rev 126418)
+++ libgeotiff.changelog2015-01-22 19:10:16 UTC (rev 126419)
@@ -1,2 +1,5 @@
+2015-01-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-1
+
 2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* libgeotiff 1.4.0-1


[arch-commits] Commit in buckygen (5 files)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 20:59:54
  Author: arojas
Revision: 126423

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

Added:
  buckygen/repos/
  buckygen/repos/community-i686/
  buckygen/repos/community-i686/PKGBUILD
(from rev 126422, buckygen/trunk/PKGBUILD)
  buckygen/repos/community-x86_64/
  buckygen/repos/community-x86_64/PKGBUILD
(from rev 126422, buckygen/trunk/PKGBUILD)

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

Copied: buckygen/repos/community-i686/PKGBUILD (from rev 126422, 
buckygen/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-01-22 19:59:54 UTC (rev 126423)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=buckygen
+pkgver=1.0
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic 
fullerenes
+arch=('i686' 'x86_64')
+url=http://caagt.ugent.be/buckygen/;
+license=('GPL')
+depends=('glibc')
+source=(http://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip;)
+md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  cp $pkgname $pkgdir/usr/bin/
+}
+

Copied: buckygen/repos/community-x86_64/PKGBUILD (from rev 126422, 
buckygen/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-22 19:59:54 UTC (rev 126423)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=buckygen
+pkgver=1.0
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic 
fullerenes
+arch=('i686' 'x86_64')
+url=http://caagt.ugent.be/buckygen/;
+license=('GPL')
+depends=('glibc')
+source=(http://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip;)
+md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  cp $pkgname $pkgdir/usr/bin/
+}
+


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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 20:59:10
  Author: arojas
Revision: 126422

Sage optional dependency

Added:
  buckygen/
  buckygen/trunk/
  buckygen/trunk/PKGBUILD

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

Added: buckygen/trunk/PKGBUILD
===
--- buckygen/trunk/PKGBUILD (rev 0)
+++ buckygen/trunk/PKGBUILD 2015-01-22 19:59:10 UTC (rev 126422)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=buckygen
+pkgver=1.0
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic 
fullerenes
+arch=('i686' 'x86_64')
+url=http://caagt.ugent.be/buckygen/;
+license=('GPL')
+depends=('glibc')
+source=(http://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip;)
+md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  cp $pkgname $pkgdir/usr/bin/
+}
+


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


[arch-commits] Commit in libgeotiff/repos/community-i686 (4 files)

2015-01-22 Thread Jaroslav Lichtblau
Date: Thursday, January 22, 2015 @ 20:12:28
  Author: jlichtblau
Revision: 126421

archrelease: copy trunk to community-i686

Added:
  libgeotiff/repos/community-i686/PKGBUILD
(from rev 126420, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-i686/libgeotiff.changelog
(from rev 126420, libgeotiff/trunk/libgeotiff.changelog)
Deleted:
  libgeotiff/repos/community-i686/PKGBUILD
  libgeotiff/repos/community-i686/libgeotiff.changelog

--+
 PKGBUILD |   65 -
 libgeotiff.changelog |7 +++--
 2 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 19:10:26 UTC (rev 126420)
+++ PKGBUILD2015-01-22 19:12:28 UTC (rev 126421)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=A TIFF based interchange format for georeferenced raster imagery
-arch=('i686' 'x86_64')
-url=http://www.remotesensing.org/geotiff;
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg=7')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}

Copied: libgeotiff/repos/community-i686/PKGBUILD (from rev 126420, 
libgeotiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 19:12:28 UTC (rev 126421)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=A TIFF based interchange format for georeferenced raster imagery
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/geotiff;
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
+}

Deleted: libgeotiff.changelog
===
--- libgeotiff.changelog2015-01-22 19:10:26 UTC (rev 126420)
+++ libgeotiff.changelog2015-01-22 19:12:28 UTC (rev 126421)
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libgeotiff 1.4.0-1

Copied: libgeotiff/repos/community-i686/libgeotiff.changelog (from rev 126420, 
libgeotiff/trunk/libgeotiff.changelog)
===
--- libgeotiff.changelog(rev 0)
+++ libgeotiff.changelog2015-01-22 19:12:28 UTC (rev 126421)
@@ -0,0 +1,5 @@
+2015-01-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libgeotiff 1.4.0-1


[arch-commits] Commit in kwayland/trunk (PKGBUILD install-server.patch)

2015-01-22 Thread Felix Yan
Date: Thursday, January 22, 2015 @ 18:03:26
  Author: fyan
Revision: 229644

upgpkg: kwayland 5.1.2-2

install KF5WaylandServer

Added:
  kwayland/trunk/install-server.patch
Modified:
  kwayland/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 install-server.patch |   47 +++
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 16:49:49 UTC (rev 229643)
+++ PKGBUILD2015-01-22 17:03:26 UTC (rev 229644)
@@ -4,7 +4,7 @@
 
 pkgname=kwayland
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -11,11 +11,17 @@
 license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;)
-md5sums=('49a5563621a4d6bd6bfd670903ea34bb')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;
+install-server.patch)
+md5sums=('49a5563621a4d6bd6bfd670903ea34bb'
+ 'a2d79a0467a0ca8a208753f88f927511')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  echo   src/server/CMakeLists.txt
+  patch -R -p1 -i ../install-server.patch
 }
 
 build() {

Added: install-server.patch
===
--- install-server.patch(rev 0)
+++ install-server.patch2015-01-22 17:03:26 UTC (rev 229644)
@@ -0,0 +1,47 @@
+From: Martin Gräßlin mgraess...@kde.org
+Date: Fri, 19 Sep 2014 07:46:55 +
+Subject: Do not install Server library
+X-Git-Tag: v5.0.95
+X-Git-Url: 
http://quickgit.kde.org/?p=kwayland.gita=commitdiffh=789c6729532d83e7677543e04230d9bf6e74d84f
+---
+Do not install Server library
+
+It's not yet used by KWin, so we don't need to expose it yet.
+This gives us more time to fine tune the API.
+---
+
+
+--- a/src/server/CMakeLists.txt
 b/src/server/CMakeLists.txt
+@@ -30,17 +30,17 @@
+  EXPORT_NAME WaylandServer
+ )
+ 
+-install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
++# install(TARGETS KF5WaylandServer EXPORT KF5WaylandTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
++#
++# install(FILES
++#   ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h
++#   buffer_interface.h
++#   compositor_interface.h
++#   display.h
++#   output_interface.h
++#   seat_interface.h
++#   shell_interface.h
++#   surface_interface.h
++#   DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel
++# )
+ 
+-install(FILES
+-  ${CMAKE_CURRENT_BINARY_DIR}/kwaylandserver_export.h
+-  buffer_interface.h
+-  compositor_interface.h
+-  display.h
+-  output_interface.h
+-  seat_interface.h
+-  shell_interface.h
+-  surface_interface.h
+-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel
+-)
+-
+


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

2015-01-22 Thread Anatol Pomozov
Date: Thursday, January 22, 2015 @ 18:07:14
  Author: anatolik
Revision: 126416

upgpkg: fio 2.2.5-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 16:50:23 UTC (rev 126415)
+++ PKGBUILD2015-01-22 17:07:14 UTC (rev 126416)
@@ -4,7 +4,7 @@
 # Contributor: John Williams jwilliams4200 liamg reverseremove moc
 
 pkgname=fio
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b')
+sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
 
 prepare() {
   cd fio-$pkgver


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

2015-01-22 Thread Anatol Pomozov
Date: Thursday, January 22, 2015 @ 18:08:00
  Author: anatolik
Revision: 126417

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 17:07:14 UTC (rev 126416)
+++ community-i686/PKGBUILD 2015-01-22 17:08:00 UTC (rev 126417)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags=$CFLAGS
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # examples
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
-  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 126416, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 17:08:00 UTC (rev 126417)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Mariusz Libera mariusz.lib...@gmail.com
+# Contributor: John Williams jwilliams4200 liamg reverseremove moc
+
+pkgname=fio
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags=$CFLAGS
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR=$pkgdir prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
$pkgdir/usr/share/doc/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # examples
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/examples
+  install -m644 examples/* $pkgdir/usr/share/doc/$pkgname/examples
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-22 17:07:14 UTC (rev 126416)
+++ community-x86_64/PKGBUILD   2015-01-22 17:08:00 UTC (rev 126417)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Mariusz Libera mariusz.lib...@gmail.com
-# Contributor: John Williams jwilliams4200 liamg reverseremove moc
-
-pkgname=fio
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)

[arch-commits] Commit in plantri (7 files)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 21:16:26
  Author: arojas
Revision: 126425

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

Added:
  plantri/repos/
  plantri/repos/community-i686/
  plantri/repos/community-i686/LICENSE
(from rev 126424, plantri/trunk/LICENSE)
  plantri/repos/community-i686/PKGBUILD
(from rev 126424, plantri/trunk/PKGBUILD)
  plantri/repos/community-x86_64/
  plantri/repos/community-x86_64/LICENSE
(from rev 126424, plantri/trunk/LICENSE)
  plantri/repos/community-x86_64/PKGBUILD
(from rev 126424, plantri/trunk/PKGBUILD)

---+
 community-i686/LICENSE|2 ++
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/LICENSE  |2 ++
 community-x86_64/PKGBUILD |   30 ++
 4 files changed, 64 insertions(+)

Copied: plantri/repos/community-i686/LICENSE (from rev 126424, 
plantri/trunk/LICENSE)
===
--- repos/community-i686/LICENSE(rev 0)
+++ repos/community-i686/LICENSE2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale 
for profit. However, they remain subject to our copyright and are not 
+public domain.

Copied: plantri/repos/community-i686/PKGBUILD (from rev 126424, 
plantri/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plantri
+pkgver=4.5
+pkgrel=1
+pkgdesc=A program for generation of certain types of planar graph
+arch=('i686' 'x86_64')
+url=http://cs.anu.edu.au/~bdm/plantri/;
+license=('custom')
+depends=('glibc')
+source=(http://cs.anu.edu.au/~bdm/plantri/plantri45.tar.gz; 'LICENSE')
+md5sums=('1c95b421f8005309fb211e44e482ddea'
+ 'fea1c032371053fa22f277075ce94b67')
+
+build() {
+  cd plantri45
+  make
+}
+
+package() {
+  cd plantri45
+
+  mkdir -p $pkgdir/usr/bin
+  cp plantri fullgen $pkgdir/usr/bin/
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  cp $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname
+}
+

Copied: plantri/repos/community-x86_64/LICENSE (from rev 126424, 
plantri/trunk/LICENSE)
===
--- repos/community-x86_64/LICENSE  (rev 0)
+++ repos/community-x86_64/LICENSE  2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale 
for profit. However, they remain subject to our copyright and are not 
+public domain.

Copied: plantri/repos/community-x86_64/PKGBUILD (from rev 126424, 
plantri/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-22 20:16:26 UTC (rev 126425)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plantri
+pkgver=4.5
+pkgrel=1
+pkgdesc=A program for generation of certain types of planar graph
+arch=('i686' 'x86_64')
+url=http://cs.anu.edu.au/~bdm/plantri/;
+license=('custom')
+depends=('glibc')
+source=(http://cs.anu.edu.au/~bdm/plantri/plantri45.tar.gz; 'LICENSE')
+md5sums=('1c95b421f8005309fb211e44e482ddea'
+ 'fea1c032371053fa22f277075ce94b67')
+
+build() {
+  cd plantri45
+  make
+}
+
+package() {
+  cd plantri45
+
+  mkdir -p $pkgdir/usr/bin
+  cp plantri fullgen $pkgdir/usr/bin/
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  cp $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname
+}
+


[arch-commits] Commit in benzene (7 files)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 21:50:27
  Author: arojas
Revision: 126428

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

Added:
  benzene/repos/
  benzene/repos/community-i686/
  benzene/repos/community-i686/Makefile.patch
(from rev 126427, benzene/trunk/Makefile.patch)
  benzene/repos/community-i686/PKGBUILD
(from rev 126427, benzene/trunk/PKGBUILD)
  benzene/repos/community-x86_64/
  benzene/repos/community-x86_64/Makefile.patch
(from rev 126427, benzene/trunk/Makefile.patch)
  benzene/repos/community-x86_64/PKGBUILD
(from rev 126427, benzene/trunk/PKGBUILD)

-+
 community-i686/Makefile.patch   |   20 
 community-i686/PKGBUILD |   33 +
 community-x86_64/Makefile.patch |   20 
 community-x86_64/PKGBUILD   |   33 +
 4 files changed, 106 insertions(+)

Copied: benzene/repos/community-i686/Makefile.patch (from rev 126427, 
benzene/trunk/Makefile.patch)
===
--- repos/community-i686/Makefile.patch (rev 0)
+++ repos/community-i686/Makefile.patch 2015-01-22 20:50:27 UTC (rev 126428)
@@ -0,0 +1,20 @@
+--- grinvin-1.2.2/nonjava/Makefile.incl.tmpl.orig  2015-01-22 
21:46:11.188829593 +0100
 grinvin-1.2.2/nonjava/Makefile.incl.tmpl   2015-01-22 21:46:29.078893693 
+0100
+@@ -37,14 +37,14 @@
+ 
+ # Which distributions to build on which OS
+ 
+-#TARGETS=for-linux-on-linux
+-TARGETS=for-linux-on-linux for-win32-on-linux
++TARGETS=for-linux-on-linux
++#TARGETS=for-linux-on-linux for-win32-on-linux
+ #TARGETS=for-osx-on-osx for-linux-on-osx for-win32-on-osx
+ 
+ # Locations of the executables
+ 
+ # typical linux situation:
+-WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
++#WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
+ 
+ # typical osx situation
+ #LIN-GCC=/usr/local/i386-linux-4.1.1/bin/i386-linux-gcc

Copied: benzene/repos/community-i686/PKGBUILD (from rev 126427, 
benzene/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-01-22 20:50:27 UTC (rev 126428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=benzene
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic fusenes 
and benzenoids with a given number of faces
+arch=('i686' 'x86_64')
+url=http://www.grinvin.org/;
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.grinvin.org/modules/grinvin-dist/grinvin-$pkgver-src.tar.gz;
 'Makefile.patch')
+md5sums=('61ccb62cc741068adaa6c2d8cc8fa8ae'
+ '2fecb6542ba4e7fc04a6afa232d6a5e8')
+
+prepare() {
+  patch -p0 -i $srcdir/Makefile.patch
+}
+
+build() {
+  cd grinvin-$pkgver/nonjava
+
+  mv Makefile.incl.tmpl Makefile.incl
+  make
+}
+
+package() {
+  cd grinvin-$pkgver/build/linux
+
+  mkdir -p $pkgdir/usr/bin
+  cp $pkgname $pkgdir/usr/bin/
+}
+

Copied: benzene/repos/community-x86_64/Makefile.patch (from rev 126427, 
benzene/trunk/Makefile.patch)
===
--- repos/community-x86_64/Makefile.patch   (rev 0)
+++ repos/community-x86_64/Makefile.patch   2015-01-22 20:50:27 UTC (rev 
126428)
@@ -0,0 +1,20 @@
+--- grinvin-1.2.2/nonjava/Makefile.incl.tmpl.orig  2015-01-22 
21:46:11.188829593 +0100
 grinvin-1.2.2/nonjava/Makefile.incl.tmpl   2015-01-22 21:46:29.078893693 
+0100
+@@ -37,14 +37,14 @@
+ 
+ # Which distributions to build on which OS
+ 
+-#TARGETS=for-linux-on-linux
+-TARGETS=for-linux-on-linux for-win32-on-linux
++TARGETS=for-linux-on-linux
++#TARGETS=for-linux-on-linux for-win32-on-linux
+ #TARGETS=for-osx-on-osx for-linux-on-osx for-win32-on-osx
+ 
+ # Locations of the executables
+ 
+ # typical linux situation:
+-WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
++#WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
+ 
+ # typical osx situation
+ #LIN-GCC=/usr/local/i386-linux-4.1.1/bin/i386-linux-gcc

Copied: benzene/repos/community-x86_64/PKGBUILD (from rev 126427, 
benzene/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-22 20:50:27 UTC (rev 126428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=benzene
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic fusenes 
and benzenoids with a given number of faces
+arch=('i686' 'x86_64')
+url=http://www.grinvin.org/;
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.grinvin.org/modules/grinvin-dist/grinvin-$pkgver-src.tar.gz;
 'Makefile.patch')
+md5sums=('61ccb62cc741068adaa6c2d8cc8fa8ae'
+ '2fecb6542ba4e7fc04a6afa232d6a5e8')
+
+prepare() {

[arch-commits] Commit in (4 files)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 21:15:52
  Author: arojas
Revision: 126424

Sage optional dependency

Added:
  plantri/
  plantri/trunk/
  plantri/trunk/LICENSE
  plantri/trunk/PKGBUILD

--+
 LICENSE  |2 ++
 PKGBUILD |   30 ++
 2 files changed, 32 insertions(+)

Added: plantri/trunk/LICENSE
===
--- plantri/trunk/LICENSE   (rev 0)
+++ plantri/trunk/LICENSE   2015-01-22 20:15:52 UTC (rev 126424)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale 
for profit. However, they remain subject to our copyright and are not 
+public domain.

Added: plantri/trunk/PKGBUILD
===
--- plantri/trunk/PKGBUILD  (rev 0)
+++ plantri/trunk/PKGBUILD  2015-01-22 20:15:52 UTC (rev 126424)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plantri
+pkgver=4.5
+pkgrel=1
+pkgdesc=A program for generation of certain types of planar graph
+arch=('i686' 'x86_64')
+url=http://cs.anu.edu.au/~bdm/plantri/;
+license=('custom')
+depends=('glibc')
+source=(http://cs.anu.edu.au/~bdm/plantri/plantri45.tar.gz; 'LICENSE')
+md5sums=('1c95b421f8005309fb211e44e482ddea'
+ 'fea1c032371053fa22f277075ce94b67')
+
+build() {
+  cd plantri45
+  make
+}
+
+package() {
+  cd plantri45
+
+  mkdir -p $pkgdir/usr/bin
+  cp plantri fullgen $pkgdir/usr/bin/
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  cp $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname
+}
+


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


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

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 21:49:33
  Author: arojas
Revision: 126426

Sage optional dependency

Added:
  benzene/
  benzene/trunk/
  benzene/trunk/PKGBUILD

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

Added: benzene/trunk/PKGBUILD
===
--- benzene/trunk/PKGBUILD  (rev 0)
+++ benzene/trunk/PKGBUILD  2015-01-22 20:49:33 UTC (rev 126426)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=benzene
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=A program for the efficient generation of all nonisomorphic fusenes 
and benzenoids with a given number of faces
+arch=('i686' 'x86_64')
+url=http://www.grinvin.org/;
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.grinvin.org/modules/grinvin-dist/grinvin-$pkgver-src.tar.gz;
 'Makefile.patch')
+md5sums=('61ccb62cc741068adaa6c2d8cc8fa8ae'
+ '2fecb6542ba4e7fc04a6afa232d6a5e8')
+
+prepare() {
+  patch -p0 -i $srcdir/Makefile.patch
+}
+
+build() {
+  cd grinvin-$pkgver/nonjava
+
+  mv Makefile.incl.tmpl Makefile.incl
+  make
+}
+
+package() {
+  cd grinvin-$pkgver/build/linux
+
+  mkdir -p $pkgdir/usr/bin
+  cp $pkgname $pkgdir/usr/bin/
+}
+


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


[arch-commits] Commit in benzene/trunk (Makefile.patch)

2015-01-22 Thread Antonio Rojas
Date: Thursday, January 22, 2015 @ 21:49:59
  Author: arojas
Revision: 126427

Add patch

Added:
  benzene/trunk/Makefile.patch

+
 Makefile.patch |   20 
 1 file changed, 20 insertions(+)

Added: Makefile.patch
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2015-01-22 20:49:59 UTC (rev 126427)
@@ -0,0 +1,20 @@
+--- grinvin-1.2.2/nonjava/Makefile.incl.tmpl.orig  2015-01-22 
21:46:11.188829593 +0100
 grinvin-1.2.2/nonjava/Makefile.incl.tmpl   2015-01-22 21:46:29.078893693 
+0100
+@@ -37,14 +37,14 @@
+ 
+ # Which distributions to build on which OS
+ 
+-#TARGETS=for-linux-on-linux
+-TARGETS=for-linux-on-linux for-win32-on-linux
++TARGETS=for-linux-on-linux
++#TARGETS=for-linux-on-linux for-win32-on-linux
+ #TARGETS=for-osx-on-osx for-linux-on-osx for-win32-on-osx
+ 
+ # Locations of the executables
+ 
+ # typical linux situation:
+-WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
++#WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
+ 
+ # typical osx situation
+ #LIN-GCC=/usr/local/i386-linux-4.1.1/bin/i386-linux-gcc


[arch-commits] Commit in plasma-workspace/trunk (PKGBUILD dbus.patch)

2015-01-22 Thread Felix Yan
Date: Thursday, January 22, 2015 @ 18:31:27
  Author: fyan
Revision: 229650

upgpkg: plasma-workspace 5.1.2-4

add patch for new dbus

Added:
  plasma-workspace/trunk/dbus.patch
Modified:
  plasma-workspace/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 dbus.patch |   38 ++
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:26:55 UTC (rev 229649)
+++ PKGBUILD2015-01-22 17:31:27 UTC (rev 229650)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-workspace
 pkgver=5.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -22,14 +22,20 @@
 options=('!buildflags')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'kde.pam'
-'screenlocker-input.patch' 'screenlocker-network.patch')
+'screenlocker-input.patch' 'screenlocker-network.patch' 'dbus.patch')
 md5sums=('8a01835179b25e3a7ff644fd7e52ec96'
  '929b182dec8a096206ad493477c09d2c'
  '7e426d07806d8887879d932791bba869'
- 'd67e504422a7e80a91b7adf3f41563f5')
+ 'd67e504422a7e80a91b7adf3f41563f5'
+ '45f12d6fec8a5e08ce1080f5efb8fb21')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  #patch -p1 -i ../screenlocker-input.patch
+  patch -p1 -i ../screenlocker-network.patch
+  patch -p1 -i ../dbus.patch
 }
 
 build() {

Added: dbus.patch
===
--- dbus.patch  (rev 0)
+++ dbus.patch  2015-01-22 17:31:27 UTC (rev 229650)
@@ -0,0 +1,38 @@
+commit c0ace3a3994ab024ba5301b0c6be24a907d57eaf
+Author: Lukáš Tinkl lu...@kde.org
+Date:   Thu Jan 8 16:57:30 2015 +0100
+
+make the call on the right path
+
+as dbus says
+
+diff --git a/startkde/ksyncdbusenv/ksyncdbusenv.cpp 
b/startkde/ksyncdbusenv/ksyncdbusenv.cpp
+index 05ffb0e..8a01e7d 100644
+--- a/startkde/ksyncdbusenv/ksyncdbusenv.cpp
 b/startkde/ksyncdbusenv/ksyncdbusenv.cpp
+@@ -23,6 +23,7 @@
+ #include QDBusMetaType
+ #include QDBusPendingCall
+ #include QProcessEnvironment
++#include QDebug
+ 
+ typedef QMapQString,QString EnvMap;
+ Q_DECLARE_METATYPE(EnvMap)
+@@ -39,7 +40,7 @@ int main(int argc, char **argv)
+ }
+ 
+ QDBusMessage msg = 
QDBusMessage::createMethodCall(QStringLiteral(org.freedesktop.DBus),
+-  QStringLiteral(/),
++  
QStringLiteral(/org/freedesktop/DBus),
+   
QStringLiteral(org.freedesktop.DBus),
+   
QStringLiteral(UpdateActivationEnvironment));
+ qDBusRegisterMetaTypeEnvMap();
+@@ -47,5 +48,8 @@ int main(int argc, char **argv)
+ 
+ QDBusPendingCall reply = QDBusConnection::sessionBus().asyncCall(msg);
+ reply.waitForFinished();
++if (reply.isError()) {
++  qDebug()  reply.error().name()  reply.error().message();
++}
+ return reply.isError() ? 1 : 0;
+ }


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

2015-01-22 Thread Felix Yan
Date: Thursday, January 22, 2015 @ 18:32:28
  Author: fyan
Revision: 229651

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

Added:
  plasma-workspace/repos/testing-i686/
  plasma-workspace/repos/testing-i686/PKGBUILD
(from rev 229650, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-i686/dbus.patch
(from rev 229650, plasma-workspace/trunk/dbus.patch)
  plasma-workspace/repos/testing-i686/kde.pam
(from rev 229650, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/testing-i686/screenlocker-input.patch
(from rev 229650, plasma-workspace/trunk/screenlocker-input.patch)
  plasma-workspace/repos/testing-i686/screenlocker-network.patch
(from rev 229650, plasma-workspace/trunk/screenlocker-network.patch)
  plasma-workspace/repos/testing-x86_64/
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 229650, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/dbus.patch
(from rev 229650, plasma-workspace/trunk/dbus.patch)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 229650, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/testing-x86_64/screenlocker-input.patch
(from rev 229650, plasma-workspace/trunk/screenlocker-input.patch)
  plasma-workspace/repos/testing-x86_64/screenlocker-network.patch
(from rev 229650, plasma-workspace/trunk/screenlocker-network.patch)

---+
 testing-i686/PKGBUILD |   62 ++
 testing-i686/dbus.patch   |   38 +
 testing-i686/kde.pam  |6 
 testing-i686/screenlocker-input.patch |  705 
 testing-i686/screenlocker-network.patch   |  171 ++
 testing-x86_64/PKGBUILD   |   62 ++
 testing-x86_64/dbus.patch |   38 +
 testing-x86_64/kde.pam|6 
 testing-x86_64/screenlocker-input.patch   |  705 
 testing-x86_64/screenlocker-network.patch |  171 ++
 10 files changed, 1964 insertions(+)

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


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

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:36:41
  Author: pierre
Revision: 229653

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

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

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

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

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

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:40:06
  Author: pierre
Revision: 229655

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 229654, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 229654, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 229654, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 229654, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 229654, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 229654, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   71 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 ++
 testing-x86_64/PKGBUILD   |   71 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 ++
 6 files changed, 230 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 229654, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-22 17:40:06 UTC (rev 229655)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.2
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('38373013fc85c790aabf8837969c5eba'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib ${optflags} \
+   ${openssltarget} \
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 229654, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2015-01-22 17:40:06 UTC (rev 229655)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ PKCS12=openssl pkcs12
+ 
+-if [ -z $CATOP ] ; then CATOP=./demoCA ; fi
++if [ -z $CATOP ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 20:09:43.0 +0200
 apps/openssl.cnf   2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl   

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

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:39:55
  Author: pierre
Revision: 229654

upgpkg: openssl 1.0.2-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:36:41 UTC (rev 229653)
+++ PKGBUILD2015-01-22 17:39:55 UTC (rev 229654)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1l
+_ver=1.0.2
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -19,7 +19,7 @@
 https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('cdb22925fc9bc97ccbf1e007661f2aa6'
+md5sums=('38373013fc85c790aabf8837969c5eba'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')


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

2015-01-22 Thread Andreas Radke
Date: Thursday, January 22, 2015 @ 18:26:33
  Author: andyrtr
Revision: 229648

upgpkg: sqlite 3.8.8.1-1

upstream update 3.8.8.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:15:14 UTC (rev 229647)
+++ PKGBUILD2015-01-22 17:26:33 UTC (rev 229648)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080800
+_amalgamationver=3080801
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.8
+pkgver=3.8.8.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('abb7570b7e331ffede7f40f0037be6e0c03b73af'
-  'd1192d3fd38ca1c68da537eeb87faf7c3071a5fd'
+sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258'
+  '43d0fbc6a9126d617cf7dd066cbd6171c1007d59'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-01-22 Thread Andreas Radke
Date: Thursday, January 22, 2015 @ 18:26:55
  Author: andyrtr
Revision: 229649

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 229648, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 229648, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 229648, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 229648, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/license.txt   |   33 ++
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/license.txt |   33 ++
 4 files changed, 258 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 229648, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-22 17:26:55 UTC (rev 229649)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3080801
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.8.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url=http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
+   http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!emptydirs')
+sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258'
+  '43d0fbc6a9126d617cf7dd066cbd6171c1007d59'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  # build sqlite
+  cd $srcdir/sqlite-autoconf-$_amalgamationver
+
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc=A C library that implements an SQL database engine
+ depends=('readline')
+ provides=(sqlite3=$pkgver)
+ replaces=(sqlite3)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc=sqlite Tcl Extension Architecture (TEA)
+ depends=('sqlite')
+ provides=(sqlite3-tcl=$pkgver)
+ replaces=(sqlite3-tcl)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+package_sqlite-doc() {
+
+ pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
+ #arch=('any') - not yet supported
+ provides=(sqlite3-doc=$pkgver)
+ replaces=(sqlite3-doc)
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 229648, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-01-22 17:26:55 UTC (rev 229649)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, 

[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.conf.in.patch php.ini.patch)

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:36:07
  Author: pierre
Revision: 229652

upgpkg: php 5.6.5-1

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.conf.in.patch
  php/trunk/php.ini.patch

---+
 PKGBUILD  |   11 +++
 php-fpm.conf.in.patch |   18 +-
 php.ini.patch |   18 +-
 3 files changed, 25 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:32:28 UTC (rev 229651)
+++ PKGBUILD2015-01-22 17:36:07 UTC (rev 229652)
@@ -22,7 +22,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.6.4
+pkgver=5.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -35,14 +35,15 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('bf824c5e5c7f49ca5f7350d72cba4881'
+md5sums=('541a480e1f8747219074c99f3e9edbcc'
  'SKIP'
- 'c0da10d91c06b07489f495e78116ab1b'
+ '942f9d8af9bcab2487ca710ef42ef1de'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
- '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '16b5e2e4da59f15bea4c2db78a7bc8dc'
  '25bc67ad828e8147a817410b68d8016c'
  'cc2940f5312ba42e7aa1ddfab74b84c4'
  'c60343df74f8e1afb13b084d5c0e47ed')
+validpgpkeys=('6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3')
 
 prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -238,6 +239,8 @@
rm -f 
${pkgdir}/usr/lib/php/modules/{enchant,gd,intl,ldap,mcrypt,mssql,odbc,pdo_odbc,pgsql,pdo_pgsql,pspell,snmp,sqlite3,pdo_sqlite,tidy,xsl}.so
# remove empty directory
rmdir ${pkgdir}/usr/include/php/include
+   # fix broken link
+   ln -sf phar.phar ${pkgdir}/usr/bin/phar
 }
 
 package_php-cgi() {

Modified: php-fpm.conf.in.patch
===
--- php-fpm.conf.in.patch   2015-01-22 17:32:28 UTC (rev 229651)
+++ php-fpm.conf.in.patch   2015-01-22 17:36:07 UTC (rev 229652)
@@ -1,5 +1,5 @@
 sapi/fpm/php-fpm.conf.in   2014-04-29 10:04:30.0 +0200
-+++ sapi/fpm/php-fpm.conf.in   2014-05-01 07:36:14.762839158 +0200
+--- sapi/fpm/php-fpm.conf.in   2015-01-21 01:40:37.0 +0100
 sapi/fpm/php-fpm.conf.in   2015-01-22 16:22:09.076969777 +0100
 @@ -12,7 +12,7 @@
  ; Relative path can also be used. They will be prefixed by:
  ;  - the global prefix if it's been set (-p argument)
@@ -18,8 +18,8 @@
  
  ; Error log file
  ; If it's set to syslog, log is sent to syslogd instead of being written
-@@ -156,7 +156,8 @@
- ;specific port;
+@@ -161,7 +161,8 @@
+ ;(IPv6 and IPv4-mapped) on a specific port;
  ;   '/path/to/unix/socket' - to listen on a unix socket.
  ; Note: This value is mandatory.
 -listen = 127.0.0.1:9000
@@ -28,7 +28,7 @@
  
  ; Set listen(2) backlog.
  ; Default Value: 65535 (-1 on FreeBSD and OpenBSD)
-@@ -167,9 +168,9 @@
+@@ -172,9 +173,9 @@
  ; BSD-derived systems allow connections regardless of permissions. 
  ; Default Values: user and group are set as the running user
  ; mode is set to 0660
@@ -38,10 +38,10 @@
 +listen.owner = @php_fpm_user@
 +listen.group = @php_fpm_group@
 +listen.mode = 0660
-  
- ; List of ipv4 addresses of FastCGI clients which are allowed to connect.
- ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
-@@ -466,7 +467,7 @@
+ ; When POSIX Access Control Lists are supported you can set them using
+ ; these options, value is a comma separated list of user/group names.
+ ; When set, listen.owner and listen.group are ignored
+@@ -476,7 +477,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot

Modified: php.ini.patch
===
--- php.ini.patch   2015-01-22 17:32:28 UTC (rev 229651)
+++ php.ini.patch   2015-01-22 17:36:07 UTC (rev 229652)
@@ -1,15 +1,15 @@
 php.ini-production 2014-06-21 10:44:15.326264658 +0200
-+++ php.ini-production 2014-06-21 10:46:29.652897480 +0200
-@@ -296,7 +296,7 @@
- ; or per-virtualhost web server configuration file. This directive is
- ; *NOT* affected by whether Safe Mode is turned On or Off.
+--- php.ini-production 2015-01-21 01:40:37.0 +0100
 php.ini-production 2015-01-22 16:23:17.311890258 +0100
+@@ -295,7 +295,7 @@
+ ; and below.  This directive makes most sense if used in a per-directory
+ ; or per-virtualhost web server configuration file.
  ; http://php.net/open-basedir
 -;open_basedir =
 +open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
  
  ; This directive allows you to disable certain functions for security reasons.
- ; It receives a comma-delimited list of function 

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

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:51:55
  Author: pierre
Revision: 229657

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  110 ++---
 php.ini  |   24 ++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-22 17:51:49 UTC (rev 229656)
+++ PKGBUILD2015-01-22 17:51:55 UTC (rev 229657)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha9.72
-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'
- '550f4cd594482113ff6bc083049f39d2'
- '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
-   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar 
-on install --prefer-dist
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-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 229656, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-22 17:51:55 UTC (rev 229657)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha9.131
+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'
+ 'fea9c7e5876b68a93fec08cff46394f9'
+ '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
+   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar 
-on install --prefer-dist
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+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-01-22 17:51:49 UTC (rev 229656)
+++ php.ini 2015-01-22 17:51:55 UTC (rev 229657)
@@ -1,12 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=bz2.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 229656, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2015-01-22 17:51:55 UTC (rev 229657)
@@ -0,0 +1,12 @@
+[PHP]
+memory_limit=-1

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

2015-01-22 Thread Pierre Schmitz
Date: Thursday, January 22, 2015 @ 18:51:49
  Author: pierre
Revision: 229656

upgpkg: php-composer 1.0.0.alpha9.131-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 17:40:06 UTC (rev 229655)
+++ PKGBUILD2015-01-22 17:51:49 UTC (rev 229656)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha9.72
+pkgver=1.0.0.alpha9.131
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')
@@ -15,7 +15,7 @@
 composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
 'php.ini')
 md5sums=('SKIP'
- '550f4cd594482113ff6bc083049f39d2'
+ 'fea9c7e5876b68a93fec08cff46394f9'
  'b31326c352763328dca0a567a67609ab')
 
 pkgver() {