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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 09:05:55
  Author: bisson
Revision: 111293

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 07:05:08 UTC (rev 111292)
+++ community-i686/PKGBUILD 2014-05-16 07:05:55 UTC (rev 111293)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor:  Daenyth Daenyth [at] gmail [dot] com
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.3
-pkgrel=2
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
-source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
-   ./configure \
-   --prefix=/usr \
-   --disable-debug \
-   --with-xmlrpc-c \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D doc/rtorrent.rc 
${pkgdir}/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-i686/PKGBUILD (from rev 111292, 
rtorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 07:05:55 UTC (rev 111293)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor:  Daenyth Daenyth [at] gmail [dot] com
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://libtorrent.rakshasa.no/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')
+source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+   --with-xmlrpc-c \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D doc/rtorrent.rc 
${pkgdir}/usr/share/doc/rtorrent/rtorrent.rc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-16 07:05:08 UTC (rev 111292)
+++ community-x86_64/PKGBUILD   2014-05-16 07:05:55 UTC (rev 111293)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor:  Daenyth Daenyth [at] gmail [dot] com
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.3
-pkgrel=2
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
-source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
-   ./configure \
-   --prefix=/usr \
-   --disable-debug \
-   --with-xmlrpc-c \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D doc/rtorrent.rc 
${pkgdir}/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-x86_64/PKGBUILD (from rev 111292, 
rtorrent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-16 07:05:55 UTC (rev 111293)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor:  Daenyth Daenyth [at] gmail [dot] com
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.4
+pkgrel=1

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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 09:05:08
  Author: bisson
Revision: 111292

upstream update

Modified:
  rtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 05:25:42 UTC (rev 111291)
+++ PKGBUILD2014-05-16 07:05:08 UTC (rev 111292)
@@ -4,15 +4,15 @@
 # Contributor: sh__
 
 pkgname=rtorrent
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Ncurses BitTorrent client based on libTorrent'
 url='http://libtorrent.rakshasa.no/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
+depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')
 source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
+sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-16 Thread Lukas Jirkovsky
Date: Friday, May 16, 2014 @ 10:45:03
  Author: stativ
Revision: 111294

upgpkg: luxrender 1.3.1-8

openexr 2.1.0 rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 07:05:55 UTC (rev 111293)
+++ PKGBUILD2014-05-16 08:45:03 UTC (rev 111294)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=7
+pkgrel=8
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;



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

2014-05-16 Thread Lukas Jirkovsky
Date: Friday, May 16, 2014 @ 10:45:08
  Author: stativ
Revision: 111295

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

Added:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 111294, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-i686/force_python3.diff
(from rev 111294, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 111294, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 111294, luxrender/trunk/force_python3.diff)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/force_python3.diff   |   12 +
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/force_python3.diff |   12 +
 4 files changed, 132 insertions(+)

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 111294, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 08:45:08 UTC (rev 111295)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=8
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+force_python3.diff)
+md5sums=('cbe749f56a1e1976745f5458100efa8a'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  patch -Np1  $srcdir/force_python3.diff || true
+}
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/force_python3.diff (from rev 
111294, luxrender/trunk/force_python3.diff)
===
--- community-staging-i686/force_python3.diff   (rev 0)
+++ community-staging-i686/force_python3.diff   2014-05-16 08:45:08 UTC (rev 
111295)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${BOOST_python_LIBRARYDIR})
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${_boost_libdir})

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 111294, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-16 08:45:08 UTC (rev 111295)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=8
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:16:59
  Author: spupykin
Revision: 111296

upgpkg: libmediainfo 0.7.69-1

upd

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 08:45:08 UTC (rev 111295)
+++ PKGBUILD2014-05-16 09:16:59 UTC (rev 111296)
@@ -3,7 +3,7 @@
 # Maintainer:  hydro hy...@freenet.de
 
 pkgname=libmediainfo
-pkgver=0.7.68
+pkgver=0.7.69
 pkgrel=1
 pkgdesc=shared library for mediainfo
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libtool' 'automake' 'autoconf')
 source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
libmediainfo-0.7.50-libmms.patch)
-md5sums=('838a472b430a28383366ad335c7b5416'
+md5sums=('eeff431e358720e71741ad9a8aaf08cd'
  '2f4b21cc250f663d52b497dedb963e3b')
 
 build() {



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:20
  Author: spupykin
Revision: 111298

upgpkg: mediainfo 0.7.69-1

upd

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 09:17:16 UTC (rev 111297)
+++ PKGBUILD2014-05-16 09:17:20 UTC (rev 111298)
@@ -3,7 +3,7 @@
 # Maintainer: hydro hy...@freenet.de
 
 pkgname=mediainfo
-pkgver=0.7.68
+pkgver=0.7.69
 pkgrel=1
 pkgdesc=supplies technical and tag information about a video or audio file
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
 
source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
 
 build() {
   cd $srcdir/MediaInfo/Project/GNU/CLI



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:16
  Author: spupykin
Revision: 111297

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

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 111296, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
(from rev 111296, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 111296, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch
(from rev 111296, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   76 +++
 /libmediainfo-0.7.50-libmms.patch |  100 
 community-i686/PKGBUILD   |   38 ---
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 09:16:59 UTC (rev 111296)
+++ community-i686/PKGBUILD 2014-05-16 09:17:16 UTC (rev 111297)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  hydro hy...@freenet.de
-
-pkgname=libmediainfo
-pkgver=0.7.68
-pkgrel=1
-pkgdesc=shared library for mediainfo
-arch=('i686' 'x86_64')
-url=http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-md5sums=('838a472b430a28383366ad335c7b5416'
- '2f4b21cc250f663d52b497dedb963e3b')
-
-build() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  sh ./autogen
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../..  patch -p1 $srcdir/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd $srcdir/MediaInfoLib/Project/GNU/Library
-  make DESTDIR=$pkgdir install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 $pkgdir/usr/include/$i
-install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
-  done
-  install -dm 755 $pkgdir/usr/lib/pkgconfig
-  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 111296, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 09:17:16 UTC (rev 111297)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  hydro hy...@freenet.de
+
+pkgname=libmediainfo
+pkgver=0.7.69
+pkgrel=1
+pkgdesc=shared library for mediainfo
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=( 'curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2
+   libmediainfo-0.7.50-libmms.patch)
+md5sums=('eeff431e358720e71741ad9a8aaf08cd'
+ '2f4b21cc250f663d52b497dedb963e3b')
+
+build() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  sh ./autogen
+  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
+  make clean
+  (cd ../../..  patch -p1 $srcdir/libmediainfo-0.7.50-libmms.patch)
+  make
+}
+
+package() {
+  cd $srcdir/MediaInfoLib/Project/GNU/Library
+  make DESTDIR=$pkgdir install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 $pkgdir/usr/include/$i
+install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i
+  done
+  install -dm 755 $pkgdir/usr/lib/pkgconfig
+  install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
$pkgdir/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
$pkgdir/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2014-05-16 09:16:59 UTC 
(rev 111296)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2014-05-16 09:17:16 UTC 
(rev 111297)
@@ -1,50 +0,0 @@
-diff -wbBur 

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:34
  Author: spupykin
Revision: 111299

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

Added:
  mediainfo/repos/community-i686/PKGBUILD
(from rev 111298, mediainfo/trunk/PKGBUILD)
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 111298, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-i686/PKGBUILD
  mediainfo/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 2014-05-16 09:17:20 UTC (rev 111298)
+++ community-i686/PKGBUILD 2014-05-16 09:17:34 UTC (rev 111299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: hydro hy...@freenet.de
-
-pkgname=mediainfo
-pkgver=0.7.68
-pkgrel=1
-pkgdesc=supplies technical and tag information about a video or audio file
-arch=('i686' 'x86_64')
-url=http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 111298, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 09:17:34 UTC (rev 111299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo
+pkgver=0.7.69
+pkgrel=1
+pkgdesc=supplies technical and tag information about a video or audio file
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-16 09:17:20 UTC (rev 111298)
+++ community-x86_64/PKGBUILD   2014-05-16 09:17:34 UTC (rev 111299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: hydro hy...@freenet.de
-
-pkgname=mediainfo
-pkgver=0.7.68
-pkgrel=1
-pkgdesc=supplies technical and tag information about a video or audio file
-arch=('i686' 'x86_64')
-url=http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
-
-build() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/MediaInfo/Project/GNU/CLI
-  make DESTDIR=$pkgdir install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 111298, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-16 09:17:34 UTC (rev 111299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo
+pkgver=0.7.69
+pkgrel=1
+pkgdesc=supplies technical and tag information about a video or audio file
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+
+build() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/MediaInfo/Project/GNU/CLI
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-test-mockobject/trunk (PKGBUILD)

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:50
  Author: spupykin
Revision: 111301

upgpkg: perl-test-mockobject 1.20140408-1

upd

Modified:
  perl-test-mockobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 09:17:46 UTC (rev 111300)
+++ PKGBUILD2014-05-16 09:17:50 UTC (rev 111301)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-test-mockobject
-pkgver=1.20120301
+pkgver=1.20140408
 pkgrel=1
 pkgdesc=Perl extension for emulating troublesome interfaces 
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-universal-can=1.11' 'perl-universal-isa=0.06')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
-md5sums=('020ee433827e4e33ffe873eeb3e16048')
+md5sums=('df25fe07981cf1a533bf9e4c65c130ec')
 
 build() {
   cd  $srcdir/Test-MockObject-$pkgver



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:46
  Author: spupykin
Revision: 111300

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 111299, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
(from rev 111299, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 111299, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install
(from rev 111299, mediainfo-gui/trunk/mediainfo-gui.install)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
  mediainfo-gui/repos/community-x86_64/PKGBUILD
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install

+
 /PKGBUILD  |   70 +++
 /mediainfo-gui.install |   24 ++
 community-i686/PKGBUILD|   35 ---
 community-i686/mediainfo-gui.install   |   12 -
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/mediainfo-gui.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 09:17:34 UTC (rev 111299)
+++ community-i686/PKGBUILD 2014-05-16 09:17:46 UTC (rev 111300)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: hydro hy...@freenet.de
-
-pkgname=mediainfo-gui
-pkgver=0.7.68
-pkgrel=1
-pkgdesc=GUI for mediainfo
-arch=('i686' 'x86_64')
-url=http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-install=mediainfo-gui.install
-source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR=$pkgdir install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
-
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
-  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
-$pkgdir/usr/share/pixmaps/mediainfo-gui.png
-  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
-$pkgdir/usr/share/applications/mediainfo-gui.desktop
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 111299, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 09:17:46 UTC (rev 111300)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo-gui
+pkgver=0.7.68
+pkgrel=1
+pkgdesc=GUI for mediainfo
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
+md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR=$pkgdir install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+$pkgdir/usr/share/pixmaps/mediainfo-gui.png
+  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
+$pkgdir/usr/share/applications/mediainfo-gui.desktop
+}

Deleted: community-i686/mediainfo-gui.install
===
--- community-i686/mediainfo-gui.install2014-05-16 09:17:34 UTC (rev 
111299)
+++ community-i686/mediainfo-gui.install2014-05-16 09:17:46 UTC (rev 
111300)
@@ -1,12 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mediainfo-gui/repos/community-i686/mediainfo-gui.install (from rev 

[arch-commits] Commit in perl-test-mockobject/repos/community-any (PKGBUILD PKGBUILD)

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 11:17:58
  Author: spupykin
Revision: 111302

archrelease: copy trunk to community-any

Added:
  perl-test-mockobject/repos/community-any/PKGBUILD
(from rev 111301, perl-test-mockobject/trunk/PKGBUILD)
Deleted:
  perl-test-mockobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-16 09:17:50 UTC (rev 111301)
+++ PKGBUILD2014-05-16 09:17:58 UTC (rev 111302)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-test-mockobject
-pkgver=1.20120301
-pkgrel=1
-pkgdesc=Perl extension for emulating troublesome interfaces 
-arch=('any')
-url=http://search.cpan.org/dist/Test-MockObject;
-license=('GPL' 'PerlArtistic')
-depends=('perl-universal-can=1.11' 'perl-universal-isa=0.06')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
-md5sums=('020ee433827e4e33ffe873eeb3e16048')
-
-build() {
-  cd  $srcdir/Test-MockObject-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Test-MockObject-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-mockobject/repos/community-any/PKGBUILD (from rev 111301, 
perl-test-mockobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-16 09:17:58 UTC (rev 111302)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-test-mockobject
+pkgver=1.20140408
+pkgrel=1
+pkgdesc=Perl extension for emulating troublesome interfaces 
+arch=('any')
+url=http://search.cpan.org/dist/Test-MockObject;
+license=('GPL' 'PerlArtistic')
+depends=('perl-universal-can=1.11' 'perl-universal-isa=0.06')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
+md5sums=('df25fe07981cf1a533bf9e4c65c130ec')
+
+build() {
+  cd  $srcdir/Test-MockObject-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-MockObject-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-05-16 Thread Ray Rashif
Date: Friday, May 16, 2014 @ 11:20:00
  Author: schiv
Revision: 111303

upgpkg: cinelerra-cv 1:2.2-22

openexr 2.1.0 rebuild

Modified:
  cinelerra-cv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 09:17:58 UTC (rev 111302)
+++ PKGBUILD2014-05-16 09:20:00 UTC (rev 111303)
@@ -7,7 +7,7 @@
 pkgname=cinelerra-cv
 pkgver=2.2
 _gitrel=2.2.0
-pkgrel=21
+pkgrel=22
 epoch=1
 pkgdesc=Professional video editing and compositing environment
 arch=('x86_64' 'i686')



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

2014-05-16 Thread Ray Rashif
Date: Friday, May 16, 2014 @ 11:20:23
  Author: schiv
Revision: 111304

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

Added:
  cinelerra-cv/repos/staging-i686/
  cinelerra-cv/repos/staging-i686/PKGBUILD
(from rev 111303, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/staging-i686/cinelerra-std_and_str_h.patch
(from rev 111303, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/staging-i686/ffmpeg2.0.patch
(from rev 111303, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/staging-i686/ffmpeg_api.patch
(from rev 111303, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/staging-i686/v4l1_removal.patch
(from rev 111303, cinelerra-cv/trunk/v4l1_removal.patch)
  cinelerra-cv/repos/staging-x86_64/
  cinelerra-cv/repos/staging-x86_64/PKGBUILD
(from rev 111303, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/staging-x86_64/cinelerra-std_and_str_h.patch
(from rev 111303, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/staging-x86_64/ffmpeg2.0.patch
(from rev 111303, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/staging-x86_64/ffmpeg_api.patch
(from rev 111303, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/staging-x86_64/v4l1_removal.patch
(from rev 111303, cinelerra-cv/trunk/v4l1_removal.patch)

--+
 staging-i686/PKGBUILD|  105 
 staging-i686/cinelerra-std_and_str_h.patch   |   81 
 staging-i686/ffmpeg2.0.patch |   98 +++
 staging-i686/ffmpeg_api.patch|  163 +
 staging-i686/v4l1_removal.patch  |  125 +++
 staging-x86_64/PKGBUILD  |  105 
 staging-x86_64/cinelerra-std_and_str_h.patch |   81 
 staging-x86_64/ffmpeg2.0.patch   |   98 +++
 staging-x86_64/ffmpeg_api.patch  |  163 +
 staging-x86_64/v4l1_removal.patch|  125 +++
 10 files changed, 1144 insertions(+)

Copied: cinelerra-cv/repos/staging-i686/PKGBUILD (from rev 111303, 
cinelerra-cv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-16 09:20:23 UTC (rev 111304)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=cinelerra-cv
+pkgver=2.2
+_gitrel=2.2.0
+pkgrel=22
+epoch=1
+pkgdesc=Professional video editing and compositing environment
+arch=('x86_64' 'i686')
+url=http://cinelerra.org/;
+license=('GPL')
+depends=('e2fsprogs' 'libavc1394' 'libiec61883' 'libxv'
+ 'libtiff' 'mjpegtools' 'fftw' 'a52dec' 'glu'
+ 'ffmpeg' 'faad2' 'faac' 'openexr=2.0.0')
+makedepends=('git' 'nasm' 'mesa')
+source=($pkgname::git+git://git.cinelerra-cv.org/CinelerraCV.git#branch=rel$_gitrel
+'v4l1_removal.patch'
+'ffmpeg_api.patch'
+'ffmpeg2.0.patch'
+'cinelerra-std_and_str_h.patch')
+md5sums=('SKIP'
+ 'bfa85e20809429d88eba4ab83e569612'
+ 'b05ec2fb54e7d02f6167525417802111'
+ '14dd897084d64cd0b5e9caa8a69818bd'
+ '02d8222e596133bbc05eaad15bef242c')
+
+_confit() {
+  ./configure --prefix=/usr \
+  --with-buildinfo=git/recompile \
+  --with-external-ffmpeg \
+  --enable-opengl \
+  --disable-esd $@
+}
+
+prepare() {
+  cd $srcdir/$pkgname
+
+  ## Patches (oldest first) ##
+
+  # v4l1 removal patch
+  patch -Np1 -i $srcdir/v4l1_removal.patch
+
+  # ffmpeg api patch update for 0.11
+  patch -Np1 -i $srcdir/ffmpeg_api.patch
+
+  # fix some missing headers
+  patch -Np0 -i $srcdir/cinelerra-std_and_str_h.patch
+
+  # fix avcodec_alloc_context and alloc_open
+  patch -Np1 -i $srcdir/ffmpeg2.0.patch
+
+  ## Hacks ##
+
+  # if you don't need OpenGL comment out the next line (and no glu/mesa dep)
+  # TODO: check if this is still needed (pre-svn commit) --schiv
+  sed -i '/\/X11R6/s///' configure.in
+
+  # TODO: check if this is still needed (old commit; r29539 by ibiru) --schiv
+  sed -i -e '/Debian/d' admin/nasm
+
+  # fix some pngs that break with newer libpng
+  # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
+  #msg2 Fixing PNGs, please wait...
+  #find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # ffmpeg 2.0 related replacements
+  find -type f -exec sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' {} \;
+  find -type f -exec sed -i 's/CodecID/AVCodecID/' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  ## More Hacks (must be in existing env) ##
+
+  # gcc 4.6 workaround
+  export CFLAGS+= -Wwrite-strings 

[arch-commits] Commit in cinelerra-cv/repos (staging-i686 staging-x86_64)

2014-05-16 Thread Ray Rashif
Date: Friday, May 16, 2014 @ 11:27:14
  Author: schiv
Revision: 111305

fix cinelerra-cv wrong release commit

Deleted:
  cinelerra-cv/repos/staging-i686/
  cinelerra-cv/repos/staging-x86_64/



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

2014-05-16 Thread Evgeniy Alekseev
Date: Friday, May 16, 2014 @ 12:02:52
  Author: arcanis
Revision: 111307

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 111306, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/gf2x-sse2-i686.patch
(from rev 111306, sage-mathematics/trunk/gf2x-sse2-i686.patch)
  sage-mathematics/repos/community-staging-i686/python-readline.patch
(from rev 111306, sage-mathematics/trunk/python-readline.patch)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 111306, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 111306, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 111306, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/gf2x-sse2-i686.patch
(from rev 111306, sage-mathematics/trunk/gf2x-sse2-i686.patch)
  sage-mathematics/repos/community-staging-x86_64/python-readline.patch
(from rev 111306, sage-mathematics/trunk/python-readline.patch)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 111306, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 111306, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  130 
 community-staging-i686/gf2x-sse2-i686.patch   |   10 +
 community-staging-i686/python-readline.patch  |   27 
 community-staging-i686/sage-mathematics.install   |   56 
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  130 
 community-staging-x86_64/gf2x-sse2-i686.patch |   10 +
 community-staging-x86_64/python-readline.patch|   27 
 community-staging-x86_64/sage-mathematics.install |   56 
 community-staging-x86_64/sage.service |8 +
 10 files changed, 462 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 
111306, sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 10:02:52 UTC (rev 111307)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas nqn1976 at gmail dot com
+# Contributor: Thomas Dziedzic gostrc at gmail dot com
+# Contributor: Osman Ugus ugus11 at yahoo dot com
+# Contributor: Stefan Husmann stefan-husmann at t-online dot de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=6.2
+pkgrel=2
+pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
+arch=('i686' 'x86_64')
+url=http://www.sagemath.org;
+license=('GPL')
+#depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
+depends=('freetype2' 'libatomic_ops')
+makedepends=('desktop-file-utils' 'gcc-fortran' 'gendesk')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+sage.service
+gf2x-sse2-i686.patch
+python-readline.patch)
+install=${pkgname}.install
+md5sums=('71aa49875797c001ce0a31409f5a1762'
+ '985da1c1d1dcdc3ea9aa73035cb7996b'
+ 'f9d7aba4f758f4605164eb84b9e1e3ba'
+ '9b27884ba756eb7990728baedf162665')
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname=sage-notebook \
+  --pkgdesc=Sage notebook \
+  --name=Sage \
+  --exec=/opt/sage/sage -notebook \
+  --terminal=true \
+  --categories=Education;Science;Math \
+  --custom=X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+
+  # create DOT_SAGE directory
+  if [[ -d ${srcdir}/build ]]; then
+rm -rf ${srcdir}/build
+  fi
+  mkdir ${srcdir}/build
+
+  # according to FS#34769
+  sed -e 's/FREETYPE/#FREETYPE/' -i ${srcdir}/sage-${pkgver}/build/install
+  # according to FS#39533
+  cp ${srcdir}/python-readline.patch 
${srcdir}/sage-${pkgver}/build/pkgs/python/patches/readline.patch
+  sed -e 's/READLINE/#READLINE/' 

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

2014-05-16 Thread Evgeniy Alekseev
Date: Friday, May 16, 2014 @ 12:02:16
  Author: arcanis
Revision: 111306

upgpkg: sage-mathematics 6.2-2
libatomic_ops rebuild

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 09:27:14 UTC (rev 111305)
+++ PKGBUILD2014-05-16 10:02:16 UTC (rev 111306)
@@ -9,7 +9,7 @@
 
 pkgname=sage-mathematics
 pkgver=6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
 arch=('i686' 'x86_64')
 url=http://www.sagemath.org;
@@ -58,7 +58,7 @@
   sed -e 's/READLINE/#READLINE/' -i ${srcdir}/sage-${pkgver}/build/install
   # disable building gf2x with sse2 for i686
   if [ ${CARCH} == i686 ]; then
-cp ${srcdir}/gf2x-sse2-i686.patch 
${srcdir}/sage-${pkgver}/build/pkgs/gf2x/patches/sse2-i686.patch
+cp ${srcdir}/gf2x-sse2-i686.patch 
${srcdir}/sage-${pkgver}/build/pkgs/gf2x/patches/sse2.patch
   fi
 }
 
@@ -65,6 +65,10 @@
 build() {
   cd sage-${pkgver}
 
+  # disable default makepkg flags (needed for singular and libgap)
+  unset CFLAGS
+  unset CXXFLAGS
+  unset LDFLAGS
   ## flags
   # do not build own gcc
   export SAGE_INSTALL_GCC='no'



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

2014-05-16 Thread Ray Rashif
Date: Friday, May 16, 2014 @ 12:03:19
  Author: schiv
Revision: 111308

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

Added:
  cinelerra-cv/repos/community-staging-i686/
  cinelerra-cv/repos/community-staging-i686/PKGBUILD
(from rev 111307, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-i686/cinelerra-std_and_str_h.patch
(from rev 111307, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 111307, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg_api.patch
(from rev 111307, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-i686/v4l1_removal.patch
(from rev 111307, cinelerra-cv/trunk/v4l1_removal.patch)
  cinelerra-cv/repos/community-staging-x86_64/
  cinelerra-cv/repos/community-staging-x86_64/PKGBUILD
(from rev 111307, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-x86_64/cinelerra-std_and_str_h.patch
(from rev 111307, cinelerra-cv/trunk/cinelerra-std_and_str_h.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 111307, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg_api.patch
(from rev 111307, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-x86_64/v4l1_removal.patch
(from rev 111307, cinelerra-cv/trunk/v4l1_removal.patch)

+
 community-staging-i686/PKGBUILD|  105 +
 community-staging-i686/cinelerra-std_and_str_h.patch   |   81 +++
 community-staging-i686/ffmpeg2.0.patch |   98 +
 community-staging-i686/ffmpeg_api.patch|  163 +++
 community-staging-i686/v4l1_removal.patch  |  125 +++
 community-staging-x86_64/PKGBUILD  |  105 +
 community-staging-x86_64/cinelerra-std_and_str_h.patch |   81 +++
 community-staging-x86_64/ffmpeg2.0.patch   |   98 +
 community-staging-x86_64/ffmpeg_api.patch  |  163 +++
 community-staging-x86_64/v4l1_removal.patch|  125 +++
 10 files changed, 1144 insertions(+)

Copied: cinelerra-cv/repos/community-staging-i686/PKGBUILD (from rev 111307, 
cinelerra-cv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 10:03:19 UTC (rev 111308)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=cinelerra-cv
+pkgver=2.2
+_gitrel=2.2.0
+pkgrel=22
+epoch=1
+pkgdesc=Professional video editing and compositing environment
+arch=('x86_64' 'i686')
+url=http://cinelerra.org/;
+license=('GPL')
+depends=('e2fsprogs' 'libavc1394' 'libiec61883' 'libxv'
+ 'libtiff' 'mjpegtools' 'fftw' 'a52dec' 'glu'
+ 'ffmpeg' 'faad2' 'faac' 'openexr=2.0.0')
+makedepends=('git' 'nasm' 'mesa')
+source=($pkgname::git+git://git.cinelerra-cv.org/CinelerraCV.git#branch=rel$_gitrel
+'v4l1_removal.patch'
+'ffmpeg_api.patch'
+'ffmpeg2.0.patch'
+'cinelerra-std_and_str_h.patch')
+md5sums=('SKIP'
+ 'bfa85e20809429d88eba4ab83e569612'
+ 'b05ec2fb54e7d02f6167525417802111'
+ '14dd897084d64cd0b5e9caa8a69818bd'
+ '02d8222e596133bbc05eaad15bef242c')
+
+_confit() {
+  ./configure --prefix=/usr \
+  --with-buildinfo=git/recompile \
+  --with-external-ffmpeg \
+  --enable-opengl \
+  --disable-esd $@
+}
+
+prepare() {
+  cd $srcdir/$pkgname
+
+  ## Patches (oldest first) ##
+
+  # v4l1 removal patch
+  patch -Np1 -i $srcdir/v4l1_removal.patch
+
+  # ffmpeg api patch update for 0.11
+  patch -Np1 -i $srcdir/ffmpeg_api.patch
+
+  # fix some missing headers
+  patch -Np0 -i $srcdir/cinelerra-std_and_str_h.patch
+
+  # fix avcodec_alloc_context and alloc_open
+  patch -Np1 -i $srcdir/ffmpeg2.0.patch
+
+  ## Hacks ##
+
+  # if you don't need OpenGL comment out the next line (and no glu/mesa dep)
+  # TODO: check if this is still needed (pre-svn commit) --schiv
+  sed -i '/\/X11R6/s///' configure.in
+
+  # TODO: check if this is still needed (old commit; r29539 by ibiru) --schiv
+  sed -i -e '/Debian/d' admin/nasm
+
+  # fix some pngs that break with newer libpng
+  # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
+  #msg2 Fixing PNGs, please wait...
+  #find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # ffmpeg 2.0 related replacements
+  find -type f -exec sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' {} \;
+  find -type f 

[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.19-tzselect-default.patch)

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 12:05:40
  Author: allan
Revision: 212879

upgpkg: glibc 2.19-5

fix tzselect, adjust for -fstack-protector-strong

Added:
  glibc/trunk/glibc-2.19-tzselect-default.patch
Modified:
  glibc/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ---
 glibc-2.19-tzselect-default.patch |   13 +
 2 files changed, 25 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 03:18:13 UTC (rev 212878)
+++ PKGBUILD2014-05-16 10:05:40 UTC (rev 212879)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.19
-pkgrel=4
+pkgrel=5
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -24,6 +24,7 @@
 source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
 glibc-2.19-xattr_header.patch
 glibc-2.19-fix-sign-in-bsloww1-input.patch
+glibc-2.19-tzselect-default.patch
 locale.gen.txt
 locale-gen)
 md5sums=('e26b8cc666b162f999404b03970f14e4'
@@ -30,6 +31,7 @@
  'SKIP'
  '39a4876837789e07746f1d84cd8cb46a'
  '755a1a9d7844a5e338eddaa9a5d974cd'
+ 'c772dc99ddd8032ecbf43884ae0cf42e'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
 
@@ -42,6 +44,9 @@
   # fix issues in sin/cos slow path calculation - commit ffe768a9
   patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
 
+  # fix tzselect with missing TZDIR - commit 893b4f37/c72399fb
+  patch -p1 -i $srcdir/glibc-2.19-tzselect-default.patch
+
   mkdir ${srcdir}/glibc-build
 }
 
@@ -59,7 +64,7 @@
   echo rootsbindir=/usr/bin  configparms
 
   # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector/}
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
   CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
 
   ${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
@@ -80,8 +85,8 @@
   
   # re-enable hardening for programs
   sed -i /build-programs=/s#no#yes# configparms
-  echo CC += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
-  echo CXX += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
+  echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  echo CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
   make
 
   # remove harding in preparation to run test-suite
@@ -93,9 +98,9 @@
   LDFLAGS=${LDFLAGS/--as-needed,/}
 
   cd ${srcdir}/glibc-build
-
-  # only acceptable testsuite error is some small libm ulp failures on i686 
with gcc-4.9
-  # TODO: fix upstream and provide patch
+  
+  # ULP failures on i686 are all small and can be ignored
+  # tst-cleanupx4.out failure on i686 needs investigating...
   make -k check || true
 }
 

Added: glibc-2.19-tzselect-default.patch
===
--- glibc-2.19-tzselect-default.patch   (rev 0)
+++ glibc-2.19-tzselect-default.patch   2014-05-16 10:05:40 UTC (rev 212879)
@@ -0,0 +1,13 @@
+diff --git a/timezone/Makefile b/timezone/Makefile
+index 998cd14..d5f647c 100644
+--- a/timezone/Makefile
 b/timezone/Makefile
+@@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
+ 
+ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
+   sed -e 's|/bin/bash|$(KSH)|g' \
+-  -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
++  -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
+   -e '/TZVERSION=/s|see_Makefile|$(version)|' \
+   -e '/PKGVERSION=/s|=.*|=$(PKGVERSION)|' \
+   -e '/REPORT_BUGS_TO=/s|=.*|=$(REPORT_BUGS_TO)|' \



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

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 12:08:08
  Author: allan
Revision: 212880

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 212879, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.19-fix-sign-in-bsloww1-input.patch
(from rev 212879, glibc/trunk/glibc-2.19-fix-sign-in-bsloww1-input.patch)
  glibc/repos/testing-i686/glibc-2.19-tzselect-default.patch
(from rev 212879, glibc/trunk/glibc-2.19-tzselect-default.patch)
  glibc/repos/testing-i686/glibc-2.19-xattr_header.patch
(from rev 212879, glibc/trunk/glibc-2.19-xattr_header.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 212879, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 212879, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 212879, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 212879, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.19-fix-sign-in-bsloww1-input.patch
(from rev 212879, glibc/trunk/glibc-2.19-fix-sign-in-bsloww1-input.patch)
  glibc/repos/testing-x86_64/glibc-2.19-tzselect-default.patch
(from rev 212879, glibc/trunk/glibc-2.19-tzselect-default.patch)
  glibc/repos/testing-x86_64/glibc-2.19-xattr_header.patch
(from rev 212879, glibc/trunk/glibc-2.19-xattr_header.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 212879, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 212879, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 212879, glibc/trunk/locale.gen.txt)

---+
 testing-i686/PKGBUILD |  158 
 testing-i686/glibc-2.19-fix-sign-in-bsloww1-input.patch   |   71 +
 testing-i686/glibc-2.19-tzselect-default.patch|   13 
 testing-i686/glibc-2.19-xattr_header.patch|   42 +++
 testing-i686/glibc.install|   22 +
 testing-i686/locale-gen   |   42 +++
 testing-i686/locale.gen.txt   |   23 +
 testing-x86_64/PKGBUILD   |  158 
 testing-x86_64/glibc-2.19-fix-sign-in-bsloww1-input.patch |   71 +
 testing-x86_64/glibc-2.19-tzselect-default.patch  |   13 
 testing-x86_64/glibc-2.19-xattr_header.patch  |   42 +++
 testing-x86_64/glibc.install  |   22 +
 testing-x86_64/locale-gen |   42 +++
 testing-x86_64/locale.gen.txt |   23 +
 14 files changed, 742 insertions(+)

Copied: glibc/repos/testing-i686/PKGBUILD (from rev 212879, 
glibc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-16 10:08:08 UTC (rev 212880)
@@ -0,0 +1,158 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+# NOTE: adjust version in install script when locale files are updated
+
+pkgname=glibc
+pkgver=2.19
+pkgrel=5
+pkgdesc=GNU C Library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('linux-api-headers=3.13' 'tzdata' 'filesystem=2013.01')
+makedepends=('gcc=4.8')
+backup=(etc/gai.conf
+etc/locale.gen
+etc/nscd.conf)
+options=('!strip' 'staticlibs')
+install=glibc.install
+source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
+glibc-2.19-xattr_header.patch
+glibc-2.19-fix-sign-in-bsloww1-input.patch
+glibc-2.19-tzselect-default.patch
+locale.gen.txt
+locale-gen)
+md5sums=('e26b8cc666b162f999404b03970f14e4'
+ 'SKIP'
+ '39a4876837789e07746f1d84cd8cb46a'
+ '755a1a9d7844a5e338eddaa9a5d974cd'
+ 'c772dc99ddd8032ecbf43884ae0cf42e'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
+  patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
+
+  # fix issues in sin/cos slow path calculation - commit ffe768a9
+  patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
+
+  # fix tzselect with missing TZDIR - commit 893b4f37/c72399fb
+  patch -p1 -i $srcdir/glibc-2.19-tzselect-default.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  if [[ ${CARCH} = i686 ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS=${CFLAGS} 

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 12:34:24
  Author: spupykin
Revision: 111309

upgpkg: qcad 3.5.1.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 10:03:19 UTC (rev 111308)
+++ PKGBUILD2014-05-16 10:34:24 UTC (rev 111309)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=qcad
-pkgver=3.5.0.0
+pkgver=3.5.1.0
 pkgrel=1
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('libtool')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('9a7480b75e25c43c8f5d2ca3e79b90b1'
+md5sums=('8515ba13cc8fa5b644864258afed219c'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 12:35:56
  Author: spupykin
Revision: 111310

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 10:34:24 UTC (rev 111309)
+++ PKGBUILD2014-05-16 10:35:56 UTC (rev 111310)
@@ -3,7 +3,7 @@
 # Maintainer: hydro hy...@freenet.de
 
 pkgname=mediainfo-gui
-pkgver=0.7.68
+pkgver=0.7.69
 pkgrel=1
 pkgdesc=GUI for mediainfo
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('imagemagick')
 install=mediainfo-gui.install
 source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
 
 build() {
   cd MediaInfo/Project/GNU/GUI



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 12:40:46
  Author: spupykin
Revision: 111311

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

Added:
  mediainfo-gui/repos/community-i686/PKGBUILD
(from rev 111310, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
(from rev 111310, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-x86_64/PKGBUILD
(from rev 111310, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install
(from rev 111310, mediainfo-gui/trunk/mediainfo-gui.install)
Deleted:
  mediainfo-gui/repos/community-i686/PKGBUILD
  mediainfo-gui/repos/community-i686/mediainfo-gui.install
  mediainfo-gui/repos/community-x86_64/PKGBUILD
  mediainfo-gui/repos/community-x86_64/mediainfo-gui.install

+
 /PKGBUILD  |   70 +++
 /mediainfo-gui.install |   24 ++
 community-i686/PKGBUILD|   35 ---
 community-i686/mediainfo-gui.install   |   12 -
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/mediainfo-gui.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 10:35:56 UTC (rev 111310)
+++ community-i686/PKGBUILD 2014-05-16 10:40:46 UTC (rev 111311)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: hydro hy...@freenet.de
-
-pkgname=mediainfo-gui
-pkgver=0.7.68
-pkgrel=1
-pkgdesc=GUI for mediainfo
-arch=('i686' 'x86_64')
-url=http://mediainfo.sourceforge.net;
-license=('GPL')
-depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
-makedepends=('imagemagick')
-install=mediainfo-gui.install
-source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
-md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb')
-
-build() {
-  cd MediaInfo/Project/GNU/GUI
-  sh ./autogen
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR=$pkgdir install
-  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
-  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
-
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
-  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
-$pkgdir/usr/share/pixmaps/mediainfo-gui.png
-  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
-$pkgdir/usr/share/applications/mediainfo-gui.desktop
-}

Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 111310, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 10:40:46 UTC (rev 111311)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo-gui
+pkgver=0.7.69
+pkgrel=1
+pkgdesc=GUI for mediainfo
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR=$pkgdir install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+$pkgdir/usr/share/pixmaps/mediainfo-gui.png
+  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
+$pkgdir/usr/share/applications/mediainfo-gui.desktop
+}

Deleted: community-i686/mediainfo-gui.install
===
--- community-i686/mediainfo-gui.install2014-05-16 10:35:56 UTC (rev 
111310)
+++ community-i686/mediainfo-gui.install2014-05-16 10:40:46 UTC (rev 
111311)
@@ -1,12 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mediainfo-gui/repos/community-i686/mediainfo-gui.install (from rev 

[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-2.24-static-pie-hang.patch)

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 13:03:03
  Author: allan
Revision: 212881

upgpkg: binutils 2.24-4

fix autoconf hangs with -static -fPIE -pie

Added:
  binutils/trunk/binutils-2.24-static-pie-hang.patch
Modified:
  binutils/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++-
 binutils-2.24-static-pie-hang.patch |   78 ++
 2 files changed, 86 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 10:08:08 UTC (rev 212880)
+++ PKGBUILD2014-05-16 11:03:03 UTC (rev 212881)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.24
-pkgrel=3
+pkgrel=4
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
@@ -18,10 +18,12 @@
 options=('staticlibs' '!distcc' '!ccache')
 install=binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-binutils-2.24-lto-testsuite.patch)
+binutils-2.24-lto-testsuite.patch
+binutils-2.24-static-pie-hang.patch)
 md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
  'SKIP'
- 'b16e895c24ff80acd98a21021eccefad')
+ 'b16e895c24ff80acd98a21021eccefad'
+ '4d2cf591560c3d25265778146bbe1941')
 
 prepare() {
   cd ${srcdir}/binutils-${pkgver}
@@ -32,6 +34,9 @@
   # fix lto testsuite with gcc-4.9 - commit b35d44f1
   patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
 
+  # fix autoconf hang with -static -fPIE -pie - commits d1ec1e40 and 818d220a
+  patch -p1 -i $srcdir/binutils-2.24-static-pie-hang.patch
+
   mkdir ${srcdir}/binutils-build
 }
 

Added: binutils-2.24-static-pie-hang.patch
===
--- binutils-2.24-static-pie-hang.patch (rev 0)
+++ binutils-2.24-static-pie-hang.patch 2014-05-16 11:03:03 UTC (rev 212881)
@@ -0,0 +1,78 @@
+diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
+index 4d391e1..d7f59e5 100644
+--- a/bfd/elf32-i386.c
 b/bfd/elf32-i386.c
+@@ -2368,8 +2368,13 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry 
*h, void *inf)
+ 
+ for (pp = eh-dyn_relocs; (p = *pp) != NULL; )
+   {
+-p-count -= p-pc_count;
+-p-pc_count = 0;
++/* Don't update reloc count if there are any non
++   pc-relative relocs.  */
++if (!h-pointer_equality_needed)
++  {
++p-count -= p-pc_count;
++p-pc_count = 0;
++  }
+ if (p-count == 0)
+   *pp = p-next;
+ else
+diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
+index edee8ec..999011b 100644
+--- a/bfd/elf64-x86-64.c
 b/bfd/elf64-x86-64.c
+@@ -2463,8 +2463,13 @@ elf_x86_64_allocate_dynrelocs (struct 
elf_link_hash_entry *h, void * inf)
+ 
+ for (pp = eh-dyn_relocs; (p = *pp) != NULL; )
+   {
+-p-count -= p-pc_count;
+-p-pc_count = 0;
++/* Don't update reloc count if there are any non
++   pc-relative relocs.  */
++if (!h-pointer_equality_needed)
++  {
++p-count -= p-pc_count;
++p-pc_count = 0;
++  }
+ if (p-count == 0)
+   *pp = p-next;
+ else
+diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
+index 4d391e1..e834a5a 100644
+--- a/bfd/elf32-i386.c
 b/bfd/elf32-i386.c
+@@ -2390,9 +2390,12 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry 
*h, void *inf)
+   }
+ 
+   /* Also discard relocs on undefined weak syms with non-default
+-   visibility.  */
++   visibility.   Don't discard relocs against __ehdr_start which
++   will be defined by assign_file_positions_for_non_load_sections
++   later.  */
+   if (eh-dyn_relocs != NULL
+- h-root.type == bfd_link_hash_undefweak)
++ h-root.type == bfd_link_hash_undefweak
++ strcmp (h-root.root.string, __ehdr_start) != 0)
+   {
+ if (ELF_ST_VISIBILITY (h-other) != STV_DEFAULT)
+   eh-dyn_relocs = NULL;
+diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
+index edee8ec..f364fe4 100644
+--- a/bfd/elf64-x86-64.c
 b/bfd/elf64-x86-64.c
+@@ -2473,9 +2473,12 @@ elf_x86_64_allocate_dynrelocs (struct 
elf_link_hash_entry *h, void * inf)
+   }
+ 
+   /* Also discard relocs on undefined weak syms with non-default
+-   visibility.  */
++   visibility.   Don't discard relocs against __ehdr_start which
++   will be defined by assign_file_positions_for_non_load_sections
++   later.  */
+   if (eh-dyn_relocs != NULL
+- h-root.type == bfd_link_hash_undefweak)
++ h-root.type == bfd_link_hash_undefweak
++ strcmp (h-root.root.string, __ehdr_start) != 0)
+   {
+ if (ELF_ST_VISIBILITY (h-other) != STV_DEFAULT)
+ 

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

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 13:10:46
  Author: allan
Revision: 212882

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 212881, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch
(from rev 212881, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-i686/binutils-2.24-static-pie-hang.patch
(from rev 212881, binutils/trunk/binutils-2.24-static-pie-hang.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 212881, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 212881, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-2.24-lto-testsuite.patch
(from rev 212881, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-x86_64/binutils-2.24-static-pie-hang.patch
(from rev 212881, binutils/trunk/binutils-2.24-static-pie-hang.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 212881, binutils/trunk/binutils.install)

+
 testing-i686/PKGBUILD  |   77 ++
 testing-i686/binutils-2.24-lto-testsuite.patch |   53 
 testing-i686/binutils-2.24-static-pie-hang.patch   |   78 +++
 testing-i686/binutils.install  |   17 
 testing-x86_64/PKGBUILD|   77 ++
 testing-x86_64/binutils-2.24-lto-testsuite.patch   |   53 
 testing-x86_64/binutils-2.24-static-pie-hang.patch |   78 +++
 testing-x86_64/binutils.install|   17 
 8 files changed, 450 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 212881, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-16 11:10:46 UTC (rev 212882)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.24
+pkgrel=4
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.19' 'zlib')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.24-lto-testsuite.patch
+binutils-2.24-static-pie-hang.patch)
+md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
+ 'SKIP'
+ 'b16e895c24ff80acd98a21021eccefad'
+ '4d2cf591560c3d25265778146bbe1941')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  # fix lto testsuite with gcc-4.9 - commit b35d44f1
+  patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
+
+  # fix autoconf hang with -static -fPIE -pie - commits d1ec1e40 and 818d220a
+  patch -p1 -i $srcdir/binutils-2.24-static-pie-hang.patch
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared \
+--enable-ld=default --enable-gold --enable-plugins \
+--disable-werror
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch (from rev 
212881, binutils/trunk/binutils-2.24-lto-testsuite.patch)
===
--- testing-i686/binutils-2.24-lto-testsuite.patch  
(rev 0)
+++ testing-i686/binutils-2.24-lto-testsuite.patch  2014-05-16 11:10:46 UTC 
(rev 212882)
@@ -0,0 +1,53 @@
+index c5249f0..69946de 100644
+--- 

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

2014-05-16 Thread Felix Yan
Date: Friday, May 16, 2014 @ 13:12:27
  Author: fyan
Revision: 111312

upgpkg: python2-flickrapi 1.4.3-1

Modified:
  python2-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 10:40:46 UTC (rev 111311)
+++ PKGBUILD2014-05-16 11:12:27 UTC (rev 111312)
@@ -5,8 +5,8 @@
 
 pkgname=python2-flickrapi
 _pkgname=flickrapi
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.4.3
+pkgrel=1
 pkgdesc=The official Python interface to the Flickr API
 arch=('any')
 url=http://stuvel.eu/flickrapi;
@@ -13,20 +13,24 @@
 license=('Python')
 depends=('python2')
 makedepends=('python2-docutils' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.zip;
-fix_setuptools.patch)
+checkdepends=('python2-nose')
+source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;)
 
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-  
-  # Fix setuptools  0.7b
-  patch -p1 -i ../fix_setuptools.patch
-
+prepare() {
+  cd $_pkgname-$pkgver
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
 
+build() {
+  cd $_pkgname-$pkgver
   python2 setup.py build
 }
 
+check() {
+  cd $_pkgname-$pkgver
+  nosetests2
+}
+
 package() {
   cd $srcdir/$_pkgname-$pkgver
 
@@ -33,8 +37,6 @@
   python2 setup.py install --root=$pkgdir/ --optimize=1
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm -r $pkgdir/usr/{README,LICENSE,UPGRADING}
 }
 
-sha512sums=('e140fd0bdf04d3866988609b2c9d8cb841766aafe349f4cb050716c89912c24f4f656419b7b48e92bae0e1b94b4cd3482475d31171895a1aa52d9da1849f9d88'
-
'2ab9de3dd3086cf823d397e541287cf04851397c349d608bc8efc7e2e2fc3fa4bc59f5201a4e83a4a2d8a45ad0b23c2c18f45449b3947b09338722c7dda8b6ca')
+sha512sums=('bcd80046998f45b0e1eea666e29fa34b828c617f2fbbd93f4872b3d41267f18c364514854806b4e4c6336419819cb68b9d710dbb72a8c0043bbec081f4b041c0')



[arch-commits] Commit in binutils/repos (testing-i686 testing-x86_64)

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 13:13:16
  Author: allan
Revision: 212883

fix svn

Deleted:
  binutils/repos/testing-i686/
  binutils/repos/testing-x86_64/



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

2014-05-16 Thread Felix Yan
Date: Friday, May 16, 2014 @ 13:13:25
  Author: fyan
Revision: 111313

archrelease: copy trunk to community-any

Added:
  python2-flickrapi/repos/community-any/PKGBUILD
(from rev 111312, python2-flickrapi/trunk/PKGBUILD)
  python2-flickrapi/repos/community-any/fix_setuptools.patch
(from rev 111312, python2-flickrapi/trunk/fix_setuptools.patch)
Deleted:
  python2-flickrapi/repos/community-any/PKGBUILD
  python2-flickrapi/repos/community-any/fix_setuptools.patch

--+
 PKGBUILD |   82 +
 fix_setuptools.patch |   38 +++---
 2 files changed, 61 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-16 11:12:27 UTC (rev 111312)
+++ PKGBUILD2014-05-16 11:13:25 UTC (rev 111313)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Francois Garillot francois[@]garillot.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=python2-flickrapi
-_pkgname=flickrapi
-pkgver=1.4.2
-pkgrel=3
-pkgdesc=The official Python interface to the Flickr API
-arch=('any')
-url=http://stuvel.eu/flickrapi;
-license=('Python')
-depends=('python2')
-makedepends=('python2-docutils' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.zip;
-fix_setuptools.patch)
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-  
-  # Fix setuptools  0.7b
-  patch -p1 -i ../fix_setuptools.patch
-
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm -r $pkgdir/usr/{README,LICENSE,UPGRADING}
-}
-
-sha512sums=('e140fd0bdf04d3866988609b2c9d8cb841766aafe349f4cb050716c89912c24f4f656419b7b48e92bae0e1b94b4cd3482475d31171895a1aa52d9da1849f9d88'
-
'2ab9de3dd3086cf823d397e541287cf04851397c349d608bc8efc7e2e2fc3fa4bc59f5201a4e83a4a2d8a45ad0b23c2c18f45449b3947b09338722c7dda8b6ca')

Copied: python2-flickrapi/repos/community-any/PKGBUILD (from rev 111312, 
python2-flickrapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-16 11:13:25 UTC (rev 111313)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Francois Garillot francois[@]garillot.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=python2-flickrapi
+_pkgname=flickrapi
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=The official Python interface to the Flickr API
+arch=('any')
+url=http://stuvel.eu/flickrapi;
+license=('Python')
+depends=('python2')
+makedepends=('python2-docutils' 'python2-setuptools')
+checkdepends=('python2-nose')
+source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $_pkgname-$pkgver
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha512sums=('bcd80046998f45b0e1eea666e29fa34b828c617f2fbbd93f4872b3d41267f18c364514854806b4e4c6336419819cb68b9d710dbb72a8c0043bbec081f4b041c0')

Deleted: fix_setuptools.patch
===
--- fix_setuptools.patch2014-05-16 11:12:27 UTC (rev 111312)
+++ fix_setuptools.patch2014-05-16 11:13:25 UTC (rev 111313)
@@ -1,19 +0,0 @@
 a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
-+++ b/distribute_setup.py  2013-08-17 22:57:29.343673408 +0800
-@@ -133,6 +133,16 @@
- try:
- try:
- import pkg_resources
-+
-+# Setuptools 0.7b and later is a suitable (and preferable)
-+# substitute for any Distribute version.
-+try:
-+pkg_resources.require(setuptools=0.7b)
-+return
-+except (pkg_resources.DistributionNotFound,
-+pkg_resources.VersionConflict):
-+pass
-+
- if not hasattr(pkg_resources, '_distribute'):
- if not no_fake:
- _fake_setuptools()

Copied: python2-flickrapi/repos/community-any/fix_setuptools.patch (from rev 
111312, python2-flickrapi/trunk/fix_setuptools.patch)
===
--- fix_setuptools.patch(rev 0)
+++ fix_setuptools.patch2014-05-16 11:13:25 UTC (rev 111313)
@@ -0,0 +1,19 @@
+--- a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
 

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

2014-05-16 Thread Allan McRae
Date: Friday, May 16, 2014 @ 13:14:58
  Author: allan
Revision: 212884

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 212883, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch
(from rev 212883, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-i686/binutils-2.24-static-pie-hang.patch
(from rev 212883, binutils/trunk/binutils-2.24-static-pie-hang.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 212883, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 212883, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-2.24-lto-testsuite.patch
(from rev 212883, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-x86_64/binutils-2.24-static-pie-hang.patch
(from rev 212883, binutils/trunk/binutils-2.24-static-pie-hang.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 212883, binutils/trunk/binutils.install)

+
 testing-i686/PKGBUILD  |   77 ++
 testing-i686/binutils-2.24-lto-testsuite.patch |   53 
 testing-i686/binutils-2.24-static-pie-hang.patch   |   78 +++
 testing-i686/binutils.install  |   17 
 testing-x86_64/PKGBUILD|   77 ++
 testing-x86_64/binutils-2.24-lto-testsuite.patch   |   53 
 testing-x86_64/binutils-2.24-static-pie-hang.patch |   78 +++
 testing-x86_64/binutils.install|   17 
 8 files changed, 450 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 212883, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-16 11:14:58 UTC (rev 212884)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.24
+pkgrel=4
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.19' 'zlib')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.24-lto-testsuite.patch
+binutils-2.24-static-pie-hang.patch)
+md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
+ 'SKIP'
+ 'b16e895c24ff80acd98a21021eccefad'
+ '4d2cf591560c3d25265778146bbe1941')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  # fix lto testsuite with gcc-4.9 - commit b35d44f1
+  patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
+
+  # fix autoconf hang with -static -fPIE -pie - commits d1ec1e40 and 818d220a
+  patch -p1 -i $srcdir/binutils-2.24-static-pie-hang.patch
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared \
+--enable-ld=default --enable-gold --enable-plugins \
+--disable-werror
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch (from rev 
212883, binutils/trunk/binutils-2.24-lto-testsuite.patch)
===
--- testing-i686/binutils-2.24-lto-testsuite.patch  
(rev 0)
+++ testing-i686/binutils-2.24-lto-testsuite.patch  2014-05-16 11:14:58 UTC 
(rev 212884)
@@ -0,0 +1,53 @@
+index c5249f0..69946de 100644
+--- 

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 13:43:34
  Author: spupykin
Revision: 111314

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

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 111313, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 111313, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |   67 
 /QCad.desktop |9 +
 community-i686/PKGBUILD   |   67 
 community-i686/QCad.desktop   |9 -
 community-x86_64/PKGBUILD |   67 
 community-x86_64/QCad.desktop |9 -
 6 files changed, 76 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 11:13:25 UTC (rev 111313)
+++ community-i686/PKGBUILD 2014-05-16 11:43:34 UTC (rev 111314)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.5.0.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('9a7480b75e25c43c8f5d2ca3e79b90b1'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
-  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
-  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Deleted: community-i686/QCad.desktop
===
--- community-i686/QCad.desktop 2014-05-16 11:13:25 UTC (rev 111313)
+++ community-i686/QCad.desktop 2014-05-16 11:43:34 UTC (rev 111314)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Exec=/usr/bin/qcad
-Icon=/usr/share/pixmaps/qcad_icon.png
-Name=QCad
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Development;Electronics;Engineering;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-16 11:13:25 UTC (rev 111313)
+++ community-x86_64/PKGBUILD   2014-05-16 11:43:34 UTC (rev 111314)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.5.0.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('9a7480b75e25c43c8f5d2ca3e79b90b1'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-  

[arch-commits] Commit in qcad/repos/community-i686 (PKGBUILD QCad.desktop)

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 13:56:59
  Author: spupykin
Revision: 111315

archrelease: copy trunk to community-i686

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 111314, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 111314, qcad/trunk/QCad.desktop)

--+
 PKGBUILD |   67 +
 QCad.desktop |9 +++
 2 files changed, 76 insertions(+)

Copied: qcad/repos/community-i686/PKGBUILD (from rev 111314, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-16 11:56:59 UTC (rev 111315)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.5.1.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('8515ba13cc8fa5b644864258afed219c'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
+  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
+  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
+  done
+  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
+  do
+ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
+  done
+
+  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
+  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
+
+  install -dm0755 $pkgdir/usr/bin
+  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
+
+  chmod 0755 $pkgdir/usr/bin/qcad
+}

Copied: qcad/repos/community-i686/QCad.desktop (from rev 111314, 
qcad/trunk/QCad.desktop)
===
--- QCad.desktop(rev 0)
+++ QCad.desktop2014-05-16 11:56:59 UTC (rev 111315)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Exec=/usr/bin/qcad
+Icon=/usr/share/pixmaps/qcad_icon.png
+Name=QCad
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Development;Electronics;Engineering;



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

2014-05-16 Thread Eric Bélanger
Date: Friday, May 16, 2014 @ 15:33:30
  Author: eric
Revision: 111316

upgpkg: youtube-dl 2014.05.16-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 11:56:59 UTC (rev 111315)
+++ PKGBUILD2014-05-16 13:33:30 UTC (rev 111316)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.05.13
+pkgver=2014.05.16
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('75a1ab1ec0ea7eb3dc241fc6dc7c35811266f274'
+sha1sums=('1873266e900f1f1fb48412fefe6917f6e6512874'
   'SKIP')
 
 prepare() {



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

2014-05-16 Thread Eric Bélanger
Date: Friday, May 16, 2014 @ 15:35:44
  Author: eric
Revision: 111317

archrelease: copy trunk to community-any

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

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

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

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 111316, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-16 13:35:44 UTC (rev 111317)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.05.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')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('1873266e900f1f1fb48412fefe6917f6e6512874'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-16 Thread Maxime Gauduin
Date: Friday, May 16, 2014 @ 15:43:47
  Author: alucryd
Revision: 111318

upgpkg: fdkaac 0.5.3-1

Modified:
  fdkaac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 13:35:44 UTC (rev 111317)
+++ PKGBUILD2014-05-16 13:43:47 UTC (rev 111318)
@@ -3,8 +3,8 @@
 # Contributor: PelPix kylebl...@pelpix.info
 
 pkgname=fdkaac
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='Command line encoder frontend for libfdk-aac'
 arch=('i686' 'x86_64')
 url=https://github.com/nu774/${pkgname};
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('libfdk-aac')
 source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348')
+sha256sums=('285a07ff94565bb36dfa95513ec6a80fba9567100e588b8515e62585792282b4')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-05-16 Thread Maxime Gauduin
Date: Friday, May 16, 2014 @ 15:44:50
  Author: alucryd
Revision: 111319

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 13:43:47 UTC (rev 111318)
+++ community-i686/PKGBUILD 2014-05-16 13:44:50 UTC (rev 111319)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: PelPix kylebl...@pelpix.info
-
-pkgname=fdkaac
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Command line encoder frontend for libfdk-aac'
-arch=('i686' 'x86_64')
-url=https://github.com/nu774/${pkgname};
-license=('custom')
-depends=('libfdk-aac')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  autoreconf -if
-  ./configure --prefix='/usr' --disable-rpath
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: fdkaac/repos/community-i686/PKGBUILD (from rev 111318, 
fdkaac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 13:44:50 UTC (rev 111319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: PelPix kylebl...@pelpix.info
+
+pkgname=fdkaac
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Command line encoder frontend for libfdk-aac'
+arch=('i686' 'x86_64')
+url=https://github.com/nu774/${pkgname};
+license=('custom')
+depends=('libfdk-aac')
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('285a07ff94565bb36dfa95513ec6a80fba9567100e588b8515e62585792282b4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix='/usr' --disable-rpath
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-16 13:43:47 UTC (rev 111318)
+++ community-x86_64/PKGBUILD   2014-05-16 13:44:50 UTC (rev 111319)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: PelPix kylebl...@pelpix.info
-
-pkgname=fdkaac
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Command line encoder frontend for libfdk-aac'
-arch=('i686' 'x86_64')
-url=https://github.com/nu774/${pkgname};
-license=('custom')
-depends=('libfdk-aac')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  autoreconf -if
-  ./configure --prefix='/usr' --disable-rpath
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: fdkaac/repos/community-x86_64/PKGBUILD (from rev 111318, 
fdkaac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-16 13:44:50 UTC (rev 111319)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: PelPix kylebl...@pelpix.info
+
+pkgname=fdkaac
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Command line encoder frontend for libfdk-aac'
+arch=('i686' 'x86_64')
+url=https://github.com/nu774/${pkgname};
+license=('custom')
+depends=('libfdk-aac')
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('285a07ff94565bb36dfa95513ec6a80fba9567100e588b8515e62585792282b4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix='/usr' --disable-rpath
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:51:31
  Author: spupykin
Revision: 111320

upgpkg: alltray 0.7.5.1dev-3

upd

Modified:
  alltray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 13:44:50 UTC (rev 111319)
+++ PKGBUILD2014-05-16 15:51:31 UTC (rev 111320)
@@ -5,7 +5,7 @@
 
 pkgname=alltray
 pkgver=0.7.5.1dev
-pkgrel=1
+pkgrel=3
 pkgdesc=Drops any app in the tray.
 license=('GPL')
 arch=('i686' 'x86_64')



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:51:54
  Author: spupykin
Revision: 111322

upgpkg: darktable 1.4.2-3

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 15:51:50 UTC (rev 111321)
+++ PKGBUILD2014-05-16 15:51:54 UTC (rev 111322)
@@ -6,7 +6,7 @@
 pkgname=darktable
 pkgver=1.4.2
 _pkgver=1.4
-pkgrel=1
+pkgrel=3
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:52:06
  Author: spupykin
Revision: 111323

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

Added:
  darktable/repos/community-staging-i686/
  darktable/repos/community-staging-i686/PKGBUILD
(from rev 111322, darktable/trunk/PKGBUILD)
  darktable/repos/community-staging-i686/darktable.install
(from rev 111322, darktable/trunk/darktable.install)
  darktable/repos/community-staging-x86_64/
  darktable/repos/community-staging-x86_64/PKGBUILD
(from rev 111322, darktable/trunk/PKGBUILD)
  darktable/repos/community-staging-x86_64/darktable.install
(from rev 111322, darktable/trunk/darktable.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/darktable.install   |   11 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/darktable.install |   11 ++
 4 files changed, 108 insertions(+)

Copied: darktable/repos/community-staging-i686/PKGBUILD (from rev 111322, 
darktable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.4.2
+_pkgver=1.4
+pkgrel=3
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f86554329c2c809ffb009244a6f1d643')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Copied: darktable/repos/community-staging-i686/darktable.install (from rev 
111322, darktable/trunk/darktable.install)
===
--- community-staging-i686/darktable.install(rev 0)
+++ community-staging-i686/darktable.install2014-05-16 15:52:06 UTC (rev 
111323)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}

Copied: darktable/repos/community-staging-x86_64/PKGBUILD (from rev 111322, 
darktable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-16 15:52:06 UTC (rev 111323)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.4.2
+_pkgver=1.4
+pkgrel=3
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f86554329c2c809ffb009244a6f1d643')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:52:09
  Author: spupykin
Revision: 111324

upgpkg: gmic 1.5.9.0-3

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 15:52:06 UTC (rev 111323)
+++ PKGBUILD2014-05-16 15:52:09 UTC (rev 111324)
@@ -7,7 +7,7 @@
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
 pkgver=1.5.9.0
-pkgrel=1
+pkgrel=3
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
 license=(custom:CeCILL)



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:52:21
  Author: spupykin
Revision: 111325

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

Added:
  gmic/repos/community-staging-i686/
  gmic/repos/community-staging-i686/PKGBUILD
(from rev 111324, gmic/trunk/PKGBUILD)
  gmic/repos/community-staging-x86_64/
  gmic/repos/community-staging-x86_64/PKGBUILD
(from rev 111324, gmic/trunk/PKGBUILD)

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

Copied: gmic/repos/community-staging-i686/PKGBUILD (from rev 111324, 
gmic/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 15:52:21 UTC (rev 111325)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.9.0
+pkgrel=3
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('b5b64887b48843e47641ebcf146f5ec7')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 111324, 
gmic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-16 15:52:21 UTC (rev 111325)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.9.0
+pkgrel=3
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('b5b64887b48843e47641ebcf146f5ec7')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+ 

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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 17:51:50
  Author: spupykin
Revision: 111321

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

Added:
  alltray/repos/community-staging-i686/
  alltray/repos/community-staging-i686/PKGBUILD
(from rev 111320, alltray/trunk/PKGBUILD)
  alltray/repos/community-staging-x86_64/
  alltray/repos/community-staging-x86_64/PKGBUILD
(from rev 111320, alltray/trunk/PKGBUILD)

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

Copied: alltray/repos/community-staging-i686/PKGBUILD (from rev 111320, 
alltray/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-16 15:51:50 UTC (rev 111321)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : James Rayner iphi...@gmail.com
+# Contributor: Roberto Salas ro0x...@gmail.com
+
+pkgname=alltray
+pkgver=0.7.5.1dev
+pkgrel=3
+pkgdesc=Drops any app in the tray.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://alltray.trausch.us/;
+depends=('libxpm' 'libgtop' 'libwnck')
+source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
+md5sums=('5842253b89a5943031b5a02bbd8fd4fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: alltray/repos/community-staging-x86_64/PKGBUILD (from rev 111320, 
alltray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-16 15:51:50 UTC (rev 111321)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : James Rayner iphi...@gmail.com
+# Contributor: Roberto Salas ro0x...@gmail.com
+
+pkgname=alltray
+pkgver=0.7.5.1dev
+pkgrel=3
+pkgdesc=Drops any app in the tray.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://alltray.trausch.us/;
+depends=('libxpm' 'libgtop' 'libwnck')
+source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
+md5sums=('5842253b89a5943031b5a02bbd8fd4fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 18:00:18
  Author: spupykin
Revision: 111326

upgpkg: firefox-noscript 2.6.8.24-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 15:52:21 UTC (rev 111325)
+++ PKGBUILD2014-05-16 16:00:18 UTC (rev 111326)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.23
+pkgver=2.6.8.24
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('873b4ceded027a890adb8aacd7f02ad8')
+md5sums=('8a7909823e31cf83660b18735d7f3671')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 18:00:26
  Author: spupykin
Revision: 111327

archrelease: copy trunk to community-any

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

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

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

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



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 18:35:05
  Author: spupykin
Revision: 111329

upgpkg: ejabberd 14.05-1

upd

Modified:
  ejabberd/trunk/PKGBUILD
  ejabberd/trunk/ejabberd.install

--+
 PKGBUILD |   28 ++--
 ejabberd.install |   20 ++--
 2 files changed, 24 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 16:27:04 UTC (rev 111328)
+++ PKGBUILD2014-05-16 16:35:05 UTC (rev 111329)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=ejabberd
-pkgver=13.12
-pkgrel=2
+pkgver=14.05
+pkgrel=1
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -37,11 +37,8 @@
git://github.com/cmullaparthi/ibrowse
git://github.com/esl/lhttpc
$pkgname.logrotate
-   ejabberd.service
-   crash-fix.patch
-   
https://github.com/processone/ejabberd/commit/7af7b7d3f0c4bf399fb7db54c38090c8d1a25873.patch;
-   
https://github.com/processone/ejabberd/commit/d97b4fd9ca36858a12bc5e6841334cde4c8f0431.patch;)
-md5sums=('6eadb6f190d55c8a679de5496ca0c4a9'
+   ejabberd.service)
+md5sums=('16bffbf9b9e18b69133e983fd82364b6'
  'SKIP'
  'SKIP'
  'SKIP'
@@ -60,20 +57,11 @@
  'SKIP'
  'SKIP'
  'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18'
- 'ef3dd667dec1627c1597c7f6f3cfcd4a'
- 'aa8cf60e39b0deee112e20f305022ade'
- '5f2cada6c6504f1e3874ef33606751c8')
+ 'a437aff9d7d477fb036d527205617e18')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -p1 $srcdir/crash-fix.patch
-
-  # erlang 17 fix
-  patch -p1 $srcdir/d97b4fd9ca36858a12bc5e6841334cde4c8f0431.patch
-  patch -p1 $srcdir/7af7b7d3f0c4bf399fb7db54c38090c8d1a25873.patch
-
   mkdir -p $srcdir/$pkgname-$pkgver/deps
   for i in goldrush lager p1_cache_tab p1_iconv p1_pam \
p1_stringprep p1_tls p1_xml p1_yaml p1_zlib xmlrpc \
@@ -82,7 +70,10 @@
 mv $srcdir/$i $srcdir/$pkgname-$pkgver/deps
   done
 
-  sed -i 's|%%% @author.*|%%% @author Oscar Hellstrom os...@hellstrom.st|g' 
deps/lhttpc/src/lhttpc.app.src
+  pushd deps/lhttpc/src/
+  mv lhttpc.app.src lhttpc.app.src.bak
+  cat lhttpc.app.src.bak | iconv -f utf8 -c lhttpc.app.src
+  popd
 }
 
 build() {
@@ -95,6 +86,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
+  install -Dm04750 deps/p1_pam/priv/bin/epam 
$pkgdir/usr/lib/ejabberd/priv/bin/epam
   install -d $pkgdir/var/lib/$pkgname
   install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
   chmod ug+r $pkgdir/etc/$pkgname/*

Modified: ejabberd.install
===
--- ejabberd.install2014-05-16 16:27:04 UTC (rev 111328)
+++ ejabberd.install2014-05-16 16:35:05 UTC (rev 111329)
@@ -1,15 +1,23 @@
 post_install() {
   groupadd -r jabber
   useradd -r -G jabber -d /var/lib/ejabberd ejabberd
-  chown -R ejabberd.jabber /var/log/ejabberd
-  chown -R ejabberd.jabber /var/lib/ejabberd
-  chown root:ejabberd /etc/ejabberd/ejabberd.yml /etc/ejabberd/ejabberdctl.cfg 
/etc/ejabberd
+  chown -R ejabberd.jabber var/log/ejabberd
+  chown -R ejabberd.jabber var/lib/ejabberd
+  chown root:ejabberd \
+etc/ejabberd/ejabberd.yml \
+etc/ejabberd/ejabberdctl.cfg \
+etc/ejabberd \
+usr/lib/ejabberd/priv/bin/epam
 }
 
 post_upgrade() {
-  chown -R ejabberd.jabber /var/log/ejabberd
-  chown -R ejabberd.jabber /var/lib/ejabberd
-  chown root:ejabberd /etc/ejabberd/ejabberd.yml /etc/ejabberd/ejabberdctl.cfg 
/etc/ejabberd
+  chown -R ejabberd.jabber var/log/ejabberd
+  chown -R ejabberd.jabber var/lib/ejabberd
+  chown root:ejabberd \
+etc/ejabberd/ejabberd.yml \
+etc/ejabberd/ejabberdctl.cfg \
+etc/ejabberd \
+usr/lib/ejabberd/priv/bin/epam
   echo !!! it is major update. Config must be converted to yaml format.
 }
 



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

2014-05-16 Thread Sergej Pupykin
Date: Friday, May 16, 2014 @ 18:35:25
  Author: spupykin
Revision: 111330

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 111329, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/crash-fix.patch
(from rev 111329, ejabberd/trunk/crash-fix.patch)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 111329, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 111329, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 111329, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 111329, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/crash-fix.patch
(from rev 111329, ejabberd/trunk/crash-fix.patch)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 111329, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 111329, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 111329, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/crash-fix.patch
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/crash-fix.patch
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

-+
 /PKGBUILD   |  204 ++
 /crash-fix.patch|   28 
 /ejabberd.install   |   58 +
 /ejabberd.logrotate |   24 
 /ejabberd.service   |   28 
 community-i686/PKGBUILD |  110 --
 community-i686/crash-fix.patch  |   14 --
 community-i686/ejabberd.install |   21 ---
 community-i686/ejabberd.logrotate   |   12 --
 community-i686/ejabberd.service |   14 --
 community-x86_64/PKGBUILD   |  110 --
 community-x86_64/crash-fix.patch|   14 --
 community-x86_64/ejabberd.install   |   21 ---
 community-x86_64/ejabberd.logrotate |   12 --
 community-x86_64/ejabberd.service   |   14 --
 15 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 16:35:05 UTC (rev 111329)
+++ community-i686/PKGBUILD 2014-05-16 16:35:25 UTC (rev 111330)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=13.12
-pkgrel=2
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   $pkgname.logrotate
-   ejabberd.service
-   crash-fix.patch
-   
https://github.com/processone/ejabberd/commit/7af7b7d3f0c4bf399fb7db54c38090c8d1a25873.patch;
-   
https://github.com/processone/ejabberd/commit/d97b4fd9ca36858a12bc5e6841334cde4c8f0431.patch;)
-md5sums=('6eadb6f190d55c8a679de5496ca0c4a9'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
-  

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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 19:11:51
  Author: bisson
Revision: 212887

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 16:26:15 UTC (rev 212886)
+++ PKGBUILD2014-05-16 17:11:51 UTC (rev 212887)
@@ -5,18 +5,18 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
 license=('custom:MIT')
 arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama' 'libexif')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
 optdepends=('perl: feh-cam, webcam wrapper for feh'
 'imagemagick: support more file formats')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('c3fe2158886b9a25f6a99770c1e132a4a3b41b84' 'SKIP')
+sha1sums=('30eb2b778858b1f4ce97e44c8225758185b0c588' 'SKIP')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 19:12:25
  Author: bisson
Revision: 212888

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

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 212887, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 212887, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/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 2014-05-16 17:11:51 UTC (rev 212887)
+++ extra-i686/PKGBUILD 2014-05-16 17:12:25 UTC (rev 212888)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.11
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
-'imagemagick: support more file formats')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('c3fe2158886b9a25f6a99770c1e132a4a3b41b84' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 212887, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-16 17:12:25 UTC (rev 212888)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.12
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('perl: feh-cam, webcam wrapper for feh'
+'imagemagick: support more file formats')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('30eb2b778858b1f4ce97e44c8225758185b0c588' 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-16 17:11:51 UTC (rev 212887)
+++ extra-x86_64/PKGBUILD   2014-05-16 17:12:25 UTC (rev 212888)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.11
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
-'imagemagick: support more file formats')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('c3fe2158886b9a25f6a99770c1e132a4a3b41b84' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 212887, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-16 17:12:25 UTC (rev 212888)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.12
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')

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

2014-05-16 Thread Felix Yan
Date: Friday, May 16, 2014 @ 19:14:25
  Author: fyan
Revision: 212889

upgpkg: python-astroid 1.1.1-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 17:12:25 UTC (rev 212888)
+++ PKGBUILD2014-05-16 17:14:25 UTC (rev 212889)
@@ -3,15 +3,16 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
 url=https://bitbucket.org/logilab/astroid;
 license=('LGPL')
-makedepends=('python2' 'python')
+makedepends=('python' 'python2')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
 
source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
-sha1sums=('5565888ff76ddd1a14b952a5e3b651ebe08edd56')
+sha1sums=('ff7b70669933702c7196f08e694afd552032c454')
 
 prepare() {
   cp -a astroid-${pkgver}{,-py3}
@@ -25,6 +26,16 @@
   python3 setup.py build
 }
 
+check() {
+  # must be ran in target system, how?
+
+  cd astroid-${pkgver}/test
+  #python2 -m unittest discover -p unittest*.py
+
+  cd ../../astroid-${pkgver}-py3/test
+  #python -m unittest discover -p unittest*.py
+}
+
 package_python2-astroid() {
   depends=('python2' 'python2-logilab-common')
   replaces=('python2-logilab-astng')
@@ -33,9 +44,6 @@
   cd astroid-${pkgver}
 
   python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  #find ${pkgdir} -type f -exec chmod +r {} \;
 }
 
 package_python-astroid() {
@@ -46,7 +54,4 @@
   cd astroid-${pkgver}-py3
 
   python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  #find ${pkgdir} -type f -exec chmod +r {} \;
 }



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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 19:15:18
  Author: bisson
Revision: 111331

upstream update

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 16:35:25 UTC (rev 111330)
+++ PKGBUILD2014-05-16 17:15:18 UTC (rev 111331)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=pari
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='http://pari.math.u-bordeaux.fr/'
@@ -12,7 +12,7 @@
 makedepends=('perl' 'texlive-core')
 optdepends=('perl: gphelp, tex2mail')
 
source=(http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('ea3764bc0bac37d033e1109087bacba4c94b4c7d' 'SKIP')
+sha1sums=('7edec0dfefc5d0c47a7f1c2fb1016cfe313c1652' 'SKIP')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-16 Thread Felix Yan
Date: Friday, May 16, 2014 @ 19:15:43
  Author: fyan
Revision: 212890

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  109 +++--
 1 file changed, 57 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-16 17:14:25 UTC (rev 212889)
+++ PKGBUILD2014-05-16 17:15:43 UTC (rev 212890)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Useful miscellaneous modules used by Logilab projects
-arch=('any')
-url=https://bitbucket.org/logilab/astroid;
-license=('LGPL')
-makedepends=('python2' 'python')
-source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
-sha1sums=('5565888ff76ddd1a14b952a5e3b651ebe08edd56')
-
-prepare() {
-  cp -a astroid-${pkgver}{,-py3}
-}
-
-build() {
-  cd astroid-${pkgver}
-  python2 setup.py build
-
-  cd ../astroid-${pkgver}-py3
-  python3 setup.py build
-}
-
-package_python2-astroid() {
-  depends=('python2' 'python2-logilab-common')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  #find ${pkgdir} -type f -exec chmod +r {} \;
-}
-
-package_python-astroid() {
-  depends=('python' 'python-logilab-common')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  #find ${pkgdir} -type f -exec chmod +r {} \;
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 212889, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-16 17:15:43 UTC (rev 212890)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=https://bitbucket.org/logilab/astroid;
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
+sha1sums=('ff7b70669933702c7196f08e694afd552032c454')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  # must be ran in target system, how?
+
+  cd astroid-${pkgver}/test
+  #python2 -m unittest discover -p unittest*.py
+
+  cd ../../astroid-${pkgver}-py3/test
+  #python -m unittest discover -p unittest*.py
+}
+
+package_python2-astroid() {
+  depends=('python2' 'python2-logilab-common')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}
+
+package_python-astroid() {
+  depends=('python' 'python-logilab-common')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}



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

2014-05-16 Thread Gaetan Bisson
Date: Friday, May 16, 2014 @ 19:15:47
  Author: bisson
Revision: 111332

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-16 17:15:18 UTC (rev 111331)
+++ community-i686/PKGBUILD 2014-05-16 17:15:47 UTC (rev 111332)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=pari
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-source=(http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('ea3764bc0bac37d033e1109087bacba4c94b4c7d' 'SKIP')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/\$addlib64//g' -i config/get_libpth
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make bench
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-i686/PKGBUILD (from rev 111331, 
pari/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-16 17:15:47 UTC (rev 111332)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+source=(http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('7edec0dfefc5d0c47a7f1c2fb1016cfe313c1652' 'SKIP')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/\$addlib64//g' -i config/get_libpth
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make bench
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-16 17:15:18 UTC (rev 111331)
+++ community-x86_64/PKGBUILD   2014-05-16 17:15:47 UTC (rev 111332)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=pari
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-source=(http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('ea3764bc0bac37d033e1109087bacba4c94b4c7d' 'SKIP')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/\$addlib64//g' -i config/get_libpth
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make bench
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 111331, 
pari/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2014-05-16 Thread Jan Steffens
Date: Friday, May 16, 2014 @ 22:52:12
  Author: heftig
Revision: 212891

whitespace

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 17:15:43 UTC (rev 212890)
+++ PKGBUILD2014-05-16 20:52:12 UTC (rev 212891)
@@ -37,7 +37,7 @@
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
+
   # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
   patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
 
@@ -82,7 +82,7 @@
   # build libraries with hardening disabled
   echo build-programs=no  configparms
   make
-  
+
   # re-enable hardening for programs
   sed -i /build-programs=/s#no#yes# configparms
   echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
@@ -98,7 +98,7 @@
   LDFLAGS=${LDFLAGS/--as-needed,/}
 
   cd ${srcdir}/glibc-build
-  
+
   # ULP failures on i686 are all small and can be ignored
   # tst-cleanupx4.out failure on i686 needs investigating...
   make -k check || true



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

2014-05-16 Thread Jan Steffens
Date: Friday, May 16, 2014 @ 22:53:14
  Author: heftig
Revision: 111333

2.19-5

Added:
  lib32-glibc/trunk/glibc-2.19-tzselect-default.patch
Modified:
  lib32-glibc/trunk/PKGBUILD

---+
 PKGBUILD  |   27 ++-
 glibc-2.19-tzselect-default.patch |   13 +
 2 files changed, 31 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 17:15:47 UTC (rev 111332)
+++ PKGBUILD2014-05-16 20:53:14 UTC (rev 111333)
@@ -9,26 +9,32 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.19
-pkgrel=4
-pkgdesc=GNU C Library for multilib
+pkgrel=5
+pkgdesc=GNU C Library (32-bit)
 arch=('x86_64')
 url=http://www.gnu.org/software/libc;
 license=('GPL' 'LGPL')
-makedepends=('gcc-multilib=4.7')
+groups=()
+depends=()
+makedepends=('gcc-multilib=4.8')
+backup=()
 options=('!strip' '!emptydirs' 'staticlibs')
+install=
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
 glibc-2.19-xattr_header.patch
 glibc-2.19-fix-sign-in-bsloww1-input.patch
+glibc-2.19-tzselect-default.patch
 lib32-glibc.conf)
 md5sums=('e26b8cc666b162f999404b03970f14e4'
  'SKIP'
  '39a4876837789e07746f1d84cd8cb46a'
  '755a1a9d7844a5e338eddaa9a5d974cd'
+ 'c772dc99ddd8032ecbf43884ae0cf42e'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 
 prepare() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
-   
+
   # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
   patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
 
@@ -35,6 +41,9 @@
   # fix issues in sin/cos slow path calculation - commit ffe768a9
   patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
 
+  # fix tzselect with missing TZDIR - commit 893b4f37/c72399fb
+  patch -p1 -i $srcdir/glibc-2.19-tzselect-default.patch
+
   mkdir ${srcdir}/glibc-build
 }
 
@@ -55,7 +64,7 @@
   export CXX=g++ -m32
 
   # remove hardening options for building libraries
-  CFLAGS=${CFLAGS/-fstack-protector/}
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
   CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
 
   ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
@@ -76,8 +85,8 @@
 
   # re-enable hardening for programs
   sed -i /build-programs=/s#no#yes# configparms
-  echo CC += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
-  echo CXX += -fstack-protector -D_FORTIFY_SOURCE=2  configparms
+  echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  echo CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
   make
 
   # remove harding in preparation to run test-suite
@@ -90,8 +99,8 @@
 
   cd ${srcdir}/glibc-build
 
-  # only acceptable testsuite error is some small libm ulp failures on i686 
with gcc-4.9
-  # TODO: fix upstream and provide patch
+  # ULP failures on i686 are all small and can be ignored
+  # tst-cleanupx4.out failure on i686 needs investigating...
   make -k check || true
 }
 

Added: glibc-2.19-tzselect-default.patch
===
--- glibc-2.19-tzselect-default.patch   (rev 0)
+++ glibc-2.19-tzselect-default.patch   2014-05-16 20:53:14 UTC (rev 111333)
@@ -0,0 +1,13 @@
+diff --git a/timezone/Makefile b/timezone/Makefile
+index 998cd14..d5f647c 100644
+--- a/timezone/Makefile
 b/timezone/Makefile
+@@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps)
+ 
+ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
+   sed -e 's|/bin/bash|$(KSH)|g' \
+-  -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
++  -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
+   -e '/TZVERSION=/s|see_Makefile|$(version)|' \
+   -e '/PKGVERSION=/s|=.*|=$(PKGVERSION)|' \
+   -e '/REPORT_BUGS_TO=/s|=.*|=$(REPORT_BUGS_TO)|' \



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

2014-05-16 Thread Andrea Scarpino
Date: Friday, May 16, 2014 @ 23:31:05
  Author: andrea
Revision: 212892

upgpkg: akonadi 1.12.1-2

Say goodbye to soprano

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 20:52:12 UTC (rev 212891)
+++ PKGBUILD2014-05-16 21:31:05 UTC (rev 212892)
@@ -4,12 +4,12 @@
 
 pkgname=akonadi
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
@@ -27,7 +27,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
 -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
   make
 }
 



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

2014-05-16 Thread Andrea Scarpino
Date: Friday, May 16, 2014 @ 23:31:14
  Author: andrea
Revision: 212893

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

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

--+
 /PKGBUILD|   76 +
 /akonadi.install |   22 +++
 extra-i686/PKGBUILD  |   37 ---
 extra-i686/akonadi.install   |   11 -
 extra-x86_64/PKGBUILD|   37 ---
 extra-x86_64/akonadi.install |   11 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-16 21:31:05 UTC (rev 212892)
+++ extra-i686/PKGBUILD 2014-05-16 21:31:14 UTC (rev 212893)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a4a99d10e003a267a515fc60de4f817')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 212892, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-16 21:31:14 UTC (rev 212893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.12.1
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a4a99d10e003a267a515fc60de4f817')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2014-05-16 21:31:05 UTC (rev 212892)
+++ extra-i686/akonadi.install  2014-05-16 21:31:14 UTC (rev 212893)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 212892, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2014-05-16 21:31:14 UTC (rev 212893)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-16 21:31:05 UTC (rev 212892)
+++ extra-x86_64/PKGBUILD   2014-05-16 21:31:14 UTC (rev 212893)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=PIM layer, which 

[arch-commits] Commit in (nepomuk-core shared-desktop-ontologies soprano virtuoso)

2014-05-16 Thread Andrea Scarpino
Date: Friday, May 16, 2014 @ 23:43:12
  Author: andrea
Revision: 212901

cleanup

Deleted:
  nepomuk-core/
  shared-desktop-ontologies/
  soprano/
  virtuoso/



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

2014-05-16 Thread Andrea Scarpino
Date: Friday, May 16, 2014 @ 23:46:51
  Author: andrea
Revision: 212902

upgpkg: wcslib 4.23-1

Upstream release

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 21:43:12 UTC (rev 212901)
+++ PKGBUILD2014-05-16 21:46:51 UTC (rev 212902)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=wcslib
-pkgver=4.20
+pkgver=4.23
 pkgrel=1
 pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('GPL3')
 depends=('cfitsio')
 makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('3513e20f236274fbc2fa22251fd0726f')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('be5e0dbc93540cb1d163110c7c327919')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-16 Thread Andrea Scarpino
Date: Friday, May 16, 2014 @ 23:47:03
  Author: andrea
Revision: 212903

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-16 21:46:51 UTC (rev 212902)
+++ extra-i686/PKGBUILD 2014-05-16 21:47:03 UTC (rev 212903)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=wcslib
-pkgver=4.20
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('3513e20f236274fbc2fa22251fd0726f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-# Fails on i686
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # Fix wrong permissions
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 212902, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-16 21:47:03 UTC (rev 212903)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=wcslib
+pkgver=4.23
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('be5e0dbc93540cb1d163110c7c327919')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+# Fails on i686
+#check() {
+#  cd $pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # Fix wrong permissions
+  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-16 21:46:51 UTC (rev 212902)
+++ extra-x86_64/PKGBUILD   2014-05-16 21:47:03 UTC (rev 212903)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=wcslib
-pkgver=4.20
-pkgrel=1
-pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
-arch=('i686' 'x86_64')
-url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2;)
-md5sums=('3513e20f236274fbc2fa22251fd0726f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-# Fails on i686
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # Fix wrong permissions
-  chmod g=rx,-s ${pkgdir}/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
${pkgdir}/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 212902, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-16 21:47:03 UTC (rev 212903)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=wcslib
+pkgver=4.23
+pkgrel=1
+pkgdesc=A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS
+arch=('i686' 'x86_64')
+url=http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=('GPL3')
+depends=('cfitsio')
+makedepends=('gcc-fortran')
+source=(ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('be5e0dbc93540cb1d163110c7c327919')
+
+build() {
+  cd $pkgname-$pkgver
+
+  

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

2014-05-16 Thread Jan Steffens
Date: Saturday, May 17, 2014 @ 00:04:11
  Author: heftig
Revision: 111335

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glibc/repos/multilib-testing-x86_64/
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 111334, lib32-glibc/trunk/PKGBUILD)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.19-fix-sign-in-bsloww1-input.patch
(from rev 111334, 
lib32-glibc/trunk/glibc-2.19-fix-sign-in-bsloww1-input.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.19-tzselect-default.patch
(from rev 111334, lib32-glibc/trunk/glibc-2.19-tzselect-default.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.19-xattr_header.patch
(from rev 111334, lib32-glibc/trunk/glibc-2.19-xattr_header.patch)
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf
(from rev 111334, lib32-glibc/trunk/lib32-glibc.conf)

+
 PKGBUILD   |  152 +++
 glibc-2.19-fix-sign-in-bsloww1-input.patch |   71 
 glibc-2.19-tzselect-default.patch  |   13 ++
 glibc-2.19-xattr_header.patch  |   42 +++
 lib32-glibc.conf   |1 
 5 files changed, 279 insertions(+)

Copied: lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD (from rev 111334, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-05-16 22:04:11 UTC (rev 111335)
@@ -0,0 +1,152 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.19
+pkgrel=5
+pkgdesc=GNU C Library (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=()
+depends=()
+makedepends=('gcc-multilib=4.8')
+backup=()
+options=('!strip' '!emptydirs' 'staticlibs')
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.19-xattr_header.patch
+glibc-2.19-fix-sign-in-bsloww1-input.patch
+glibc-2.19-tzselect-default.patch
+lib32-glibc.conf)
+md5sums=('e26b8cc666b162f999404b03970f14e4'
+ 'SKIP'
+ '39a4876837789e07746f1d84cd8cb46a'
+ '755a1a9d7844a5e338eddaa9a5d974cd'
+ 'c772dc99ddd8032ecbf43884ae0cf42e'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # fix for {linux,sys}/xattr.h incompatibility - commit fdbe8eae
+  patch -p1 -i $srcdir/glibc-2.19-xattr_header.patch
+
+  # fix issues in sin/cos slow path calculation - commit ffe768a9
+  patch -p1 -i $srcdir/glibc-2.19-fix-sign-in-bsloww1-input.patch
+
+  # fix tzselect with missing TZDIR - commit 893b4f37/c72399fb
+  patch -p1 -i $srcdir/glibc-2.19-tzselect-default.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = i686 ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
+  #fi
+
+  echo slibdir=/usr/lib32  configparms
+  echo sbindir=/usr/bin  configparms
+  echo rootsbindir=/usr/bin  configparms
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons=nptl,libidn \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo build-programs=no  configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i /build-programs=/s#no#yes# configparms
+  echo CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  echo CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2  configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '4,6d' configparms
+}
+
+check() {
+  # the linker commands need to be reordered - fixed in 2.19
+  LDFLAGS=${LDFLAGS/--as-needed,/}
+
+  cd ${srcdir}/glibc-build
+
+  # ULP failures on i686 are all small and can be ignored
+  # tst-cleanupx4.out failure on i686 needs investigating...
+  make -k check || true
+}
+
+package() {
+  cd 

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

2014-05-16 Thread Jan Steffens
Date: Saturday, May 17, 2014 @ 00:03:28
  Author: heftig
Revision: 111334

Unbreak commitpkg (gets an empty argument added to svn status)

Modified:
  lib32-glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 20:53:14 UTC (rev 111333)
+++ PKGBUILD2014-05-16 22:03:28 UTC (rev 111334)
@@ -19,7 +19,6 @@
 makedepends=('gcc-multilib=4.8')
 backup=()
 options=('!strip' '!emptydirs' 'staticlibs')
-install=
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
 glibc-2.19-xattr_header.patch
 glibc-2.19-fix-sign-in-bsloww1-input.patch



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:09:46
  Author: andrea
Revision: 212905

archrelease: copy trunk to kde-unstable-any

Added:
  ttf-oxygen/repos/kde-unstable-any/
  ttf-oxygen/repos/kde-unstable-any/PKGBUILD
(from rev 212904, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install
(from rev 212904, ttf-oxygen/trunk/ttf-oxygen.install)

+
 PKGBUILD   |   41 +
 ttf-oxygen.install |   15 +++
 2 files changed, 56 insertions(+)

Copied: ttf-oxygen/repos/kde-unstable-any/PKGBUILD (from rev 212904, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-05-16 22:09:46 UTC (rev 212905)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.96
+_plasmaver=4.96.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
+md5sums=('642f58a9d8dc99be50d421c468eeba6f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install (from rev 212904, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- kde-unstable-any/ttf-oxygen.install (rev 0)
+++ kde-unstable-any/ttf-oxygen.install 2014-05-16 22:09:46 UTC (rev 212905)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (5 files)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:09:32
  Author: andrea
Revision: 212904

Let's try to package KDE Frameworks 5

Added:
  ttf-oxygen/
  ttf-oxygen/repos/
  ttf-oxygen/trunk/
  ttf-oxygen/trunk/PKGBUILD
  ttf-oxygen/trunk/ttf-oxygen.install

+
 PKGBUILD   |   41 +
 ttf-oxygen.install |   15 +++
 2 files changed, 56 insertions(+)

Added: ttf-oxygen/trunk/PKGBUILD
===
--- ttf-oxygen/trunk/PKGBUILD   (rev 0)
+++ ttf-oxygen/trunk/PKGBUILD   2014-05-16 22:09:32 UTC (rev 212904)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.96
+_plasmaver=4.96.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
+md5sums=('642f58a9d8dc99be50d421c468eeba6f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}


Property changes on: ttf-oxygen/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-oxygen/trunk/ttf-oxygen.install
===
--- ttf-oxygen/trunk/ttf-oxygen.install (rev 0)
+++ ttf-oxygen/trunk/ttf-oxygen.install 2014-05-16 22:09:32 UTC (rev 212904)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (4 files)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:13:54
  Author: andrea
Revision: 212906

Let's try to package KDE Frameworks 5

Added:
  frameworkintegration/
  frameworkintegration/repos/
  frameworkintegration/trunk/
  frameworkintegration/trunk/PKGBUILD

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

Added: frameworkintegration/trunk/PKGBUILD
===
--- frameworkintegration/trunk/PKGBUILD (rev 0)
+++ frameworkintegration/trunk/PKGBUILD 2014-05-16 22:13:54 UTC (rev 212906)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7d10b581c89019857373508454c8c3ab')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}


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


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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:14:14
  Author: andrea
Revision: 212907

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  frameworkintegration/repos/kde-unstable-i686/
  frameworkintegration/repos/kde-unstable-i686/PKGBUILD
(from rev 212906, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/kde-unstable-x86_64/
  frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 212906, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/kde-unstable-i686/PKGBUILD (from rev 212906, 
frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-05-16 22:14:14 UTC (rev 212907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7d10b581c89019857373508454c8c3ab')
+
+prepare() {
+  mkdir -p build
+}
+
+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: frameworkintegration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
212906, frameworkintegration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-05-16 22:14:14 UTC (rev 212907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7d10b581c89019857373508454c8c3ab')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:22:42
  Author: andrea
Revision: 212909

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-framework/repos/kde-unstable-i686/
  plasma-framework/repos/kde-unstable-i686/PKGBUILD
(from rev 212908, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/kde-unstable-x86_64/
  plasma-framework/repos/kde-unstable-x86_64/PKGBUILD
(from rev 212908, plasma-framework/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: plasma-framework/repos/kde-unstable-i686/PKGBUILD (from rev 212908, 
plasma-framework/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-05-16 22:22:42 UTC (rev 212909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-framework
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
+ 'kdeclarative' 'kross' 'kdnssd' 'kinit'
+ 'kactivities-frameworks' 'qt5-quick1')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+optdepends=('kde-workspace: provide a Plasma shell')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bb8077f5858643939bc002428cfcc338')
+
+prepare() {
+  mkdir -p build
+}
+
+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: plasma-framework/repos/kde-unstable-x86_64/PKGBUILD (from rev 212908, 
plasma-framework/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-05-16 22:22:42 UTC (rev 212909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-framework
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
+ 'kdeclarative' 'kross' 'kdnssd' 'kinit'
+ 'kactivities-frameworks' 'qt5-quick1')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+optdepends=('kde-workspace: provide a Plasma shell')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bb8077f5858643939bc002428cfcc338')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}



[arch-commits] Commit in (4 files)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:22:22
  Author: andrea
Revision: 212908

Let's try to package KDE Frameworks 5

Added:
  plasma-framework/
  plasma-framework/repos/
  plasma-framework/trunk/
  plasma-framework/trunk/PKGBUILD

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

Added: plasma-framework/trunk/PKGBUILD
===
--- plasma-framework/trunk/PKGBUILD (rev 0)
+++ plasma-framework/trunk/PKGBUILD 2014-05-16 22:22:22 UTC (rev 212908)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-framework
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
+ 'kdeclarative' 'kross' 'kdnssd' 'kinit'
+ 'kactivities-frameworks' 'qt5-quick1')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+optdepends=('kde-workspace: provide a Plasma shell')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('bb8077f5858643939bc002428cfcc338')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}


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


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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:27:21
  Author: andrea
Revision: 212911

Let's try to package KDE Frameworks 5

Added:
  krunner/
  krunner/repos/
  krunner/trunk/
  krunner/trunk/PKGBUILD

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

Added: krunner/trunk/PKGBUILD
===
--- krunner/trunk/PKGBUILD  (rev 0)
+++ krunner/trunk/PKGBUILD  2014-05-16 22:27:21 UTC (rev 212911)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=krunner
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7cb6e42317fecf73a145229cba55778e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:27:39
  Author: andrea
Revision: 212912

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  krunner/repos/kde-unstable-i686/
  krunner/repos/kde-unstable-i686/PKGBUILD
(from rev 212911, krunner/trunk/PKGBUILD)
  krunner/repos/kde-unstable-x86_64/
  krunner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 212911, krunner/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: krunner/repos/kde-unstable-i686/PKGBUILD (from rev 212911, 
krunner/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-05-16 22:27:39 UTC (rev 212912)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=krunner
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7cb6e42317fecf73a145229cba55778e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: krunner/repos/kde-unstable-x86_64/PKGBUILD (from rev 212911, 
krunner/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-05-16 22:27:39 UTC (rev 212912)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=krunner
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7cb6e42317fecf73a145229cba55778e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:41:33
  Author: andrea
Revision: 212973

upgpkg: calligra 2.8.3-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 22:32:16 UTC (rev 212972)
+++ PKGBUILD2014-05-16 22:41:33 UTC (rev 212973)
@@ -18,8 +18,8 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.8.2
-pkgrel=3
+pkgver=2.8.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -30,14 +30,10 @@
  'libetonyek' 'libpqxx' 'libspnav')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('adb7d386dd2ec0cafdb39ce474bba73a')
+md5sums=('78ad97127a3cc6d2c5c79ac6ae56f130')
 
 prepare() {
   mkdir build
-
-   # fix openjpeg detection
-  sed -i s:/usr/include/openjpeg:/usr/include/openjpeg-1.5: \
-${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
 }
 
 build() {



[arch-commits] Commit in calligra/repos (56 files)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:42:07
  Author: andrea
Revision: 212974

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

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 212973, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 212973, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-extras.install
(from rev 212973, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 212973, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 212973, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 212973, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 212973, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 212973, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 212973, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 212973, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 212973, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 212973, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 212973, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 212973, calligra/trunk/calligra.install)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 212973, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 212973, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-extras.install
(from rev 212973, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 212973, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 212973, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 212973, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 212973, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 212973, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 212973, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 212973, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 212973, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 212973, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 212973, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 212973, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-i686/calligra-braindump.install
  calligra/repos/testing-i686/calligra-extras.install
  calligra/repos/testing-i686/calligra-filters.install
  calligra/repos/testing-i686/calligra-flow.install
  calligra/repos/testing-i686/calligra-karbon.install
  calligra/repos/testing-i686/calligra-kexi.install
  calligra/repos/testing-i686/calligra-krita.install
  calligra/repos/testing-i686/calligra-plan.install
  calligra/repos/testing-i686/calligra-plugins.install
  calligra/repos/testing-i686/calligra-sheets.install
  calligra/repos/testing-i686/calligra-stage.install
  calligra/repos/testing-i686/calligra-words.install
  calligra/repos/testing-i686/calligra.install
  calligra/repos/testing-x86_64/PKGBUILD
  calligra/repos/testing-x86_64/calligra-braindump.install
  calligra/repos/testing-x86_64/calligra-extras.install
  calligra/repos/testing-x86_64/calligra-filters.install
  calligra/repos/testing-x86_64/calligra-flow.install
  calligra/repos/testing-x86_64/calligra-karbon.install
  calligra/repos/testing-x86_64/calligra-kexi.install
  calligra/repos/testing-x86_64/calligra-krita.install
  calligra/repos/testing-x86_64/calligra-plan.install
  calligra/repos/testing-x86_64/calligra-plugins.install
  calligra/repos/testing-x86_64/calligra-sheets.install
  calligra/repos/testing-x86_64/calligra-stage.install
  calligra/repos/testing-x86_64/calligra-words.install
  calligra/repos/testing-x86_64/calligra.install

---+
 /PKGBUILD |  498 
 /calligra-braindump.install   |   24 +
 

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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:43:01
  Author: andrea
Revision: 212975

upgpkg: calligra-l10n 2.8.3-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 22:42:07 UTC (rev 212974)
+++ PKGBUILD2014-05-16 22:43:01 UTC (rev 212975)
@@ -31,7 +31,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -68,35 +68,35 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-md5sums=('c6fec23a167b338ebd067fcce8dd'
- 'c8d7b92ae9836fecd58147249b7c921a'
- '880f9e40e8be183bbebe321aa37bfa7d'
- 'fa7065d529b82b0ec516fe7ae44f0f70'
- '7819f67565d6ac4a97322908e79497f3'
- '3f05ec5f2fa74d370e73e118d8e3c701'
- '11312967c5342ea0efc1be52b7312831'
- '3f3bb306a42bde3ac14b7c1a1baf1979'
- 'c4deb9c559a6ce7dac84c9833ef64eb2'
- 'f2bf686e5921e508a5b0c743f7e7d827'
- 'af0a4567536806b42576057a1641b4d4'
- 'f2fd5a5fab89d487768d43b0d3ace730'
- '203846fc0a4bcae74a96d3c6d1d066e3'
- 'e101d5b0086fdb913454b0617fdc70e6'
- '4ef91052b000e6abba88d721cf4d41f0'
- 'c9486848bf12706e15f5969cbb55a08c'
- '994a5034944d1e687072bfb811ff20af'
- 'b29ebc7323034267ded50c11b023cc40'
- '00471053ecd4c429d15562eeb30cf490'
- '9b5db703be3f8b40d9d2181c5184033e'
- '9c98cdeb622c48891079e1f968019931'
- '97a64f9824fd42eca1dbec0df47cd763'
- 'd2b1394b601a5bdf2b549807a01af6a6'
- '26e73a94ca642f72927d9bed84b52398'
- '52efcc10d9face98458113d14c418f6a'
- '5e9f15c21b4615fd81acce8d73a6b671'
- 'bfc4d59d43badef4b8a9d263d12bf549'
- 'dae231b52ff25be162b6158555b36c20'
- '03c3d75d5bcd7862d01192ddc12bc732')
+md5sums=('278c791eda6c61261f5797c14c1a6c7c'
+ '2cd028cdd51e469ffda4199cdb74edc7'
+ 'dec926755041db16bc11e934cb5c2e14'
+ '694dc45c1df24b3afdba9b35e0920cdb'
+ '78cfd014eda79d4ff0a4d2cd9b25860d'
+ 'e18326c7e1f09041d9e3aca5d7269f92'
+ '8b3b5e730da093ddb93c982c7bbd7a42'
+ 'e4f126bdd41913cf34106fd53c9e6441'
+ '639e851b6f23e913db8784adfdd1dc10'
+ '26e233a71930ee74032734186692c9a1'
+ 'cc3f810547ec00b0544dd26739a3f471'
+ 'fbcb9b613cdf672026cece530d509874'
+ '7bf598efcfa57594af105322d361b405'
+ '77091516cad7f88db527e61265c58369'
+ 'e91409ee00da4943fe2e9ee9f478a5bc'
+ '4dcfc63baeba2fc8ec5cc5ef97489dd0'
+ '9e3369d49a4cb7f63cc18dbb83498f92'
+ '2b1dc6e34bfab4963672d20959bd313b'
+ 'c9c95f33c5e37eba1509e26a1ed0450d'
+ '65e113d8bedad04c91dc36d4b1eac143'
+ 'bb274e56c2e4011a35b9e1b4163fa350'
+ '7a5ab9a78c7d7500f824cd2c7b6c8e0d'
+ 'fef9b587e40ec9fc72d6dcc4df115dfd'
+ '8f1bcadedf7082912bef37025b7e4b7a'
+ 'f52279cbb4bd5bab813f2d310be7520b'
+ '7cdc16c67c525fc6ad44ef1cba254d5d'
+ 'fc8a0b06ef5ff1afcd0efc685687c0e8'
+ 'a8552b153de91f72636f8dd924100f9f'
+ '22051f599d3ac702c1a43a046bd2a3de')
 
 build() {
   for lang in bs ca ca@valencia cs da de el es et eu fi fr gl hu it kk nb nds \



[arch-commits] Commit in calligra-l10n/repos (testing-any testing-any/PKGBUILD)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:43:09
  Author: andrea
Revision: 212976

archrelease: copy trunk to testing-any

Added:
  calligra-l10n/repos/testing-any/
  calligra-l10n/repos/testing-any/PKGBUILD
(from rev 212975, calligra-l10n/trunk/PKGBUILD)

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

Copied: calligra-l10n/repos/testing-any/PKGBUILD (from rev 212975, 
calligra-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-05-16 22:43:09 UTC (rev 212976)
@@ -0,0 +1,322 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra-l10n
+pkgname=('calligra-l10n-bs'
+   'calligra-l10n-ca'
+   'calligra-l10n-ca@valencia'
+   'calligra-l10n-cs'
+   'calligra-l10n-da'
+   'calligra-l10n-de'
+   'calligra-l10n-el'
+   'calligra-l10n-es'
+   'calligra-l10n-et'
+   'calligra-l10n-eu'
+   'calligra-l10n-fi'
+   'calligra-l10n-fr'
+   'calligra-l10n-gl'
+   'calligra-l10n-hu'
+   'calligra-l10n-it'
+   'calligra-l10n-kk'
+   'calligra-l10n-nb'
+   'calligra-l10n-nds'
+   'calligra-l10n-nl'
+   'calligra-l10n-pl'
+   'calligra-l10n-pt'
+   'calligra-l10n-pt_br'
+   'calligra-l10n-ru'
+   'calligra-l10n-sk'
+   'calligra-l10n-sl'
+   'calligra-l10n-sv'
+   'calligra-l10n-uk'
+   'calligra-l10n-zh_cn'
+   'calligra-l10n-zh_tw')
+pkgver=2.8.3
+pkgrel=1
+pkgdesc=Localization for Calligra
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
+md5sums=('278c791eda6c61261f5797c14c1a6c7c'
+ '2cd028cdd51e469ffda4199cdb74edc7'
+ 'dec926755041db16bc11e934cb5c2e14'
+ '694dc45c1df24b3afdba9b35e0920cdb'
+ '78cfd014eda79d4ff0a4d2cd9b25860d'
+ 'e18326c7e1f09041d9e3aca5d7269f92'
+ '8b3b5e730da093ddb93c982c7bbd7a42'
+ 'e4f126bdd41913cf34106fd53c9e6441'
+ '639e851b6f23e913db8784adfdd1dc10'
+ '26e233a71930ee74032734186692c9a1'
+ 

[arch-commits] Commit in (4 files)

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 01:08:54
  Author: andrea
Revision: 212977

kactivities4 and kactivities-framework can be used both with KDE4, but they 
cannot exists at the same time, see https://git.reviewboard.kde.org/r/115602/

Added:
  kactivities4/
  kactivities4/repos/
  kactivities4/trunk/
  kactivities4/trunk/PKGBUILD

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

Added: kactivities4/trunk/PKGBUILD
===
--- kactivities4/trunk/PKGBUILD (rev 0)
+++ kactivities4/trunk/PKGBUILD 2014-05-16 23:08:54 UTC (rev 212977)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities4
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4' 'mesa')
+replaces=('kactivities')
+conflicts=('kactivities' 'kactivities-frameworks')
+provides=('kactivities')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('bcece0a4fa92d34cb2bb83d208c914b8830d203d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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


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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 01:09:39
  Author: andrea
Revision: 212978

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

Added:
  kactivities4/repos/testing-i686/
  kactivities4/repos/testing-i686/PKGBUILD
(from rev 212977, kactivities4/trunk/PKGBUILD)
  kactivities4/repos/testing-x86_64/
  kactivities4/repos/testing-x86_64/PKGBUILD
(from rev 212977, kactivities4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kactivities4/repos/testing-i686/PKGBUILD (from rev 212977, 
kactivities4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-16 23:09:39 UTC (rev 212978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities4
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4' 'mesa')
+replaces=('kactivities')
+conflicts=('kactivities' 'kactivities-frameworks')
+provides=('kactivities')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('bcece0a4fa92d34cb2bb83d208c914b8830d203d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kactivities4/repos/testing-x86_64/PKGBUILD (from rev 212977, 
kactivities4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-16 23:09:39 UTC (rev 212978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities4
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4' 'mesa')
+replaces=('kactivities')
+conflicts=('kactivities' 'kactivities-frameworks')
+provides=('kactivities')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('bcece0a4fa92d34cb2bb83d208c914b8830d203d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 01:18:38
  Author: andrea
Revision: 212985

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

Added:
  kactivities-frameworks/repos/extra-i686/PKGBUILD
(from rev 212984, kactivities-frameworks/trunk/PKGBUILD)
  kactivities-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 212984, kactivities-frameworks/trunk/PKGBUILD)
Deleted:
  kactivities-frameworks/repos/extra-i686/PKGBUILD
  kactivities-frameworks/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-16 23:18:28 UTC (rev 212984)
+++ extra-i686/PKGBUILD 2014-05-16 23:18:38 UTC (rev 212985)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities-frameworks
-pkgver=4.99.0
-pkgrel=2
-pkgdesc=Core components for the KDE's Activities
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('LGPL')
-depends=('qt5-declarative' 'boost-libs' 'kservice')
-makedepends=('extra-cmake-modules' 'git' 'boost')
-groups=('kf5')
-conflicts=('kactivities')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
-md5sums=('eaefc07ae210975ff563f065d3335423')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kactivities-frameworks/repos/extra-i686/PKGBUILD (from rev 212984, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-16 23:18:38 UTC (rev 212985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities-frameworks
+pkgver=4.99.0
+pkgrel=3
+pkgdesc=Core components for the KDE's Activities
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('LGPL')
+depends=('qt5-declarative' 'boost-libs' 'kservice')
+makedepends=('extra-cmake-modules' 'git' 'boost')
+groups=('kf5')
+conflicts=('kactivities4')
+provides=('kactivities')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
+md5sums=('eaefc07ae210975ff563f065d3335423')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-16 23:18:28 UTC (rev 212984)
+++ extra-x86_64/PKGBUILD   2014-05-16 23:18:38 UTC (rev 212985)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities-frameworks
-pkgver=4.99.0
-pkgrel=2
-pkgdesc=Core components for the KDE's Activities
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('LGPL')
-depends=('qt5-declarative' 'boost-libs' 'kservice')
-makedepends=('extra-cmake-modules' 'git' 'boost')
-groups=('kf5')
-conflicts=('kactivities')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
-md5sums=('eaefc07ae210975ff563f065d3335423')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kactivities-frameworks/repos/extra-x86_64/PKGBUILD (from rev 212984, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-16 23:18:38 UTC (rev 212985)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities-frameworks
+pkgver=4.99.0
+pkgrel=3
+pkgdesc=Core components for the KDE's Activities
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('LGPL')
+depends=('qt5-declarative' 'boost-libs' 

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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 01:18:28
  Author: andrea
Revision: 212984

upgpkg: kactivities-frameworks 4.99.0-3

kactivities4 and kactivities-framework can be used both with KDE4, but they 
cannot exists at the same time, see https://git.reviewboard.kde.org/r/115602/

Modified:
  kactivities-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 23:15:56 UTC (rev 212983)
+++ PKGBUILD2014-05-16 23:18:28 UTC (rev 212984)
@@ -3,7 +3,7 @@
 
 pkgname=kactivities-frameworks
 pkgver=4.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Core components for the KDE's Activities
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
@@ -11,7 +11,8 @@
 depends=('qt5-declarative' 'boost-libs' 'kservice')
 makedepends=('extra-cmake-modules' 'git' 'boost')
 groups=('kf5')
-conflicts=('kactivities')
+conflicts=('kactivities4')
+provides=('kactivities')
 
source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
 md5sums=('eaefc07ae210975ff563f065d3335423')
 



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 02:15:16
  Author: andrea
Revision: 212986

upgpkg: kactivities-frameworks 4.99.0-4

It seems you cannot use this with KDE4

Modified:
  kactivities-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-16 23:18:38 UTC (rev 212985)
+++ PKGBUILD2014-05-17 00:15:16 UTC (rev 212986)
@@ -3,7 +3,7 @@
 
 pkgname=kactivities-frameworks
 pkgver=4.99.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Core components for the KDE's Activities
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
@@ -11,8 +11,7 @@
 depends=('qt5-declarative' 'boost-libs' 'kservice')
 makedepends=('extra-cmake-modules' 'git' 'boost')
 groups=('kf5')
-conflicts=('kactivities4')
-provides=('kactivities')
+conflicts=('kactivities4' 'kactivities')
 
source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
 md5sums=('eaefc07ae210975ff563f065d3335423')
 



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 02:15:28
  Author: andrea
Revision: 212987

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

Added:
  kactivities-frameworks/repos/extra-i686/PKGBUILD
(from rev 212986, kactivities-frameworks/trunk/PKGBUILD)
  kactivities-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 212986, kactivities-frameworks/trunk/PKGBUILD)
Deleted:
  kactivities-frameworks/repos/extra-i686/PKGBUILD
  kactivities-frameworks/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-17 00:15:16 UTC (rev 212986)
+++ extra-i686/PKGBUILD 2014-05-17 00:15:28 UTC (rev 212987)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities-frameworks
-pkgver=4.99.0
-pkgrel=3
-pkgdesc=Core components for the KDE's Activities
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('LGPL')
-depends=('qt5-declarative' 'boost-libs' 'kservice')
-makedepends=('extra-cmake-modules' 'git' 'boost')
-groups=('kf5')
-conflicts=('kactivities4')
-provides=('kactivities')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
-md5sums=('eaefc07ae210975ff563f065d3335423')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kactivities-frameworks/repos/extra-i686/PKGBUILD (from rev 212986, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-17 00:15:28 UTC (rev 212987)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities-frameworks
+pkgver=4.99.0
+pkgrel=4
+pkgdesc=Core components for the KDE's Activities
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('LGPL')
+depends=('qt5-declarative' 'boost-libs' 'kservice')
+makedepends=('extra-cmake-modules' 'git' 'boost')
+groups=('kf5')
+conflicts=('kactivities4' 'kactivities')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
+md5sums=('eaefc07ae210975ff563f065d3335423')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-17 00:15:16 UTC (rev 212986)
+++ extra-x86_64/PKGBUILD   2014-05-17 00:15:28 UTC (rev 212987)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities-frameworks
-pkgver=4.99.0
-pkgrel=3
-pkgdesc=Core components for the KDE's Activities
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('LGPL')
-depends=('qt5-declarative' 'boost-libs' 'kservice')
-makedepends=('extra-cmake-modules' 'git' 'boost')
-groups=('kf5')
-conflicts=('kactivities4')
-provides=('kactivities')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/kactivities-${pkgver}.tar.xz;)
-md5sums=('eaefc07ae210975ff563f065d3335423')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kactivities-frameworks/repos/extra-x86_64/PKGBUILD (from rev 212986, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-17 00:15:28 UTC (rev 212987)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities-frameworks
+pkgver=4.99.0
+pkgrel=4
+pkgdesc=Core components for the KDE's Activities
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('LGPL')

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:40:11
  Author: fyan
Revision: 111337

upgpkg: nemiver 0.9.5-2

libgtop 2.30.0 rebuild

Modified:
  nemiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:05:51 UTC (rev 111336)
+++ PKGBUILD2014-05-17 03:40:11 UTC (rev 111337)
@@ -4,7 +4,7 @@
 
 pkgname=nemiver
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='C/C++ debugger for GNOME'
 arch=('x86_64' 'i686')
 license=('GPL')



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:41:22
  Author: fyan
Revision: 111338

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

Added:
  nemiver/repos/community-staging-i686/
  nemiver/repos/community-staging-i686/PKGBUILD
(from rev 111337, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-staging-i686/nemiver.install
(from rev 111337, nemiver/trunk/nemiver.install)
  nemiver/repos/community-staging-x86_64/
  nemiver/repos/community-staging-x86_64/PKGBUILD
(from rev 111337, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-staging-x86_64/nemiver.install
(from rev 111337, nemiver/trunk/nemiver.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/nemiver.install   |   14 +
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/nemiver.install |   14 +
 4 files changed, 112 insertions(+)

Copied: nemiver/repos/community-staging-i686/PKGBUILD (from rev 111337, 
nemiver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-17 03:41:22 UTC (rev 111338)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.5
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!emptydirs')
+sha256sums=('33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9')
+
+build() {  
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-staging-i686/nemiver.install (from rev 111337, 
nemiver/trunk/nemiver.install)
===
--- community-staging-i686/nemiver.install  (rev 0)
+++ community-staging-i686/nemiver.install  2014-05-17 03:41:22 UTC (rev 
111338)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-staging-x86_64/PKGBUILD (from rev 111337, 
nemiver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-17 03:41:22 UTC (rev 111338)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.5
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!emptydirs')
+sha256sums=('33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9')
+
+build() {  
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-staging-x86_64/nemiver.install (from rev 
111337, nemiver/trunk/nemiver.install)
===
--- community-staging-x86_64/nemiver.install(rev 0)
+++ community-staging-x86_64/nemiver.install2014-05-17 03:41:22 UTC (rev 
111338)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:45:05
  Author: fyan
Revision: 212989

upgpkg: libgksu 2.0.12-6

libgtop 2.30.0 rebuild

Modified:
  libgksu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:00:14 UTC (rev 212988)
+++ PKGBUILD2014-05-17 03:45:05 UTC (rev 212989)
@@ -3,7 +3,7 @@
 
 pkgname=libgksu
 pkgver=2.0.12
-pkgrel=5
+pkgrel=6
 pkgdesc=gksu authorization library
 arch=(i686 x86_64)
 url=http://www.nongnu.org/gksu/index.html;



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:48:00
  Author: fyan
Revision: 212990

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

Added:
  libgksu/repos/staging-i686/
  libgksu/repos/staging-i686/PKGBUILD
(from rev 212989, libgksu/trunk/PKGBUILD)
  libgksu/repos/staging-i686/libgksu-2.0.0-fbsd.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.0-fbsd.patch)
  libgksu/repos/staging-i686/libgksu-2.0.12-automake-1.11.2.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-automake-1.11.2.patch)
  libgksu/repos/staging-i686/libgksu-2.0.12-fix-make-3.82.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-fix-make-3.82.patch)
  libgksu/repos/staging-i686/libgksu-2.0.12-notests.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-notests.patch)
  libgksu/repos/staging-i686/libgksu-2.0.12-revert-forkpty.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-revert-forkpty.patch)
  libgksu/repos/staging-i686/libgksu-2.0.7-libs.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.7-libs.patch)
  libgksu/repos/staging-i686/libgksu-2.0.7-polinguas.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.7-polinguas.patch)
  libgksu/repos/staging-i686/libgksu.install
(from rev 212989, libgksu/trunk/libgksu.install)
  libgksu/repos/staging-x86_64/
  libgksu/repos/staging-x86_64/PKGBUILD
(from rev 212989, libgksu/trunk/PKGBUILD)
  libgksu/repos/staging-x86_64/libgksu-2.0.0-fbsd.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.0-fbsd.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.12-automake-1.11.2.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-automake-1.11.2.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.12-fix-make-3.82.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-fix-make-3.82.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.12-notests.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-notests.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.12-revert-forkpty.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.12-revert-forkpty.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.7-libs.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.7-libs.patch)
  libgksu/repos/staging-x86_64/libgksu-2.0.7-polinguas.patch
(from rev 212989, libgksu/trunk/libgksu-2.0.7-polinguas.patch)
  libgksu/repos/staging-x86_64/libgksu.install
(from rev 212989, libgksu/trunk/libgksu.install)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-i686/libgksu-2.0.0-fbsd.patch   |   60 +++
 staging-i686/libgksu-2.0.12-automake-1.11.2.patch   |   25 +
 staging-i686/libgksu-2.0.12-fix-make-3.82.patch |   19 
 staging-i686/libgksu-2.0.12-notests.patch   |   26 +
 staging-i686/libgksu-2.0.12-revert-forkpty.patch|  359 ++
 staging-i686/libgksu-2.0.7-libs.patch   |   76 +++
 staging-i686/libgksu-2.0.7-polinguas.patch  |   40 ++
 staging-i686/libgksu.install|   17 
 staging-x86_64/PKGBUILD |   58 ++
 staging-x86_64/libgksu-2.0.0-fbsd.patch |   60 +++
 staging-x86_64/libgksu-2.0.12-automake-1.11.2.patch |   25 +
 staging-x86_64/libgksu-2.0.12-fix-make-3.82.patch   |   19 
 staging-x86_64/libgksu-2.0.12-notests.patch |   26 +
 staging-x86_64/libgksu-2.0.12-revert-forkpty.patch  |  359 ++
 staging-x86_64/libgksu-2.0.7-libs.patch |   76 +++
 staging-x86_64/libgksu-2.0.7-polinguas.patch|   40 ++
 staging-x86_64/libgksu.install  |   17 
 18 files changed, 1360 insertions(+)

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


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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:52:12
  Author: fyan
Revision: 111339

upgpkg: electricsheep 2.7b33-16

libgtop 2.30.0 rebuild

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:41:22 UTC (rev 111338)
+++ PKGBUILD2014-05-17 03:52:12 UTC (rev 111339)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=15
+pkgrel=16
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 05:53:19
  Author: fyan
Revision: 111340

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 111339, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 111339, electricsheep/trunk/PKGBUILD)

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

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 111339, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-17 03:53:19 UTC (rev 111340)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=16
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+= -I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 111339, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-17 03:53:19 UTC (rev 111340)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=16
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r 

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 06:09:51
  Author: fyan
Revision: 111341

upgpkg: python-cryptography-vectors 0.4-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:53:19 UTC (rev 111340)
+++ PKGBUILD2014-05-17 04:09:51 UTC (rev 111341)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc=Test vectors for the cryptography package
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('8679a9b33e10bbba89161cbdf83b83de')
+md5sums=('d350e59c7a26c474b0cd9e3830f7ba44')
  
 prepare() {
cp -a cryptography_vectors-${pkgver}{,-python2}



[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 06:10:43
  Author: fyan
Revision: 111342

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 111341, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-17 04:09:51 UTC (rev 111341)
+++ PKGBUILD2014-05-17 04:10:43 UTC (rev 111342)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.3
-pkgrel=1
-pkgdesc=Test vectors for the cryptography package
-arch=('any')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('8679a9b33e10bbba89161cbdf83b83de')
- 
-prepare() {
-   cp -a cryptography_vectors-${pkgver}{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
111341, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-17 04:10:43 UTC (rev 111342)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=0.4
+pkgrel=1
+pkgdesc=Test vectors for the cryptography package
+arch=('any')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('d350e59c7a26c474b0cd9e3830f7ba44')
+ 
+prepare() {
+   cp -a cryptography_vectors-${pkgver}{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:22:47
  Author: fyan
Revision: 111343

upgpkg: metacity 2.34.13-6

libgtop 2.30.0 rebuild

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 04:10:43 UTC (rev 111342)
+++ PKGBUILD2014-05-17 05:22:47 UTC (rev 111343)
@@ -4,7 +4,7 @@
 
 pkgname=metacity
 pkgver=2.34.13
-pkgrel=5
+pkgrel=6
 pkgdesc=Legacy GNOME window manager
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:29:07
  Author: fyan
Revision: 111344

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

Added:
  metacity/repos/community-staging-i686/
  metacity/repos/community-staging-i686/PKGBUILD
(from rev 111343, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-i686/application-switcher.patch
(from rev 111343, metacity/trunk/application-switcher.patch)
  metacity/repos/community-staging-i686/enable_compositing.patch
(from rev 111343, metacity/trunk/enable_compositing.patch)
  metacity/repos/community-staging-i686/fix_compositing_startup.patch
(from rev 111343, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-i686/fix_force_quit.patch
(from rev 111343, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-i686/fix_shadows.patch
(from rev 111343, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-i686/metacity.install
(from rev 111343, metacity/trunk/metacity.install)
  metacity/repos/community-staging-x86_64/
  metacity/repos/community-staging-x86_64/PKGBUILD
(from rev 111343, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-x86_64/application-switcher.patch
(from rev 111343, metacity/trunk/application-switcher.patch)
  metacity/repos/community-staging-x86_64/enable_compositing.patch
(from rev 111343, metacity/trunk/enable_compositing.patch)
  metacity/repos/community-staging-x86_64/fix_compositing_startup.patch
(from rev 111343, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-x86_64/fix_force_quit.patch
(from rev 111343, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-x86_64/fix_shadows.patch
(from rev 111343, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-x86_64/metacity.install
(from rev 111343, metacity/trunk/metacity.install)

+
 community-staging-i686/PKGBUILD|   57 +++
 community-staging-i686/application-switcher.patch  |   26 +
 community-staging-i686/enable_compositing.patch|   12 
 community-staging-i686/fix_compositing_startup.patch   |   12 
 community-staging-i686/fix_force_quit.patch|  222 +++
 community-staging-i686/fix_shadows.patch   |   39 ++
 community-staging-i686/metacity.install|   19 +
 community-staging-x86_64/PKGBUILD  |   57 +++
 community-staging-x86_64/application-switcher.patch|   26 +
 community-staging-x86_64/enable_compositing.patch  |   12 
 community-staging-x86_64/fix_compositing_startup.patch |   12 
 community-staging-x86_64/fix_force_quit.patch  |  222 +++
 community-staging-x86_64/fix_shadows.patch |   39 ++
 community-staging-x86_64/metacity.install  |   19 +
 14 files changed, 774 insertions(+)

Copied: metacity/repos/community-staging-i686/PKGBUILD (from rev 111343, 
metacity/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-17 05:29:07 UTC (rev 111344)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=metacity
+pkgver=2.34.13
+pkgrel=6
+pkgdesc=Legacy GNOME window manager
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 
'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url=https://wiki.gnome.org/Projects/Metacity;
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fix_compositing_startup.patch
+fix_force_quit.patch
+fix_shadows.patch
+enable_compositing.patch
+application-switcher.patch)
+sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
+'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
+'917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
+'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3'
+'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a'
+'177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=658036
+  patch -Np1 -i $srcdir/fix_compositing_startup.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=687938
+  patch -Np1 -i $srcdir/fix_force_quit.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=648340
+  patch -Np1 -i $srcdir/fix_shadows.patch
+
+  # Enable compositing by default (required for the desktop rendering feature 
of nautilus)
+  patch -Np1 -i 

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:31:53
  Author: fyan
Revision: 212991

upgpkg: python-cryptography 0.4-1

libgtop 2.30.0 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:48:00 UTC (rev 212990)
+++ PKGBUILD2014-05-17 05:31:53 UTC (rev 212991)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -11,20 +11,10 @@
 url=http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('1a9f2520acfef9489ac42fdc9a7be441')
+md5sums=('d1bb13648a12eda2a54653ba113d2e84')
 
-check() {
-   # Check python3 module
-   cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
-}
- 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
 }
@@ -38,6 +28,16 @@
cd ../cryptography-${pkgver}-python2
python2 setup.py build
 }
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
  
 package_python-cryptography() {
depends=('python' 'python-six' 'python-cffi')



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:33:24
  Author: fyan
Revision: 212992

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 212991, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 212991, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-17 05:31:53 UTC (rev 212991)
+++ extra-i686/PKGBUILD 2014-05-17 05:33:24 UTC (rev 212992)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.3
-pkgrel=1
-pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
-arch=('i686' 'x86_64')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
-source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('1a9f2520acfef9489ac42fdc9a7be441')
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
-}
- 
-prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-cryptography() {
-   depends=('python' 'python-six' 'python-cffi')
- 
-   cd cryptography-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi')
- 
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 212991, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-17 05:33:24 UTC (rev 212992)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.4
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('d1bb13648a12eda2a54653ba113d2e84')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-17 05:31:53 UTC (rev 212991)
+++ extra-x86_64/PKGBUILD   2014-05-17 05:33:24 UTC (rev 212992)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:42:56
  Author: fyan
Revision: 111345

upgpkg: nautilus-actions 3.2.3-3

libgtop 2.30.0 rebuild

Modified:
  nautilus-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 05:29:07 UTC (rev 111344)
+++ PKGBUILD2014-05-17 05:42:56 UTC (rev 111345)
@@ -6,7 +6,7 @@
 
 pkgname=nautilus-actions
 pkgver=3.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
 arch=('i686' 'x86_64')
 url=http://git.gnome.org/browse/nautilus-actions;



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:43:55
  Author: fyan
Revision: 111346

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

Added:
  nautilus-actions/repos/community-staging-i686/
  nautilus-actions/repos/community-staging-i686/PKGBUILD
(from rev 111345, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-staging-i686/nautilus-actions.install
(from rev 111345, nautilus-actions/trunk/nautilus-actions.install)
  nautilus-actions/repos/community-staging-x86_64/
  nautilus-actions/repos/community-staging-x86_64/PKGBUILD
(from rev 111345, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-staging-x86_64/nautilus-actions.install
(from rev 111345, nautilus-actions/trunk/nautilus-actions.install)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/nautilus-actions.install   |   24 +++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/nautilus-actions.install |   24 +++
 4 files changed, 132 insertions(+)

Copied: nautilus-actions/repos/community-staging-i686/PKGBUILD (from rev 
111345, nautilus-actions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-17 05:43:55 UTC (rev 111346)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=3
+pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/nautilus-actions;
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'libsm' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GConf schemas
+  mkdir -p $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain nautilus-actions \
+ 
$pkgdir/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r $pkgdir/usr/share/nautilus-actions/gconf-schemas/
+
+  # Remove redundant documentation
+  rm -r $pkgdir/usr/share/doc/
+}

Copied: nautilus-actions/repos/community-staging-i686/nautilus-actions.install 
(from rev 111345, nautilus-actions/trunk/nautilus-actions.install)
===
--- community-staging-i686/nautilus-actions.install 
(rev 0)
+++ community-staging-i686/nautilus-actions.install 2014-05-17 05:43:55 UTC 
(rev 111346)
@@ -0,0 +1,24 @@
+pkgname=nautilus-actions
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}

Copied: nautilus-actions/repos/community-staging-x86_64/PKGBUILD (from rev 
111345, nautilus-actions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-17 05:43:55 UTC (rev 111346)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=3
+pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/nautilus-actions;
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'libsm' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+   

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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:48:21
  Author: fyan
Revision: 212993

upgpkg: gnome-control-center 3.12.1-3

libgtop 2.30.0 rebuild

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 05:33:24 UTC (rev 212992)
+++ PKGBUILD2014-05-17 05:48:21 UTC (rev 212993)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-control-center
 pkgver=3.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc=The Control Center for GNOME
 license=(GPL)
 arch=(i686 x86_64)



[arch-commits] Commit in gnome-control-center/repos (6 files)

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:49:30
  Author: fyan
Revision: 212994

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

Added:
  gnome-control-center/repos/staging-i686/
  gnome-control-center/repos/staging-i686/PKGBUILD
(from rev 212993, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/staging-i686/gnome-control-center.install
(from rev 212993, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/staging-x86_64/
  gnome-control-center/repos/staging-x86_64/PKGBUILD
(from rev 212993, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/staging-x86_64/gnome-control-center.install
(from rev 212993, gnome-control-center/trunk/gnome-control-center.install)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/gnome-control-center.install   |   11 +
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/gnome-control-center.install |   11 +
 4 files changed, 120 insertions(+)

Copied: gnome-control-center/repos/staging-i686/PKGBUILD (from rev 212993, 
gnome-control-center/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-17 05:49:30 UTC (rev 212994)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.12.1
+pkgrel=3
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk)
+makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login'
+'ntp: network time sync')
+groups=(gnome)
+url=http://www.gnome.org;
+install=gnome-control-center.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5297d448eff0ec58f6c0ad9fbd1b94bed0a850496df0ee65571c0622b49c1582')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --disable-silent-rules
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Copied: gnome-control-center/repos/staging-i686/gnome-control-center.install 
(from rev 212993, gnome-control-center/trunk/gnome-control-center.install)
===
--- staging-i686/gnome-control-center.install   (rev 0)
+++ staging-i686/gnome-control-center.install   2014-05-17 05:49:30 UTC (rev 
212994)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gnome-control-center/repos/staging-x86_64/PKGBUILD (from rev 212993, 
gnome-control-center/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-17 05:49:30 UTC (rev 212994)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.12.1
+pkgrel=3
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk)
+makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common modemmanager)
+optdepends=('system-config-printer: