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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 22:00:32
  Author: kkeen
Revision: 134388

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 20:00:14 UTC (rev 134387)
+++ community-i686/PKGBUILD 2015-05-30 20:00:32 UTC (rev 134388)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.3
-pkgrel=1
-pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
-arch=(i686 x86_64)
-url=http://www.maartenbaert.be/simplescreenrecorder/;
-license=(GPL3)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
-optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
-makedepends=(git)
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=(SKIP)
-
-options=(!libtool)
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  ./configure --prefix=/usr --disable-assert
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR=$pkgdir install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 134387, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 20:00:32 UTC (rev 134388)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.3
+pkgrel=2
+pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
+arch=(i686 x86_64)
+url=http://www.maartenbaert.be/simplescreenrecorder/;
+license=(GPL3)
+depends=(qt5-base qt5-x11extras qt5-tools ffmpeg alsa-lib libpulse 
jack libgl glu libx11 libxext libxfixes libxi)
+optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
+makedepends=(git)
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=(SKIP)
+
+options=(!libtool)
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  CXXFLAGS=$CXXFLAGS -fPIC
+  ./configure --prefix=/usr --disable-assert --with-qt5
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-05-30 20:00:14 UTC (rev 
134387)
+++ community-i686/simplescreenrecorder.install 2015-05-30 20:00:32 UTC (rev 
134388)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -f usr/share/icons/hicolor
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 134387, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-05-30 20:00:32 UTC (rev 
134388)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -f usr/share/icons/hicolor
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-30 20:00:14 UTC (rev 134387)

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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 22:00:14
  Author: kkeen
Revision: 134387

upgpkg: simplescreenrecorder 0.3.3-2

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 19:31:34 UTC (rev 134386)
+++ PKGBUILD2015-05-30 20:00:14 UTC (rev 134387)
@@ -4,12 +4,12 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
 arch=(i686 x86_64)
 url=http://www.maartenbaert.be/simplescreenrecorder/;
 license=(GPL3)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
+depends=(qt5-base qt5-x11extras qt5-tools ffmpeg alsa-lib libpulse 
jack libgl glu libx11 libxext libxfixes libxi)
 optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
 makedepends=(git)
 source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
@@ -20,7 +20,9 @@
 
 build() {
   cd ssr
-  ./configure --prefix=/usr --disable-assert
+  # fPIC is only required for qt5 + gcc5
+  CXXFLAGS=$CXXFLAGS -fPIC
+  ./configure --prefix=/usr --disable-assert --with-qt5
   make
 }
 package() {


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 18:26:19
  Author: arojas
Revision: 239932

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

Added:
  phonon/repos/extra-i686/qt-5.4.2.patch
(from rev 239931, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/extra-x86_64/qt-5.4.2.patch
(from rev 239931, phonon/trunk/qt-5.4.2.patch)
Deleted:
  phonon/repos/extra-i686/PKGBUILD
  phonon/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   76 --
 extra-i686/qt-5.4.2.patch   |   23 
 extra-x86_64/PKGBUILD   |   76 --
 extra-x86_64/qt-5.4.2.patch |   23 
 4 files changed, 46 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 16:23:23 UTC (rev 239931)
+++ extra-i686/PKGBUILD 2015-05-30 16:26:19 UTC (rev 239932)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')
-source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
-md5sums=('88bb9867261803eed61ff53a7c026338'
- '0235218127e47f646dd037661970aa97')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-
-# Fix build with Qt 5.4.2
-  cd $pkgbase-$pkgver
-  patch -p1 -i $srcdir/qt-5.4.2.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc=The multimedia framework for KDE4
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install headers into the Qt4 dir
-  install -d ${pkgdir}/usr/include/qt4
-  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-${pkgdir}/usr/lib/pkgconfig/phonon.pc
-}
-
-package_phonon-qt5(){
-  pkgdesc=The multimedia framework for KF5
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon/repos/extra-i686/qt-5.4.2.patch (from rev 239931, 
phonon/trunk/qt-5.4.2.patch)
===
--- extra-i686/qt-5.4.2.patch   (rev 0)
+++ extra-i686/qt-5.4.2.patch   2015-05-30 16:26:19 UTC (rev 239932)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Thu, 28 May 2015 15:56:47 +
+Subject: Yet another _include_dirs fix
+X-Git-Url: 
http://quickgit.kde.org/?p=phonon.gita=commitdiffh=635b65fa417f49ac4ae189e926bf138efc6544d6
+---
+Yet another _include_dirs fix
+
+The variable is set as a definition, so mark it as such
+---
+
+
+--- a/cmake/FindPhononInternal.cmake
 b/cmake/FindPhononInternal.cmake
+@@ -409,7 +409,7 @@
+   file(WRITE ${_source_file} ${_source})
+   set(_include_dirs -DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES})
+ 
+-  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS ${_include_dirs} OUTPUT_VARIABLE _compile_output_var)
++  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS ${CMAKE_CXX_FLAGS} COMPILE_DEFINITIONS ${_include_dirs} 
OUTPUT_VARIABLE _compile_output_var)
+ 
+   if(NOT _compile_result)
+  message(${_compile_output_var})
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-30 16:23:23 UTC (rev 239931)
+++ extra-x86_64/PKGBUILD   2015-05-30 16:26:19 UTC (rev 239932)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')

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

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 19:02:33
  Author: guillaume
Revision: 239933

Add optdepends to java-openjfx

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 16:26:19 UTC (rev 239932)
+++ PKGBUILD2015-05-30 17:02:33 UTC (rev 239933)
@@ -6,6 +6,7 @@
 #   pulse
 #   add policytool desktop files
 
+# Package 'openjfx' must be updated when this one is
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
@@ -185,7 +186,8 @@
   depends=(jre8-openjdk-headless=${pkgver}-${pkgrel} 'xdg-utils' 
'hicolor-icon-theme')
   optdepends=('icedtea-web: web browser plugin + Java Web Start'
   'alsa-lib: for basic sound support'
-  'gtk2: for the Gtk+ look and feel - desktop usage')
+  'gtk2: for the Gtk+ look and feel - desktop usage'
+  'java-openjfx: for JavaFX GUI components support')
   # TODO when adding IcedTea: 'giflib: for gif format support'
   # TODO when adding IcedTea: 'libpulse: for advanced sound support'
   provides=('java-runtime=8' 'java-runtime-openjdk=8')


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:03:22
  Author: arojas
Revision: 239934

Add validpgpkeys

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:02:33 UTC (rev 239933)
+++ PKGBUILD2015-05-30 17:03:22 UTC (rev 239934)
@@ -26,6 +26,7 @@
 
source=(http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz{,.asc})
 md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
  'SKIP')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
 cd ${srcdir}/${pkgname}-${_realver}


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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 19:13:44
  Author: jelle
Revision: 134381

update upstream url

Modified:
  oolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 15:36:27 UTC (rev 134380)
+++ PKGBUILD2015-05-30 17:13:44 UTC (rev 134381)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc=A space-sim based on the classic Elite
 arch=('i686' 'x86_64')
-url=http://oolite-linux.berlios.de;
+url=http://www.oolite.org/;
 license=('GPL2')
 depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base' 'openal')
 makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:14:28
  Author: arojas
Revision: 239938

Add validpgpkeys

Modified:
  rp-pppoe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:10:21 UTC (rev 239937)
+++ PKGBUILD2015-05-30 17:14:28 UTC (rev 239938)
@@ -17,6 +17,7 @@
 
source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig}
 
adsl.service 
kmode.patch)
+validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # Dianne Skoll
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/src


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:21:48
  Author: arojas
Revision: 239941

Add validpgpkeys

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:19:22 UTC (rev 239940)
+++ PKGBUILD2015-05-30 17:21:48 UTC (rev 239941)
@@ -14,6 +14,7 @@
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha1sums=('893058aada022a8dfc63c675ebcd7e7e86a3a363'
   'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:26:45
  Author: arojas
Revision: 239943

Add validpgpkeys

Modified:
  ddrescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:24:42 UTC (rev 239942)
+++ PKGBUILD2015-05-30 17:26:45 UTC (rev 239943)
@@ -16,6 +16,7 @@
 http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig;)
 md5sums=('ed6b5b82d74cbd925db2b829350e74b1'
  'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-05-30 Thread Evgeniy Alekseev
Date: Saturday, May 30, 2015 @ 20:50:27
  Author: arcanis
Revision: 134383

upgpkg: mangler 1.2.5-5
add speex to dep list

Modified:
  mangler/trunk/ChangeLog
  mangler/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-05-30 18:45:33 UTC (rev 134382)
+++ ChangeLog   2015-05-30 18:50:27 UTC (rev 134383)
@@ -1,3 +1,6 @@
+1.2.5-5:
+rebuild against the newest changes
+
 1.2.5-4:
 add pulseaudio to dependency list (FS#41770)
 

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:45:33 UTC (rev 134382)
+++ PKGBUILD2015-05-30 18:50:27 UTC (rev 134383)
@@ -6,12 +6,12 @@
 
 pkgname=mangler
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc=Ventrilo compatible VOIP client for Linux
 arch=('i686' 'x86_64')
 url=http://www.mangler.org/;
 license=('GPL3')
-depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'xosd')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'speex' 
'xosd')
 makedepends=('librsvg' 'pkg-config')
 optdepends=('alsa-lib: ALSA support'
 'celt: CELT codec support')


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

2015-05-30 Thread Evgeniy Alekseev
Date: Saturday, May 30, 2015 @ 20:50:46
  Author: arcanis
Revision: 134384

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

Added:
  mangler/repos/community-i686/ChangeLog
(from rev 134383, mangler/trunk/ChangeLog)
  mangler/repos/community-i686/PKGBUILD
(from rev 134383, mangler/trunk/PKGBUILD)
  mangler/repos/community-x86_64/ChangeLog
(from rev 134383, mangler/trunk/ChangeLog)
  mangler/repos/community-x86_64/PKGBUILD
(from rev 134383, mangler/trunk/PKGBUILD)
Deleted:
  mangler/repos/community-i686/ChangeLog
  mangler/repos/community-i686/PKGBUILD
  mangler/repos/community-x86_64/ChangeLog
  mangler/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   28 +++
 /PKGBUILD  |   62 +++
 community-i686/ChangeLog   |   11 ---
 community-i686/PKGBUILD|   31 -
 community-x86_64/ChangeLog |   11 ---
 community-x86_64/PKGBUILD  |   31 -
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-05-30 18:50:27 UTC (rev 134383)
+++ community-i686/ChangeLog2015-05-30 18:50:46 UTC (rev 134384)
@@ -1,11 +0,0 @@
-1.2.5-4:
-add pulseaudio to dependency list (FS#41770)
-
-1.2.5-3:
-move g15daemon, espeak and xosd to dependency list since they are not optional
-
-1.2.5-2:
-fix optional dependencies list
-
-1.2.5-1:
-move into [community] from AUR

Copied: mangler/repos/community-i686/ChangeLog (from rev 134383, 
mangler/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-05-30 18:50:46 UTC (rev 134384)
@@ -0,0 +1,14 @@
+1.2.5-5:
+rebuild against the newest changes
+
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
+1.2.5-3:
+move g15daemon, espeak and xosd to dependency list since they are not optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 18:50:27 UTC (rev 134383)
+++ community-i686/PKGBUILD 2015-05-30 18:50:46 UTC (rev 134384)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# Contributor: Simon Perry pezz at sanxion dot net
-# Contributor: Sigitas Mazaliauskas sigisnn at gmail dot com
-# Contributor: LinkMaster03 linkmaster032000 at gmail dot com
-
-pkgname=mangler
-pkgver=1.2.5
-pkgrel=4
-pkgdesc=Ventrilo compatible VOIP client for Linux
-arch=('i686' 'x86_64')
-url=http://www.mangler.org/;
-license=('GPL3')
-depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'xosd')
-makedepends=('librsvg' 'pkg-config')
-optdepends=('alsa-lib: ALSA support'
-'celt: CELT codec support')
-source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('28bb40c91d8e778a95a0845f858be503')
-changelog=ChangeLog
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mangler/repos/community-i686/PKGBUILD (from rev 134383, 
mangler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 18:50:46 UTC (rev 134384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Simon Perry pezz at sanxion dot net
+# Contributor: Sigitas Mazaliauskas sigisnn at gmail dot com
+# Contributor: LinkMaster03 linkmaster032000 at gmail dot com
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=Ventrilo compatible VOIP client for Linux
+arch=('i686' 'x86_64')
+url=http://www.mangler.org/;
+license=('GPL3')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'speex' 
'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-05-30 18:50:27 UTC (rev 134383)
+++ community-x86_64/ChangeLog  2015-05-30 18:50:46 UTC (rev 134384)
@@ -1,11 +0,0 @@
-1.2.5-4:
-add pulseaudio to dependency list (FS#41770)
-
-1.2.5-3:
-move g15daemon, espeak and xosd to dependency list since they are not optional
-
-1.2.5-2:
-fix 

[arch-commits] Commit in qt-at-spi/trunk (PKGBUILD)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 20:45:33
  Author: arojas
Revision: 134382

Fix checksums

Modified:
  qt-at-spi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:13:44 UTC (rev 134381)
+++ PKGBUILD2015-05-30 18:45:33 UTC (rev 134382)
@@ -13,7 +13,7 @@
 options=('!libtool')
 
source=($pkgname-$pkgver.tar.gz::https://gitorious.org/$pkgname/$pkgname/archive-tarball/v$pkgver
 qt-accessibility.sh)
-md5sums=('cc749ef766f8a199b603a7d5fb723006'
+md5sums=('d88ac266add1eee2977060daa0e8009f'
  'f0c8551ed54f5d4e5daf7ddac9189aaa')
 
 build() {


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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 21:31:34
  Author: jelle
Revision: 134386

Update upstream source / url

Modified:
  gimmage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 19:19:36 UTC (rev 134385)
+++ PKGBUILD2015-05-30 19:31:34 UTC (rev 134386)
@@ -8,12 +8,12 @@
 pkgrel=5
 pkgdesc=A gtkmm image viewer
 arch=('i686' 'x86_64')
-url=http://gimmage.berlios.de;
+url=http://sourceforge.net/projects/gimmage.berlios/;
 license=('GPL')
 depends=('gtkmm' 'curl' 'file')
 makedepends=('pkgconfig')
 changelog=ChangeLog
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/gimmage.berlios/files/gimmage-$pkgver.tar.gz)
 md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
 
 prepare() {


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:08:33
  Author: arojas
Revision: 239936

Add validpgpkeys

Modified:
  neon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:05:53 UTC (rev 239935)
+++ PKGBUILD2015-05-30 17:08:33 UTC (rev 239936)
@@ -15,6 +15,7 @@
 source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('efec2a6f17d9bd2323345320e3067349ddc9cf79'
   'SKIP')
+validpgpkeys=('6D0C74985535060B23300BFE47F6969D0E44CF0C') # Joe Orton
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:19:22
  Author: arojas
Revision: 239940

Add validpgpkeys

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:16:06 UTC (rev 239939)
+++ PKGBUILD2015-05-30 17:19:22 UTC (rev 239940)
@@ -18,6 +18,7 @@
 sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
 'SKIP'
 '9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
+validpgpkeys=('F879F0DEDA780198DD08DC6443EC92504F71955A') # Dave Beckett
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 20:01:22
  Author: arojas
Revision: 239944

Disable tests

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:26:45 UTC (rev 239943)
+++ PKGBUILD2015-05-30 18:01:22 UTC (rev 239944)
@@ -35,7 +35,7 @@
   sed -i -e s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/ 
plugins/CMakeLists.txt
 
   cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON  ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON 
-DBUILD_TESTS=OFF ..
   make
 }
 


[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 20:38:11
  Author: arojas
Revision: 239948

Fix source URL

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:26:49 UTC (rev 239947)
+++ PKGBUILD2015-05-30 18:38:11 UTC (rev 239948)
@@ -16,7 +16,7 @@
 makedepends=('time' 'gcc-fortran')
 conflicts=('hdf5')
 provides=('hdf5')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
 sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
 
 build() {


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:10:21
  Author: arojas
Revision: 239937

Add validpgpkeys

Modified:
  abs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:08:33 UTC (rev 239936)
+++ PKGBUILD2015-05-30 17:10:21 UTC (rev 239937)
@@ -13,6 +13,7 @@
 
source=(https://sources.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('7258c739a93e02a4f31f114e9fc3b0ba'
  'a628f7d5b1cd1e838366b88709690c24')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:24:42
  Author: arojas
Revision: 239942

Add validpgpkeys

Modified:
  truecrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:21:48 UTC (rev 239941)
+++ PKGBUILD2015-05-30 17:24:42 UTC (rev 239942)
@@ -25,6 +25,7 @@
  'ce6a707b79411e82e8e558aa03e764b0'
  '183b9bf04a943454d4e216130bcbac01'
  '00ea70fa8437de877b31b027ac2b4060')
+validpgpkeys=('C5F4BAC4A7B22DB8B8F85538E3BA73CAF0D6B1E0') # TrueCrypt 
Foundation
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-source


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

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 20:12:56
  Author: guillaume
Revision: 239945

Upstream release 4.4.2

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:01:22 UTC (rev 239944)
+++ PKGBUILD2015-05-30 18:12:56 UTC (rev 239945)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=swt
-pkgver=4.4
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.4.2
 pkgrel=1
-_date=201406061215
+_date=201502041700
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
@@ -11,19 +12,16 @@
 depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
 optdepends=('libgnomeui' 'glu' 'webkitgtk2')
 makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-if [ ${CARCH} = i686 ]; then
-  _carch=x86
-  
sha256sums=('c11ba885bed2716e22291401001859404c696b3e72dafd87ea44ff99588bbd5b'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-if [ ${CARCH} = x86_64 ]; then
-  _carch=x86_64
-  
sha256sums=('90fdbd56c74c1e63aa1fd781f1ca54aa24623aeedf8b5f2e15dff91abf98a7b4'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
-build-swt.xml)
-# To test this pkg:
+
+source=(build-swt.xml)
+source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
+source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
+
+sha256sums=('6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+sha256sums_i686=('48f2ff63217d20a2abe3ce083f4e04da75aa6f9fa5675b1dd2a57e3151c6fe53')
+sha256sums_x86_64=('fdfd66d4c2d5c92a2d505961b8e1738bedbdda0e910e45dafc2bd568c146307c')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
 # http://download.eclipse.org/eclipse/downloads/
 
@@ -33,7 +31,7 @@
   cd ${srcdir}
   unzip -oq src.zip -d src
 
-  . /etc/profile.d/jdk.sh
+  export JAVA_HOME=/usr/lib/jvm/default
   . /etc/profile.d/apache-ant.sh
 
   # Shared objects


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

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 20:13:30
  Author: guillaume
Revision: 239946

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

Added:
  swt/repos/extra-i686/PKGBUILD
(from rev 239945, swt/trunk/PKGBUILD)
  swt/repos/extra-i686/build-swt.xml
(from rev 239945, swt/trunk/build-swt.xml)
  swt/repos/extra-x86_64/PKGBUILD
(from rev 239945, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 239945, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-i686/PKGBUILD
  swt/repos/extra-i686/build-swt.xml
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

+
 /PKGBUILD  |  114 +++
 /build-swt.xml |   34 
 extra-i686/PKGBUILD|   59 --
 extra-i686/build-swt.xml   |   17 --
 extra-x86_64/PKGBUILD  |   59 --
 extra-x86_64/build-swt.xml |   17 --
 6 files changed, 148 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 18:12:56 UTC (rev 239945)
+++ extra-i686/PKGBUILD 2015-05-30 18:13:30 UTC (rev 239946)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=swt
-pkgver=4.4
-pkgrel=1
-_date=201406061215
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-if [ ${CARCH} = i686 ]; then
-  _carch=x86
-  
sha256sums=('c11ba885bed2716e22291401001859404c696b3e72dafd87ea44ff99588bbd5b'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-if [ ${CARCH} = x86_64 ]; then
-  _carch=x86_64
-  
sha256sums=('90fdbd56c74c1e63aa1fd781f1ca54aa24623aeedf8b5f2e15dff91abf98a7b4'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
-build-swt.xml)
-# To test this pkg:
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/apache-ant.sh
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-i686/PKGBUILD (from rev 239945, swt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 18:13:30 UTC (rev 239946)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=swt
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.4.2
+pkgrel=1
+_date=201502041700
+pkgdesc='An open source widget toolkit for Java'
+arch=('i686' 'x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
+optdepends=('libgnomeui' 'glu' 'webkitgtk2')
+makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+
+source=(build-swt.xml)
+source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
+source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
+
+sha256sums=('6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+sha256sums_i686=('48f2ff63217d20a2abe3ce083f4e04da75aa6f9fa5675b1dd2a57e3151c6fe53')
+sha256sums_x86_64=('fdfd66d4c2d5c92a2d505961b8e1738bedbdda0e910e45dafc2bd568c146307c')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  export JAVA_HOME=/usr/lib/jvm/default
+  . /etc/profile.d/apache-ant.sh
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  ant -f ../build-swt.xml compile
+}
+
+package() {

[arch-commits] Commit in phonon/trunk (qt-5.4.2.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 18:23:23
  Author: arojas
Revision: 239931

Add missing patch

Added:
  phonon/trunk/qt-5.4.2.patch

+
 qt-5.4.2.patch |   23 +++
 1 file changed, 23 insertions(+)

Added: qt-5.4.2.patch
===
--- qt-5.4.2.patch  (rev 0)
+++ qt-5.4.2.patch  2015-05-30 16:23:23 UTC (rev 239931)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Thu, 28 May 2015 15:56:47 +
+Subject: Yet another _include_dirs fix
+X-Git-Url: 
http://quickgit.kde.org/?p=phonon.gita=commitdiffh=635b65fa417f49ac4ae189e926bf138efc6544d6
+---
+Yet another _include_dirs fix
+
+The variable is set as a definition, so mark it as such
+---
+
+
+--- a/cmake/FindPhononInternal.cmake
 b/cmake/FindPhononInternal.cmake
+@@ -409,7 +409,7 @@
+   file(WRITE ${_source_file} ${_source})
+   set(_include_dirs -DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES})
+ 
+-  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS ${_include_dirs} OUTPUT_VARIABLE _compile_output_var)
++  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS ${CMAKE_CXX_FLAGS} COMPILE_DEFINITIONS ${_include_dirs} 
OUTPUT_VARIABLE _compile_output_var)
+ 
+   if(NOT _compile_result)
+  message(${_compile_output_var})
+


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:05:53
  Author: arojas
Revision: 239935

Add validpgpkeys

Modified:
  gperf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:03:22 UTC (rev 239934)
+++ PKGBUILD2015-05-30 17:05:53 UTC (rev 239935)
@@ -15,6 +15,7 @@
 sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8'
   '85b8c44964a70a63d751afa5906796a0417e64ce')
 options=('!makeflags')
+validpgpkeys=('A47F5EB8FEF0E8AB1E613F2045E59068F91BB79F') # Brendan Kehoe
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:16:06
  Author: arojas
Revision: 239939

Add validpgpkeys

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:14:28 UTC (rev 239938)
+++ PKGBUILD2015-05-30 17:16:06 UTC (rev 239939)
@@ -18,6 +18,7 @@
 md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
  'SKIP'
  '89724bac1ecbd1a57b1ea81e87f96f44')
+validpgpkeys=('17D3311B14BC0F248267BF020716748A30D155AD') # Karl Berry
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qt5/trunk (PKGBUILD gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 20:26:49
  Author: arojas
Revision: 239947

Add patch to fix build with GCC 5

Added:
  qt5/trunk/gcc-5.patch
Modified:
  qt5/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 gcc-5.patch |   17 +
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:13:30 UTC (rev 239946)
+++ PKGBUILD2015-05-30 18:26:49 UTC (rev 239947)
@@ -48,7 +48,7 @@
 '0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch'
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop' 'glib-2.43.patch'
 'qlockfile-deadlock.patch' 'qnam-corruption.patch' 
'keypad-shortcuts.patch'
-'CVE-2015-0295.patch' 'CVE-2015-1858_1859.patch' 'CVE-2015-1860.patch')
+'CVE-2015-0295.patch' 'CVE-2015-1858_1859.patch' 'CVE-2015-1860.patch' 
'gcc-5.patch')
 md5sums=('7afb5f9235d8d42b5b6e832442a32a5d'
  'fb1459f325a15b15b18afeac51173a1d'
  'ac8fa252868161c676d876b614e24436'
@@ -64,7 +64,8 @@
  '665439088fc7de52a97455c5eaf87889'
  '871ab111d03a640b4d0250388a4307cc'
  'b799130014294cb3c73fc46e7e8889db'
- '64bc4f7d5097438eb6c6f8042378b3a3')
+ '64bc4f7d5097438eb6c6f8042378b3a3'
+ '67d8771036883a1733c812719d9ad17e')
 
 prepare() {
   cd ${_pkgfqn}
@@ -80,6 +81,9 @@
   # for glib 2.43+ https://bugreports.qt.io/browse/QTBUG-44714
   (cd qtwebkit; patch -p1 -i $srcdir/glib-2.43.patch)
 
+  # Fix build with GCC 5 https://bugreports.qt.io/browse/QTBUG-44829
+  (cd qtwebkit; patch -p1 -i $srcdir/gcc-5.patch)
+
   # https://bugs.kde.org/show_bug.cgi?id=345901
   (cd qtbase; patch -p1 -i $srcdir/qlockfile-deadlock.patch)
 
@@ -94,7 +98,7 @@
 
   # http://lists.qt-project.org/pipermail/announce/2015-April/67.html
   (cd qtbase; patch -p1 -i $srcdir/CVE-2015-1858_1859.patch; patch -p1 -i 
$srcdir/CVE-2015-1860.patch)
-
+ 
   # Build qmake using Arch {C,LD}FLAGS
   # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
   sed -i -e s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}| \

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 18:26:49 UTC (rev 239947)
@@ -0,0 +1,17 @@
+diff -up 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than 
+qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp
+--- 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than   
   2015-03-18 10:24:38.683352327 
+-0400
 qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-03-18 10:25:21.953352327 -0400
+@@ -1909,6 +1909,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesContiguousShape(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesDoubleShape(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesInt32Shape(ExecState* 
exec, unsigned i, JSValue value);
++
+ void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
+ {
+ VM vm = exec-vm();
+


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 20:41:11
  Author: arojas
Revision: 239949

Fix source URL

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:38:11 UTC (rev 239948)
+++ PKGBUILD2015-05-30 18:41:11 UTC (rev 239949)
@@ -18,7 +18,7 @@
 makedepends=('time')
 provides=('hdf5')
 conflicts=('hdf5')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
 mpi.patch) 
 sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a'
   '658d4a3e537c9c76da3200effa8f95b656a21936')


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 21:19:36
  Author: arojas
Revision: 134385

Fix checksum

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:50:46 UTC (rev 134384)
+++ PKGBUILD2015-05-30 19:19:36 UTC (rev 134385)
@@ -13,7 +13,7 @@
 install=stone-soup.install
 
#source=(http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz;)
 #source=(https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-source=(https://github.com/crawl-ref/crawl-ref/archive/$pkgver.tar.gz;)
+source=($pkgname-$pkgver::https://github.com/crawl-ref/crawl-ref/archive/$pkgver.tar.gz;)
 
 # used by gendesk to create .desktop file
 _exec=('crawl-tiles')
@@ -22,10 +22,10 @@
 package() {
 cd $srcdir
 gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup'
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
 
 #cd stone_soup-${pkgver}/source
-cd crawl-ref-${pkgver}/crawl-ref/source
+cd crawl-${pkgver}/crawl-ref/source
 
 # 0.16.0 weirdness
 sed -i 's|SDL_main.h|SDL2/|' main.cc
@@ -75,4 +75,4 @@
 
 }
 
-md5sums=('564b4a82e61651ae282f828849522a0b')
+md5sums=('262d973b56cc0d4ad2351dd370be2ef1')


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

2015-05-30 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 08:02:30
  Author: anatolik
Revision: 134326

gcc 5.1 compatibility patches. Remove old compile-time hack for variadic 
templates.

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 04:33:55 UTC (rev 134325)
+++ PKGBUILD2015-05-30 06:02:30 UTC (rev 134326)
@@ -18,10 +18,13 @@
 options=(!emptydirs)
 source=(
   http://download.rethinkdb.com/dist/$_tag.tgz
+  # https://github.com/rethinkdb/rethinkdb/issues/4264
+  
gcc-51-compat.patch::https://github.com/rethinkdb/rethinkdb/commit/242a351024fa7f11013b95e33a5ef52a790a0555.patch
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
 sha256sums=('e618607afc51b8ebc2ecd03b321061c19670fb537d871b30c9baa1b183ec929e'
+'6d56265635dc8b264c5d4b6e4db73ac2f602e8c7e380946ad8d03c61d88ae581'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 
@@ -34,13 +37,15 @@
 -i scripts/*.py external/v8_*/tools/*.py
   sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
   sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+
+  patch -p1  ../gcc-51-compat.patch
 }
 
 build() {
   cd $_tag
   export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
-  make
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
 }
 
 check() {


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

2015-05-30 Thread Laurent Carlier
Date: Sunday, May 31, 2015 @ 00:07:54
  Author: lcarlier
Revision: 134390

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

Added:
  performous/repos/community-i686/PKGBUILD
(from rev 134389, performous/trunk/PKGBUILD)
  performous/repos/community-i686/cast-basic_istream-to-bool.patch
(from rev 134389, performous/trunk/cast-basic_istream-to-bool.patch)
  performous/repos/community-x86_64/PKGBUILD
(from rev 134389, performous/trunk/PKGBUILD)
  performous/repos/community-x86_64/cast-basic_istream-to-bool.patch
(from rev 134389, performous/trunk/cast-basic_istream-to-bool.patch)
Deleted:
  performous/repos/community-i686/PKGBUILD
  performous/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   34 
 community-i686/cast-basic_istream-to-bool.patch   |   26 ++
 community-x86_64/PKGBUILD |   34 
 community-x86_64/cast-basic_istream-to-bool.patch |   26 ++
 5 files changed, 136 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 22:07:44 UTC (rev 134389)
+++ community-i686/PKGBUILD 2015-05-30 22:07:54 UTC (rev 134390)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier lordhea...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgname=performous
-pkgver=1.0
-pkgrel=3
-pkgdesc='A free game like Singstar, Rockband or Stepmania'
-arch=('i686' 'x86_64')
-url=http://performous.org/;
-license=('GPL')
-depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
-makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
-optdepends=('performous-freesongs: free songs for performous')
-source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('cbeec2f0c0114cc499746c1e33f56055')
-
-build() {
-  cd performous-${pkgver}
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd performous-${pkgver}/build
-
-  make DESTDIR=$pkgdir install
-}

Copied: performous/repos/community-i686/PKGBUILD (from rev 134389, 
performous/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 22:07:54 UTC (rev 134390)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Laurent Carlier lordhea...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=performous
+pkgver=1.0
+pkgrel=4
+pkgdesc='A free game like Singstar, Rockband or Stepmania'
+arch=('i686' 'x86_64')
+url=http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
+cast-basic_istream-to-bool.patch)
+md5sums=('cbeec2f0c0114cc499746c1e33f56055'
+ 'c883cce82d0359c6b40ce38bd4ccf4bf')
+
+prepare() {
+  cd performous-${pkgver}
+
+ patch -Np1 -i ../cast-basic_istream-to-bool.patch
+}
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: performous/repos/community-i686/cast-basic_istream-to-bool.patch (from 
rev 134389, performous/trunk/cast-basic_istream-to-bool.patch)
===
--- community-i686/cast-basic_istream-to-bool.patch 
(rev 0)
+++ community-i686/cast-basic_istream-to-bool.patch 2015-05-30 22:07:54 UTC 
(rev 134390)
@@ -0,0 +1,26 @@
+From 3b6ee0162ac22e569cb00a8aee5c026c86147956 Mon Sep 17 00:00:00 2001
+From: Tobias Gruetzmacher tobias-...@23.gs
+Date: Sun, 22 Mar 2015 18:43:11 +0100
+Subject: [PATCH] Cast basic_istream to bool.
+
+This shouldn't be necessary as far as I understand it (istream has an
+operator bool()), but clang 3.4 with libc++ insists that it can't cast
+basic_istream to bool. This may be a bug in libc++ or my bad
+understanding of C++ cast rules, but changing it doesn't hurt.
+---
+ game/songparser.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/game/songparser.hh b/game/songparser.hh
+index 5196c8e..21d7e16 100644
+--- a/game/songparser.hh
 b/game/songparser.hh
+@@ -33,7 +33,7 @@ class SongParser {
+   Song m_song;
+   std::stringstream m_ss;
+   unsigned int m_linenum;
+-  

[arch-commits] Commit in performous/trunk (PKGBUILD cast-basic_istream-to-bool.patch)

2015-05-30 Thread Laurent Carlier
Date: Sunday, May 31, 2015 @ 00:07:44
  Author: lcarlier
Revision: 134389

upgpkg: performous 1.0-4

fix building with gcc 5.1.0

Added:
  performous/trunk/cast-basic_istream-to-bool.patch
Modified:
  performous/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 cast-basic_istream-to-bool.patch |   26 ++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 20:00:32 UTC (rev 134388)
+++ PKGBUILD2015-05-30 22:07:44 UTC (rev 134389)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A free game like Singstar, Rockband or Stepmania'
 arch=('i686' 'x86_64')
 url=http://performous.org/;
@@ -12,9 +12,17 @@
 depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
 makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
 optdepends=('performous-freesongs: free songs for performous')
-source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('cbeec2f0c0114cc499746c1e33f56055')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
+cast-basic_istream-to-bool.patch)
+md5sums=('cbeec2f0c0114cc499746c1e33f56055'
+ 'c883cce82d0359c6b40ce38bd4ccf4bf')
 
+prepare() {
+  cd performous-${pkgver}
+
+ patch -Np1 -i ../cast-basic_istream-to-bool.patch
+}
+
 build() {
   cd performous-${pkgver}
 

Added: cast-basic_istream-to-bool.patch
===
--- cast-basic_istream-to-bool.patch(rev 0)
+++ cast-basic_istream-to-bool.patch2015-05-30 22:07:44 UTC (rev 134389)
@@ -0,0 +1,26 @@
+From 3b6ee0162ac22e569cb00a8aee5c026c86147956 Mon Sep 17 00:00:00 2001
+From: Tobias Gruetzmacher tobias-...@23.gs
+Date: Sun, 22 Mar 2015 18:43:11 +0100
+Subject: [PATCH] Cast basic_istream to bool.
+
+This shouldn't be necessary as far as I understand it (istream has an
+operator bool()), but clang 3.4 with libc++ insists that it can't cast
+basic_istream to bool. This may be a bug in libc++ or my bad
+understanding of C++ cast rules, but changing it doesn't hurt.
+---
+ game/songparser.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/game/songparser.hh b/game/songparser.hh
+index 5196c8e..21d7e16 100644
+--- a/game/songparser.hh
 b/game/songparser.hh
+@@ -33,7 +33,7 @@ class SongParser {
+   Song m_song;
+   std::stringstream m_ss;
+   unsigned int m_linenum;
+-  bool getline(std::string line) { ++m_linenum; return 
std::getline(m_ss, line);}
++  bool getline(std::string line) { ++m_linenum; return (bool) 
std::getline(m_ss, line);}
+   bool m_relative;
+   double m_gap;
+   double m_bpm;


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

2015-05-30 Thread Evangelos Foutras
Date: Sunday, May 31, 2015 @ 06:57:41
  Author: foutrelis
Revision: 239953

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

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

+
 /PKGBUILD  |   80 +++
 /audacious.install |   28 +
 extra-i686/PKGBUILD|   40 ---
 extra-i686/audacious.install   |   14 --
 extra-x86_64/PKGBUILD  |   40 ---
 extra-x86_64/audacious.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-31 04:53:06 UTC (rev 239952)
+++ extra-i686/PKGBUILD 2015-05-31 04:57:41 UTC (rev 239953)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=audacious
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=Lightweight, advanced audio player focused on audio quality
-arch=('i686' 'x86_64')
-url=http://audacious-media-player.org/;
-license=('BSD')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python2') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
-install=$pkgname.install
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85d1d5a80240f45c858bb25af6565c13d53e4b92882eb15fb2b18511fabf3de6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 239952, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-31 04:57:41 UTC (rev 239953)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=audacious
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=Lightweight, advanced audio player focused on audio quality
+arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD')
+depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python2') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/audacious.install
===
--- extra-i686/audacious.install2015-05-31 04:53:06 UTC (rev 239952)
+++ extra-i686/audacious.install2015-05-31 04:57:41 UTC (rev 239953)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  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: audacious/repos/extra-i686/audacious.install (from rev 239952, 
audacious/trunk/audacious.install)
===
--- extra-i686/audacious.install(rev 0)
+++ extra-i686/audacious.install2015-05-31 04:57:41 UTC (rev 239953)
@@ -0,0 +1,14 @@
+post_install() {
+  

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

2015-05-30 Thread Evangelos Foutras
Date: Sunday, May 31, 2015 @ 06:52:50
  Author: foutrelis
Revision: 239951

upgpkg: audacious-plugins 3.6.2-1

New upstream release.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 04:52:50 UTC (rev 239950)
+++ PKGBUILD2015-05-31 04:52:50 UTC (rev 239951)
@@ -5,7 +5,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=audacious-plugins
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc=Plugins for Audacious
 arch=('i686' 'x86_64')
@@ -46,7 +46,7 @@
 'libcue: CUE playlist format')
 
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ae17d573dd094b3124e0bbec0c059c4ca668436830c922eb00f0b7eb9745195')
+sha256sums=('e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-05-30 Thread Evangelos Foutras
Date: Sunday, May 31, 2015 @ 06:53:06
  Author: foutrelis
Revision: 239952

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 239951, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 239951, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-31 04:52:50 UTC (rev 239951)
+++ extra-i686/PKGBUILD 2015-05-31 04:53:06 UTC (rev 239952)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=audacious-plugins
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=Plugins for Audacious
-arch=('i686' 'x86_64')
-url=http://audacious-media-player.org/;
-license=('BSD' 'GPL')
-
-makedepends=(audacious=$pkgver
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ae17d573dd094b3124e0bbec0c059c4ca668436830c922eb00f0b7eb9745195')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug \
---disable-adplug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 239951, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-31 04:53:06 UTC (rev 239952)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=Plugins for Audacious
+arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=(audacious=$pkgver
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome 

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

2015-05-30 Thread Evangelos Foutras
Date: Sunday, May 31, 2015 @ 06:52:50
  Author: foutrelis
Revision: 239950

upgpkg: audacious 3.6.2-1

New upstream release.

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 18:41:11 UTC (rev 239949)
+++ PKGBUILD2015-05-31 04:52:50 UTC (rev 239950)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=audacious
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc=Lightweight, advanced audio player focused on audio quality
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 replaces=('audacious-player')
 install=$pkgname.install
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85d1d5a80240f45c858bb25af6565c13d53e4b92882eb15fb2b18511fabf3de6')
+sha256sums=('b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 08:47:34
  Author: fyan
Revision: 134327

upgpkg: python-phonenumbers 7.0.5-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 06:02:30 UTC (rev 134326)
+++ PKGBUILD2015-05-30 06:47:34 UTC (rev 134327)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.0.4
+pkgver=7.0.5
 pkgrel=1
 pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('434dfd133dd981a87256e35ae3f863246c36e5913ac5e6d0be4822d23e1d5c7141fd3fad09d1e6aef0566e2c2f70635ab09133c229b63faf188fa5f0ba5d2de5')
+sha512sums=('ecc701add7797f238ef53ab53550ab1c028a7cbc92dc18f3546ae8e1b0c342a80946c5097fbe79d1365d14c9d2e87ce22a0d0d4b17d8f1d482ac7c39ff24d601')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 08:47:58
  Author: fyan
Revision: 134328

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 06:47:34 UTC (rev 134327)
+++ PKGBUILD2015-05-30 06:47:58 UTC (rev 134328)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.0.4
-pkgrel=1
-pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
-arch=('any')
-url=https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=(python-setuptools python2-setuptools)
-source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('434dfd133dd981a87256e35ae3f863246c36e5913ac5e6d0be4822d23e1d5c7141fd3fad09d1e6aef0566e2c2f70635ab09133c229b63faf188fa5f0ba5d2de5')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root ${pkgdir}
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 134327, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 06:47:58 UTC (rev 134328)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.0.5
+pkgrel=1
+pkgdesc=Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers
+arch=('any')
+url=https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+sha512sums=('ecc701add7797f238ef53ab53550ab1c028a7cbc92dc18f3546ae8e1b0c342a80946c5097fbe79d1365d14c9d2e87ce22a0d0d4b17d8f1d482ac7c39ff24d601')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root ${pkgdir}
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root ${pkgdir}
+}


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

2015-05-30 Thread Laurent Carlier
Date: Saturday, May 30, 2015 @ 09:05:23
  Author: lcarlier
Revision: 134330

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

Added:
  apitrace/repos/community-i686/PKGBUILD
(from rev 134329, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-i686/fix-python-executable.patch
(from rev 134329, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/community-x86_64/PKGBUILD
(from rev 134329, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-x86_64/fix-python-executable.patch
(from rev 134329, apitrace/trunk/fix-python-executable.patch)
Deleted:
  apitrace/repos/community-i686/PKGBUILD
  apitrace/repos/community-i686/fix-python-executable.patch
  apitrace/repos/community-x86_64/PKGBUILD
  apitrace/repos/community-x86_64/fix-python-executable.patch

--+
 /PKGBUILD|   72 +
 /fix-python-executable.patch |  130 +
 community-i686/PKGBUILD  |   36 --
 community-i686/fix-python-executable.patch   |   65 
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/fix-python-executable.patch |   65 
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 07:05:03 UTC (rev 134329)
+++ community-i686/PKGBUILD 2015-05-30 07:05:23 UTC (rev 134330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Luca Bennati lucak3 AT gmail DOT com
-# Contributor: Glaucous glakke1 at gmail dot com
-
-pkgname=apitrace
-pkgver=6.1
-pkgrel=1
-pkgdesc=Graphics API Tracing
-arch=('i686' 'x86_64')
-url=https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit')
-source=(https://github.com/apitrace/apitrace/archive/${pkgver}.zip;)
-md5sums=('9661028558461feaab6e66538b15a805')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl')
-  optdepends=('qtwebkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR=${pkgdir}/ install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
-}

Copied: apitrace/repos/community-i686/PKGBUILD (from rev 134329, 
apitrace/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 07:05:23 UTC (rev 134330)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=6.1
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit')
+source=($pkgname-$pkgver.zip::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('d8fa88e0e594420afb5d17fdafdab0e4')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl')
+  optdepends=('qtwebkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Deleted: community-i686/fix-python-executable.patch
===
--- community-i686/fix-python-executable.patch  2015-05-30 07:05:03 UTC (rev 
134329)
+++ community-i686/fix-python-executable.patch  2015-05-30 07:05:23 UTC (rev 
134330)
@@ -1,65 +0,0 @@
-diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
 apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
-+++ apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
-@@ -50,7 +50,7 @@
- }
- 
- char *args[4];
--args[0] = (char *) python;
-+args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
- args[1] = (char *) command.str();
- args[2] = (char *) --help;
- args[3] = NULL;
-@@ -71,7 +71,7 @@
- os::String apitracePath = os::getProcessName();
- 
- std::vectorconst char * args;
--args.push_back(python);
-+args.push_back(APITRACE_PYTHON_EXECUTABLE);
- args.push_back(command.str());
- args.push_back(--apitrace);
- args.push_back(apitracePath.str());
-diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
 

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

2015-05-30 Thread Laurent Carlier
Date: Saturday, May 30, 2015 @ 09:05:03
  Author: lcarlier
Revision: 134329

upgpkg: apitrace 6.1-2

fix tarball pkgsum

Modified:
  apitrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 06:47:58 UTC (rev 134328)
+++ PKGBUILD2015-05-30 07:05:03 UTC (rev 134329)
@@ -5,14 +5,14 @@
 
 pkgname=apitrace
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Graphics API Tracing
 arch=('i686' 'x86_64')
 url=https://github.com/apitrace/apitrace;
 license=('custom')
 makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit')
-source=($pkgname-$pkgver.zip::https://github.com/apitrace/apitrace/archive/${pkgver}.zip;)
-md5sums=('9661028558461feaab6e66538b15a805')
+source=($pkgname-$pkgver.zip::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('d8fa88e0e594420afb5d17fdafdab0e4')
 
 build() {
   cd ${srcdir}/apitrace-*


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

2015-05-30 Thread Laurent Carlier
Date: Saturday, May 30, 2015 @ 09:16:05
  Author: lcarlier
Revision: 134331

upgpkg: audex 0.79-2

fix tarball pkgsum, rebuild with gcc 5.1.0

Modified:
  audex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 07:05:23 UTC (rev 134330)
+++ PKGBUILD2015-05-30 07:16:05 UTC (rev 134331)
@@ -6,7 +6,7 @@
 
 pkgname=audex
 pkgver=0.79
-pkgrel=1
+pkgrel=2
 pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php?content=77125;
@@ -18,8 +18,8 @@
'flac: FLAC encoder'
'lame: MP3 encoder')
 install=${pkgname}.install
-source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d2b32791be701e0df8dbd83d5abb8990')
+source=(http://kde-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-05-30 Thread Laurent Carlier
Date: Saturday, May 30, 2015 @ 09:16:28
  Author: lcarlier
Revision: 134332

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

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

+
 /PKGBUILD  |   80 +++
 /audex.install |   24 +++
 community-i686/PKGBUILD|   40 ---
 community-i686/audex.install   |   12 -
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/audex.install |   12 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 07:16:05 UTC (rev 134331)
+++ community-i686/PKGBUILD 2015-05-30 07:16:28 UTC (rev 134332)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: mightyjaym jmambros...@gmail.com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=audex
-pkgver=0.79
-pkgrel=1
-pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php?content=77125;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-optdepends=('vorbis-tools: OGG encoder'
-   'faac: MP4/M4A/AAC encoder'
-   'flac: FLAC encoder'
-   'lame: MP3 encoder')
-install=${pkgname}.install
-source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d2b32791be701e0df8dbd83d5abb8990')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-
-  cmake ../  \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: audex/repos/community-i686/PKGBUILD (from rev 134331, 
audex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 07:16:28 UTC (rev 134332)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: mightyjaym jmambros...@gmail.com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=audex
+pkgver=0.79
+pkgrel=2
+pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php?content=77125;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=(http://kde-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/audex.install
===
--- community-i686/audex.install2015-05-30 07:16:05 UTC (rev 134331)
+++ community-i686/audex.install2015-05-30 07:16:28 UTC (rev 134332)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audex/repos/community-i686/audex.install (from rev 134331, 
audex/trunk/audex.install)
===
--- community-i686/audex.install(rev 0)
+++ community-i686/audex.install2015-05-30 07:16:28 UTC (rev 134332)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-30 07:16:05 UTC (rev 134331)
+++ 

[arch-commits] Commit in libkdcraw/trunk (PKGBUILD gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:12:58
  Author: arojas
Revision: 239896

Fix build with GCC 5

Added:
  libkdcraw/trunk/gcc-5.patch
Modified:
  libkdcraw/trunk/PKGBUILD

-+
 PKGBUILD|9 +++--
 gcc-5.patch |   23 +++
 2 files changed, 30 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:09:25 UTC (rev 239895)
+++ PKGBUILD2015-05-30 08:12:58 UTC (rev 239896)
@@ -14,11 +14,16 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'gcc-5.patch')
+sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7'
+  'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
 
 prepare() {
   mkdir build
+
+# Fix build with GCC 5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/gcc-5.patch
 }
 
 build() {

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 08:12:58 UTC (rev 239896)
@@ -0,0 +1,23 @@
+From: Gilles Caulier caulier.gil...@gmail.com
+Date: Thu, 14 May 2015 20:54:16 +
+Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
+X-Git-Url: 
http://quickgit.kde.org/?p=libkdcraw.gita=commitdiffh=46898ec97a0462eb08a5b6d0450a86b27aae
+---
+libraw 0.16.1 needs C++ exceptions rules while compilation
+BUGS: 347728
+FIXED-IN: 4.11.0
+---
+
+
+--- a/libkdcraw/CMakeLists.txt
 b/libkdcraw/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+ 
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
+ 
+


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:24:11
  Author: arojas
Revision: 239897

Disable tests

Modified:
  konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:12:58 UTC (rev 239896)
+++ PKGBUILD2015-05-30 08:24:11 UTC (rev 239897)
@@ -25,6 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:46:58
  Author: arojas
Revision: 134341

Fix source

Modified:
  flintqs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:43:27 UTC (rev 134340)
+++ PKGBUILD2015-05-30 08:46:58 UTC (rev 134341)
@@ -9,7 +9,8 @@
 url=https://svn.sourceforge.net/svnroot/fastlibnt/trunk/QS/;
 license=('GPL')
 depends=('gmp')
-source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
+#source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;)
 md5sums=('ee4a93f336a5fa840b2116a8c9b02911')
 
 build() {


[arch-commits] Commit in elementary-icon-theme/repos/community-any (4 files)

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 10:21:41
  Author: alucryd
Revision: 134336

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 134335, elementary-icon-theme/trunk/PKGBUILD)
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install
(from rev 134335, elementary-icon-theme/trunk/elementary-icon-theme.install)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install

---+
 PKGBUILD  |   64 
 elementary-icon-theme.install |   26 
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 08:19:04 UTC (rev 134335)
+++ PKGBUILD2015-05-30 08:21:41 UTC (rev 134336)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: Diego Principe cdprincipe at gmail dot com
-# Contributor: paterbrown paterbrown at silberhelme dot de
-# Contributor: Josip josipponjavic at gmail dot com
-
-pkgname=elementary-icon-theme
-pkgver=3.1
-pkgrel=4
-pkgdesc=elementary icon theme
-arch=('any')
-url=https://launchpad.net/elementaryicons;
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
-sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
-
-prepare() {
-  cd elementaryicons${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-  sed '/Name/a Inherits=gnome,hicolor' -i index.theme
-}
-
-package() {
-  install -dm 755 ${pkgdir}/usr/share/icons
-  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 134335, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 08:21:41 UTC (rev 134336)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Diego Principe cdprinc...@gmail.com
+# Contributor: paterbrown paterbr...@silberhelme.de
+# Contributor: Josip josipponja...@gmail.com
+
+pkgname=elementary-icon-theme
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
+arch=('any')
+url='https://launchpad.net/elementaryicons'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!emptydirs' '!strip')
+install='elementary-icon-theme.install'
+source=(https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tgz;)
+sha256sums=('3877a80c1428da9e6a3c97327ad17510271f729a2d7c162f13aafca225a1672f')
+
+prepare() {
+  cd elementary-icon-theme-${pkgver}
+
+  rm AUTHORS CONTRIBUTORS COPYING
+  sed '/Name/a Inherits=gnome,hicolor' -i index.theme
+}
+
+package() {
+  install -dm 755 ${pkgdir}/usr/share/icons
+  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
${pkgdir}/usr/share/icons/elementary
+}
+
+# vim: ts=2 sw=2 et:

Deleted: elementary-icon-theme.install
===
--- elementary-icon-theme.install   2015-05-30 08:19:04 UTC (rev 134335)
+++ elementary-icon-theme.install   2015-05-30 08:21:41 UTC (rev 134336)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/elementary
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install 
(from rev 134335, elementary-icon-theme/trunk/elementary-icon-theme.install)
===
--- elementary-icon-theme.install   (rev 0)
+++ elementary-icon-theme.install   2015-05-30 08:21:41 UTC (rev 134336)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-05-30 Thread Bartłomiej Piotrowski
Date: Saturday, May 30, 2015 @ 10:27:30
  Author: bpiotrowski
Revision: 239898

upgpkg: ffmpeg 1:2.6.3-2

backport 7971fa9ce0[1] to fix desktop recording (FS#45133)

[1] 
https://git.videolan.org/?p=ffmpeg.git;a=commit;h=7971fa9ce0ead8d2e8a79dbe422e91dcef8222ba

Added:
  ffmpeg/trunk/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
Modified:
  ffmpeg/trunk/PKGBUILD

-+
 PKGBUILD|   13 +++-
 ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch |   29 
++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:24:11 UTC (rev 239897)
+++ PKGBUILD2015-05-30 08:27:30 UTC (rev 239898)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -20,11 +20,18 @@
   'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
+ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch)
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
 md5sums=('e2cc3c209f91393d35ab58598e41cf22'
- 'SKIP')
+ 'SKIP'
+ 'ac9f115dced48b66e36249349a29347e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i 
../ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
===
--- ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch 
(rev 0)
+++ ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch 
2015-05-30 08:27:30 UTC (rev 239898)
@@ -0,0 +1,29 @@
+From 7971fa9ce0ead8d2e8a79dbe422e91dcef8222ba Mon Sep 17 00:00:00 2001
+From: Nicolas George geo...@nsup.org
+Date: Wed, 6 May 2015 11:53:19 +0200
+Subject: [PATCH] lavd/xcbgrab: fix comparison with screen size.
+
+Signed-off-by: Nicolas George geo...@nsup.org
+Signed-off-by: Michael Niedermayer michae...@gmx.at
+---
+ libavdevice/xcbgrab.c |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
+index 15512cd..166575c 100644
+--- a/libavdevice/xcbgrab.c
 b/libavdevice/xcbgrab.c
+@@ -533,8 +533,8 @@ static int create_stream(AVFormatContext *s)
+ gc  = xcb_get_geometry(c-conn, c-screen-root);
+ geo = xcb_get_geometry_reply(c-conn, gc, NULL);
+ 
+-if (c-x + c-width = geo-width ||
+-c-y + c-height = geo-height) {
++if (c-x + c-width  geo-width ||
++c-y + c-height  geo-height) {
+ av_log(s, AV_LOG_ERROR,
+Capture area %dx%d at position %d.%d 
+outside the screen size %dx%d\n,
+-- 
+1.7.10.4
+


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

2015-05-30 Thread Bartłomiej Piotrowski
Date: Saturday, May 30, 2015 @ 10:27:40
  Author: bpiotrowski
Revision: 239899

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 239898, ffmpeg/trunk/PKGBUILD)
  
ffmpeg/repos/extra-i686/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
(from rev 239898, 
ffmpeg/trunk/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 239898, ffmpeg/trunk/PKGBUILD)
  
ffmpeg/repos/extra-x86_64/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
(from rev 239898, 
ffmpeg/trunk/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD| 
 166 ++
 extra-i686/PKGBUILD  | 
  76 
 extra-i686/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch   | 
  29 +
 extra-x86_64/PKGBUILD| 
  76 
 extra-x86_64/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch | 
  29 +
 5 files changed, 224 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 08:27:30 UTC (rev 239898)
+++ extra-i686/PKGBUILD 2015-05-30 08:27:40 UTC (rev 239899)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.6.3
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
-  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
-  'zlib' 'fribidi' 'libssh'
-  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('e2cc3c209f91393d35ab58598e41cf22'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 239898, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 08:27:40 UTC (rev 239899)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.6.3
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
+  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
+  'zlib' 'fribidi' 'libssh'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
+

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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 09:39:25
  Author: fyan
Revision: 134334

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

Added:
  fcitx-mozc/repos/community-i686/PKGBUILD
(from rev 134333, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-x86_64/PKGBUILD
(from rev 134333, fcitx-mozc/trunk/PKGBUILD)
Deleted:
  fcitx-mozc/repos/community-i686/PKGBUILD
  fcitx-mozc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 07:38:50 UTC (rev 134333)
+++ community-i686/PKGBUILD 2015-05-30 07:39:25 UTC (rev 134334)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-## Mozc compile option
-_bldtype=Release
-
-_zipcode_rel=201412
-_protobuf_rev=172019c40bf548908ab09bfd276074c929d48415
-_gyp_rev=2012
-_jsoncpp_rev=11086dd6a7eba04289944367ca82cea71299ed70
-_japanese_usage_dictionary_rev=10
-_mozc_rev=510
-
-_pkgbase=mozc
-pkgname=fcitx-mozc
-pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=2.16.2037.102
-_patchver=${pkgver}.2
-#_patchver=1.15.1834.102.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/mozc/;
-license=('custom')
-depends=('qt4' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'subversion' 
'ninja' 'git' 'clang')
-replaces=('mozc-fcitx')
-conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_mozc_rev
-
jsoncpp::git+https://github.com/open-source-parsers/jsoncpp.git#commit=${_jsoncpp_rev}
-
japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev
-gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev
-git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
-
http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
-http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
-http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
-http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'6718acd4d44ca8a9f84c4a847bf82d6b7c8ea3b8e67c92f3e404f3d7bc7f90148c09043f7eddec7125418315a006fb223d6c8b92cd1d4896c7803f2dc1a15ae4'
-
'56661cd19f46a1211e7c2c104da61e07b0217c7f296917f0a3d8f62e340c279d3567058f9bb56d64c1c05d2a2c457ce2ffe7c730c790870a75b2c2fdebdbab01'
-
'22b885859588bb8e0efd354d153da461a654203729c723156a419bf33fae473e3f7165964aa3cb3b5c969f97c2727f9d87b0d587330e4eeab67f07d4458542a3'
-
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
-
-prepare() {
-  cd mozc
-
-  # Apply fcitx patch
-  rm unix/fcitx -rf
-  patch -Np2 -i $srcdir/fcitx-mozc-${_patchver}.patch
-
-  # Fix qt4 binary path
-  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
-  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
-
-  # Adjust to use python2
-  find . -name  \*.py-type f -exec sed -i -e 1s|python.*$|python2|  
{} +
-  find . -regex '.*\.gypi?$' -type f -exec sed -i -e s|'python'|'python2'|g 
{} +
-
-  # Generate zip code seed
-  msg Generating zip code seed...
-  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/x-ken-all.csv 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
-  msg Done.
-
-  # Copy third party deps
-  cd $srcdir
-  for dep in jsoncpp gyp protobuf japanese_usage_dictionary
-  do
-cp -a $dep mozc/third_party/
-  done
-}
-
-build() {
-  # Update: Fix qt4 include path too
-  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
-  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-
-  cd mozc
-
-  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
-
-  QTDIR=/usr GYP_DEFINES=document_dir=/usr/share/licenses/$pkgname python2 
build_mozc.py gyp
-  python2 build_mozc.py build -c $_bldtype -j 8 $_targets
-
-  # Extract license part of mozc
-  head -n 29 server/mozc_server.cc  LICENSE
-}
-
-package() {
-  cd mozc
-  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
-  install-m 755 out_linux/${_bldtype}/mozc_tool   

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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 09:38:50
  Author: fyan
Revision: 134333

upgpkg: fcitx-mozc 2.17.2097.102-1

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 07:16:28 UTC (rev 134332)
+++ PKGBUILD2015-05-30 07:38:50 UTC (rev 134333)
@@ -1,39 +1,39 @@
 # $Id$
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: UTUMI Hirosi utuhiro78 at yahoo dot co dot jp
 
 ## Mozc compile option
 _bldtype=Release
 
-_zipcode_rel=201412
+_zipcode_rel=201504
 _protobuf_rev=172019c40bf548908ab09bfd276074c929d48415
-_gyp_rev=2012
+_gyp_rev=cdf037c1edc0ba3b5d25f8e3973661efe00980cc
 _jsoncpp_rev=11086dd6a7eba04289944367ca82cea71299ed70
 _japanese_usage_dictionary_rev=10
-_mozc_rev=510
+_mozc_rev=2ceaee96e4acabb39c45f071fc39df485870da96
 
 _pkgbase=mozc
 pkgname=fcitx-mozc
 pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=2.16.2037.102
-_patchver=${pkgver}.2
-#_patchver=1.15.1834.102.1
+pkgver=2.17.2097.102
+_fcitx_patchver=2.16.2037.102.2
 pkgrel=1
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/mozc/;
+url=https://github.com/google/mozc;
 license=('custom')
 depends=('qt4' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'subversion' 
'ninja' 'git' 'clang')
+makedepends=('pkg-config' 'python2' 'curl' 'gtk2' 'mesa' 'subversion' 'ninja' 
'git' 'clang')
 replaces=('mozc-fcitx')
 conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_mozc_rev
+source=(mozc::git+https://github.com/google/mozc.git#commit=${_mozc_rev}
 
jsoncpp::git+https://github.com/open-source-parsers/jsoncpp.git#commit=${_jsoncpp_rev}
 
japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev
-gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev
-git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
+
gyp::git+https://chromium.googlesource.com/external/gyp#commit=${_gyp_rev}
+
protobuf::git+https://github.com/google/protobuf.git#commit=${_protobuf_rev}
 
http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcode_rel}.zip
 http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcode_rel}.zip
-http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
+
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_fcitx_patchver}.patch
 http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
 sha512sums=('SKIP'
 'SKIP'
@@ -40,17 +40,17 @@
 'SKIP'
 'SKIP'
 'SKIP'
-
'6718acd4d44ca8a9f84c4a847bf82d6b7c8ea3b8e67c92f3e404f3d7bc7f90148c09043f7eddec7125418315a006fb223d6c8b92cd1d4896c7803f2dc1a15ae4'
-
'56661cd19f46a1211e7c2c104da61e07b0217c7f296917f0a3d8f62e340c279d3567058f9bb56d64c1c05d2a2c457ce2ffe7c730c790870a75b2c2fdebdbab01'
+
'60c053fd3ffec28e0e2eca33834e4cc212127e032b30d0638dcb7ce3faa45c7c87ceae9f98eb03f0ec0e3d1429d2c105f4590e30b39e0818cfcf50646584c459'
+
'fb1ad9d279e34a1e55b6dc182ad503abd250d4773ce488a12c4b07bf67eccda65ae7d83b41db6489afd867e303468448dc13d8797ed3bbc038de60ff744f0b9f'
 
'22b885859588bb8e0efd354d153da461a654203729c723156a419bf33fae473e3f7165964aa3cb3b5c969f97c2727f9d87b0d587330e4eeab67f07d4458542a3'
 
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
 
 prepare() {
-  cd mozc
+  cd mozc/src
 
   # Apply fcitx patch
   rm unix/fcitx -rf
-  patch -Np2 -i $srcdir/fcitx-mozc-${_patchver}.patch
+  patch -Np2 -i $srcdir/fcitx-mozc-${_fcitx_patchver}.patch
 
   # Fix qt4 binary path
   sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
@@ -69,7 +69,7 @@
   cd $srcdir
   for dep in jsoncpp gyp protobuf japanese_usage_dictionary
   do
-cp -a $dep mozc/third_party/
+cp -a $dep mozc/src/third_party/
   done
 }
 
@@ -79,7 +79,7 @@
   CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
   CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
 
-  cd mozc
+  cd mozc/src
 
   _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
 
@@ -91,7 +91,7 @@
 }
 
 package() {
-  cd mozc
+  cd mozc/src
   install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
   install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
 


[arch-commits] Commit in (174 files)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:09:25
  Author: arojas
Revision: 239895

KDE Applications 15.04.2

Added:
  kompare/trunk/save-preferences.patch
Modified:
  analitza/trunk/PKGBUILD
  blinken/trunk/PKGBUILD
  bomber/trunk/PKGBUILD
  bovo/trunk/PKGBUILD
  cantor/trunk/PKGBUILD
  filelight/trunk/PKGBUILD
  granatier/trunk/PKGBUILD
  gwenview/trunk/PKGBUILD
  kaccounts-integration/trunk/PKGBUILD
  kaccounts-providers/trunk/PKGBUILD
  kalgebra/trunk/PKGBUILD
  kanagram/trunk/PKGBUILD
  kapman/trunk/PKGBUILD
  kapptemplate/trunk/PKGBUILD
  kate/trunk/PKGBUILD
  katomic/trunk/PKGBUILD
  kblackbox/trunk/PKGBUILD
  kblocks/trunk/PKGBUILD
  kbounce/trunk/PKGBUILD
  kbreakout/trunk/PKGBUILD
  kbruch/trunk/PKGBUILD
  kcalc/trunk/PKGBUILD
  kcharselect/trunk/PKGBUILD
  kcron/trunk/PKGBUILD
  kde-base-artwork/trunk/PKGBUILD
  kde-dev-scripts/trunk/PKGBUILD
  kde-l10n/trunk/PKGBUILD
  kde-wallpapers/trunk/PKGBUILD
  kdeaccessibility-jovie/trunk/PKGBUILD
  kdeaccessibility-kaccessible/trunk/PKGBUILD
  kdeaccessibility-kmag/trunk/PKGBUILD
  kdeaccessibility-kmousetool/trunk/PKGBUILD
  kdeaccessibility-kmouth/trunk/PKGBUILD
  kdeadmin-ksystemlog/trunk/PKGBUILD
  kdeadmin-kuser/trunk/PKGBUILD
  kdeartwork/trunk/PKGBUILD
  kdebase-runtime/trunk/PKGBUILD
  kdebase-workspace/trunk/PKGBUILD
  kdebase/trunk/PKGBUILD
  kdeedu-artikulate/trunk/PKGBUILD
  kdeedu-data/trunk/PKGBUILD
  kdeedu-kalzium/trunk/PKGBUILD
  kdeedu-ktouch/trunk/PKGBUILD
  kdeedu-marble/trunk/PKGBUILD
  kdeedu-pairs/trunk/PKGBUILD
  kdegames-kajongg/trunk/PKGBUILD
  kdegames-kgoldrunner/trunk/PKGBUILD
  kdegames-kigo/trunk/PKGBUILD
  kdegames-kiriki/trunk/PKGBUILD
  kdegames-klickety/trunk/PKGBUILD
  kdegames-kmahjongg/trunk/PKGBUILD
  kdegames-knavalbattle/trunk/PKGBUILD
  kdegames-kolf/trunk/PKGBUILD
  kdegames-konquest/trunk/PKGBUILD
  kdegames-kreversi/trunk/PKGBUILD
  kdegames-ksirk/trunk/PKGBUILD
  kdegames-ksnakeduel/trunk/PKGBUILD
  kdegames-kspaceduel/trunk/PKGBUILD
  kdegames-ksudoku/trunk/PKGBUILD
  kdegames-ktuberling/trunk/PKGBUILD
  kdegames-kubrick/trunk/PKGBUILD
  kdegames-lskat/trunk/PKGBUILD
  kdegames-palapeli/trunk/PKGBUILD
  kdegames-picmi/trunk/PKGBUILD
  kdegraphics-kamera/trunk/PKGBUILD
  kdegraphics-kcolorchooser/trunk/PKGBUILD
  kdegraphics-kgamma/trunk/PKGBUILD
  kdegraphics-kolourpaint/trunk/PKGBUILD
  kdegraphics-ksaneplugin/trunk/PKGBUILD
  kdegraphics-ksnapshot/trunk/PKGBUILD
  kdegraphics-mobipocket/trunk/PKGBUILD
  kdegraphics-okular/trunk/PKGBUILD
  kdegraphics-strigi-analyzer/trunk/PKGBUILD
  kdegraphics-svgpart/trunk/PKGBUILD
  kdegraphics-thumbnailers/trunk/PKGBUILD
  kdelibs/trunk/PKGBUILD
  kdemultimedia-audiocd-kio/trunk/PKGBUILD
  kdemultimedia-dragonplayer/trunk/PKGBUILD
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD
  kdemultimedia-juk/trunk/PKGBUILD
  kdemultimedia-kmix/trunk/PKGBUILD
  kdemultimedia-kscd/trunk/PKGBUILD
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD
  kdenetwork-filesharing/trunk/PKGBUILD
  kdenetwork-kget/trunk/PKGBUILD
  kdenetwork-kopete/trunk/PKGBUILD
  kdenetwork-kppp/trunk/PKGBUILD
  kdenetwork-krdc/trunk/PKGBUILD
  kdenetwork-krfb/trunk/PKGBUILD
  kdenetwork-strigi-analyzers/trunk/PKGBUILD
  kdenetwork-zeroconf-ioslave/trunk/PKGBUILD
  kdenlive/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kdepim/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
  kdesdk-cervisia/trunk/PKGBUILD
  kdesdk-dev-utils/trunk/PKGBUILD
  kdesdk-dolphin-plugins/trunk/PKGBUILD
  kdesdk-kcachegrind/trunk/PKGBUILD
  kdesdk-kioslaves/trunk/PKGBUILD
  kdesdk-poxml/trunk/PKGBUILD
  kdesdk-strigi-analyzers/trunk/PKGBUILD
  kdesdk-thumbnailers/trunk/PKGBUILD
  kdesdk-umbrello/trunk/PKGBUILD
  kdetoys-amor/trunk/PKGBUILD
  kdetoys-ktux/trunk/PKGBUILD
  kdeutils-ark/trunk/PKGBUILD
  kdeutils-kdf/trunk/PKGBUILD
  kdeutils-kfloppy/trunk/PKGBUILD
  kdeutils-kgpg/trunk/PKGBUILD
  kdeutils-kremotecontrol/trunk/PKGBUILD
  kdeutils-kwalletmanager/trunk/PKGBUILD
  kdeutils-superkaramba/trunk/PKGBUILD
  kdeutils-sweeper/trunk/PKGBUILD
  kdewebdev/trunk/PKGBUILD
  kdiamond/trunk/PKGBUILD
  kfourinline/trunk/PKGBUILD
  kgeography/trunk/PKGBUILD
  khangman/trunk/PKGBUILD
  kig/trunk/PKGBUILD
  killbots/trunk/PKGBUILD
  kiten/trunk/PKGBUILD
  kjumpingcube/trunk/PKGBUILD
  klettres/trunk/PKGBUILD
  klines/trunk/PKGBUILD
  kmines/trunk/PKGBUILD
  kmplot/trunk/PKGBUILD
  knetwalk/trunk/PKGBUILD
  kollision/trunk/PKGBUILD
  kompare/trunk/PKGBUILD
  konsole/trunk/PKGBUILD
  kpatience/trunk/PKGBUILD
  kqtquickcharts/trunk/PKGBUILD
  kruler/trunk/PKGBUILD
  kshisen/trunk/PKGBUILD
  ksquares/trunk/PKGBUILD
  kstars/trunk/PKGBUILD
  kteatime/trunk/PKGBUILD
  ktimer/trunk/PKGBUILD
  kturtle/trunk/PKGBUILD
  kwordquiz/trunk/PKGBUILD
  libkcddb/trunk/PKGBUILD
  libkcompactdisc/trunk/PKGBUILD
  libkdcraw/trunk/PKGBUILD
  libkdegames/trunk/PKGBUILD
  libkeduvocdocument/trunk/PKGBUILD
  libkexiv2/trunk/PKGBUILD
  libkface/trunk/PKGBUILD
  libkgeomap/trunk/PKGBUILD
  libkipi/trunk/PKGBUILD
  libkmahjongg/trunk/PKGBUILD
  libkomparediff2/trunk/PKGBUILD
  

[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 10:19:04
  Author: alucryd
Revision: 134335

upgpkg: elementary-icon-theme 3.2.1-1

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 07:39:25 UTC (rev 134334)
+++ PKGBUILD2015-05-30 08:19:04 UTC (rev 134335)
@@ -1,24 +1,24 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: Diego Principe cdprincipe at gmail dot com
-# Contributor: paterbrown paterbrown at silberhelme dot de
-# Contributor: Josip josipponjavic at gmail dot com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Diego Principe cdprinc...@gmail.com
+# Contributor: paterbrown paterbr...@silberhelme.de
+# Contributor: Josip josipponja...@gmail.com
 
 pkgname=elementary-icon-theme
-pkgver=3.1
-pkgrel=4
-pkgdesc=elementary icon theme
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
 arch=('any')
-url=https://launchpad.net/elementaryicons;
+url='https://launchpad.net/elementaryicons'
 license=('GPL3')
 depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
-sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
+options=('!emptydirs' '!strip')
+install='elementary-icon-theme.install'
+source=(https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tgz;)
+sha256sums=('3877a80c1428da9e6a3c97327ad17510271f729a2d7c162f13aafca225a1672f')
 
 prepare() {
-  cd elementaryicons${pkgver}
+  cd elementary-icon-theme-${pkgver}
 
   rm AUTHORS CONTRIBUTORS COPYING
   sed '/Name/a Inherits=gnome,hicolor' -i index.theme
@@ -26,7 +26,7 @@
 
 package() {
   install -dm 755 ${pkgdir}/usr/share/icons
-  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
+  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
${pkgdir}/usr/share/icons/elementary
 }
 
 # vim: ts=2 sw=2 et:


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:30:54
  Author: arojas
Revision: 134338

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

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

-+
 /PKGBUILD   |   72 ++
 /kdeconnect.install |   22 ++
 community-i686/PKGBUILD |   36 -
 community-i686/kdeconnect.install   |   11 -
 community-x86_64/PKGBUILD   |   36 -
 community-x86_64/kdeconnect.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 08:29:19 UTC (rev 134337)
+++ community-i686/PKGBUILD 2015-05-30 08:30:54 UTC (rev 134338)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-pkgname=kdeconnect
-pkgver=0.8
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(kdebase-runtime qca-ossl libfakekey)
-makedepends=(automoc4 cmake)
-optdepends=('sshfs: remote filesystem browser')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
-md5sums=('7b84ebf785f44a1d022a1c091f5d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-kde-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 134337, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 08:30:54 UTC (rev 134338)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
+
+pkgname=kdeconnect
+pkgver=0.8
+pkgrel=2
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(kdebase-runtime qca-ossl libfakekey qjson)
+makedepends=(automoc4 cmake)
+optdepends=('sshfs: remote filesystem browser')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
+md5sums=('7b84ebf785f44a1d022a1c091f5d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2015-05-30 08:29:19 UTC (rev 134337)
+++ community-i686/kdeconnect.install   2015-05-30 08:30:54 UTC (rev 134338)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 134337, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2015-05-30 08:30:54 UTC (rev 134338)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-30 08:29:19 UTC (rev 134337)
+++ community-x86_64/PKGBUILD   2015-05-30 08:30:54 UTC (rev 134338)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:29:19
  Author: arojas
Revision: 134337

Add missing qjson dependency

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:21:41 UTC (rev 134336)
+++ PKGBUILD2015-05-30 08:29:19 UTC (rev 134337)
@@ -5,12 +5,12 @@
 
 pkgname=kdeconnect
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
 license=(GPL)
 arch=(i686 x86_64)
-depends=(kdebase-runtime qca-ossl libfakekey)
+depends=(kdebase-runtime qca-ossl libfakekey qjson)
 makedepends=(automoc4 cmake)
 optdepends=('sshfs: remote filesystem browser')
 install=${pkgname}.install


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:43:27
  Author: arojas
Revision: 134340

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 134339, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/gcc-5.patch
(from rev 134339, owncloud-client/trunk/gcc-5.patch)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 134339, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 134339, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/gcc-5.patch
(from rev 134339, owncloud-client/trunk/gcc-5.patch)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 134339, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   98 +
 /owncloud-client.install |   22 ++
 community-i686/PKGBUILD  |   44 -
 community-i686/gcc-5.patch   |   57 
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   44 -
 community-x86_64/gcc-5.patch |   57 
 community-x86_64/owncloud-client.install |   11 ---
 8 files changed, 234 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 08:42:30 UTC (rev 134339)
+++ community-i686/PKGBUILD 2015-05-30 08:43:27 UTC (rev 134340)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain-qt4 qtwebkit neon)
-makedepends=(cmake python-sphinx)
-optdepends=('python2-nautilus: integration with Nautilus')
-install=$pkgname.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
-md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
-   -DBUILD_WITH_QT4=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 134339, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 08:43:27 UTC (rev 134340)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc}
 'gcc-5.patch')
+md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
+ 'SKIP'
+ '1f6cc012ba0fb8517097c73cdb59560e')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC 5
+  cd $_name-$pkgver
+  patch -p1 -i $srcdir/gcc-5.patch
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+   -DBUILD_WITH_QT4=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: owncloud-client/repos/community-i686/gcc-5.patch (from rev 134339, 
owncloud-client/trunk/gcc-5.patch)
===
--- community-i686/gcc-5.patch  (rev 0)
+++ community-i686/gcc-5.patch  2015-05-30 08:43:27 UTC (rev 134340)
@@ -0,0 +1,57 @@
+From 23b6426dfa1a17b05860c3a9e0ce08c4cd45b64b Mon Sep 17 00:00:00 2001
+From: 

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:59:24
  Author: arojas
Revision: 239900

Add validpgpkeys

Modified:
  libftdi-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:27:40 UTC (rev 239899)
+++ PKGBUILD2015-05-30 08:59:24 UTC (rev 239900)
@@ -13,6 +13,7 @@
 
source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
 sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
   '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
 
 build() {
   cd libftdi-$pkgver


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:42:30
  Author: arojas
Revision: 134339

Fix build with GCC 5

Added:
  owncloud-client/trunk/gcc-5.patch
Modified:
  owncloud-client/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 gcc-5.patch |   57 +
 2 files changed, 65 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:30:54 UTC (rev 134338)
+++ PKGBUILD2015-05-30 08:42:30 UTC (rev 134339)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,13 +15,18 @@
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc}
 'gcc-5.patch')
 md5sums=('94c38c8cc15f2e34fae49e06ee3dc66e'
- 'SKIP')
+ 'SKIP'
+ '1f6cc012ba0fb8517097c73cdb59560e')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
+
+# Fix build with GCC 5
+  cd $_name-$pkgver
+  patch -p1 -i $srcdir/gcc-5.patch
 }
 
 build() {

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 08:42:30 UTC (rev 134339)
@@ -0,0 +1,57 @@
+From 23b6426dfa1a17b05860c3a9e0ce08c4cd45b64b Mon Sep 17 00:00:00 2001
+From: Hefee he...@netzguerilla.net
+Date: Thu, 7 May 2015 01:15:55 +0200
+Subject: [PATCH] Compile with GCC 5
+
+this fixes the error and makes complete oCC compile with GCC 5.
+error: ISO C does not support '__FUNCTION__' predefined identifier
+[-Wpedantic]
+
+According to the porting guide:
+The fix is either to use the standard predefined identifier __func__
+(since C99), or to use the __extension__ keyword.
+---
+ csync/src/csync_log.h | 2 +-
+ csync/src/httpbf/src/httpbf.c | 2 +-
+ csync/tests/csync_tests/check_csync_log.c | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/csync/src/csync_log.h b/csync/src/csync_log.h
+index 38f5f9c..0cd0d01 100644
+--- a/csync/src/csync_log.h
 b/csync/src/csync_log.h
+@@ -61,7 +61,7 @@ enum csync_log_priority_e {
+ };
+ 
+ #define CSYNC_LOG(priority, ...) \
+-  csync_log(priority, __FUNCTION__, __VA_ARGS__)
++  csync_log(priority, __func__, __VA_ARGS__)
+ 
+ void csync_log(int verbosity,
+const char *function,
+diff --git a/csync/src/httpbf/src/httpbf.c b/csync/src/httpbf/src/httpbf.c
+index 815b07e..2489e8d 100644
+--- a/csync/src/httpbf/src/httpbf.c
 b/csync/src/httpbf/src/httpbf.c
+@@ -42,7 +42,7 @@
+ #define DEBUG_HBF(...) { if(transfer-log_cb) { \
+ char buf[1024]; \
+ snprintf(buf, 1024, __VA_ARGS__);   \
+-transfer-log_cb(__FUNCTION__, buf, transfer-user_data);\
++transfer-log_cb(__func__, buf, transfer-user_data);\
+   }  }
+ 
+ // #endif
+diff --git a/csync/tests/csync_tests/check_csync_log.c 
b/csync/tests/csync_tests/check_csync_log.c
+index 4c88c14..65a8ae9 100644
+--- a/csync/tests/csync_tests/check_csync_log.c
 b/csync/tests/csync_tests/check_csync_log.c
+@@ -131,7 +131,7 @@ static void check_logging(void **state)
+ rc = csync_set_log_callback(check_log_callback);
+ assert_int_equal(rc, 0);
+ 
+-csync_log(1, __FUNCTION__, rc = %d, rc);
++csync_log(1, __func__, rc = %d, rc);
+ 
+ rc = _tstat(path, sb);
+ 


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:48:38
  Author: arojas
Revision: 134342

Fix source

Modified:
  libfplll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:46:58 UTC (rev 134341)
+++ PKGBUILD2015-05-30 08:48:38 UTC (rev 134342)
@@ -10,7 +10,8 @@
 license=('LGPL')
 depends=('mpfr')
 
#source=(http://perso.ens-lyon.fr/damien.stehle/fplll/$pkgname-$pkgver.tar.gz;)
-source=(http://www.sagemath.org/packages/upstream/libfplll/$pkgname-$pkgver.tar.bz2;)
+#source=(http://www.sagemath.org/packages/upstream/libfplll/$pkgname-$pkgver.tar.bz2;)
+source=(http://mirrors.mit.edu/sage/spkg/upstream/libfplll/$pkgname-$pkgver.tar.bz2;)
 md5sums=('db4b1aa57ff3068992d4ea2ab5371a9e')
 
 build() {


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:52:39
  Author: arojas
Revision: 134344

Fix source

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:51:25 UTC (rev 134343)
+++ PKGBUILD2015-05-30 08:52:39 UTC (rev 134344)
@@ -32,7 +32,8 @@
 replaces=('sage-mathematics')
 provides=('sage-mathematics')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 
-http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
+# http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
+http://mirrors.mit.edu/sage/spkg/upstream/pexpect/pexpect-2.0.tar.bz2;
 'anal.h' 'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'clean.patch' 
'skip-check.patch' 
 'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch' 'ntl9.patch')
 md5sums=('df744e882a4b25b42dd8347e202cd497'


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 10:51:25
  Author: arojas
Revision: 134343

Fix source

Modified:
  rubiks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:48:38 UTC (rev 134342)
+++ PKGBUILD2015-05-30 08:51:25 UTC (rev 134343)
@@ -10,10 +10,12 @@
 license=('GPL')
 depends=('gcc-libs')
 makedepends=()
-source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dietz-cu2-Makefile' 'dietz-mcube-Makefile' 'dietz-solver-Makefile' 
'reid-Makefile')
+#source=(http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
+  'dietz-mcube-Makefile' 'dietz-cu2-Makefile' 'dietz-solver-Makefile' 
'reid-Makefile')
 md5sums=('af005309b248f0bba49673a0e5ba3ce8'
+ '296780d7921fbdbefeef59e37770b8ce'
  '817c6fccae52a5f4c839153ef5d7419f'
- '296780d7921fbdbefeef59e37770b8ce'
  '8bd416351a0e1e80078832270e7c9690'
  '3a1f748d4a556c2d0440b52cf715b38b')
 


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

2015-05-30 Thread Bartłomiej Piotrowski
Date: Saturday, May 30, 2015 @ 11:12:20
  Author: bpiotrowski
Revision: 239901

upgpkg: boost 1.58.0-2

backport fix for bindvoid(mf) ambiguous resolution error (FS#44782)

Added:
  boost/trunk/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
Modified:
  boost/trunk/PKGBUILD
Deleted:
  boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch
  boost/trunk/0001-fixed-shared_ptr_helper-include.patch

+
 0001-Add-missing-include-to-signals2-trackable.hpp.patch   |   29 
 0001-fixed-shared_ptr_helper-include.patch |   24 
 PKGBUILD   |   14 
 boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch |  354 
++
 4 files changed, 365 insertions(+), 56 deletions(-)

Deleted: 0001-Add-missing-include-to-signals2-trackable.hpp.patch
===
--- 0001-Add-missing-include-to-signals2-trackable.hpp.patch2015-05-30 
08:59:24 UTC (rev 239900)
+++ 0001-Add-missing-include-to-signals2-trackable.hpp.patch2015-05-30 
09:12:20 UTC (rev 239901)
@@ -1,29 +0,0 @@
-From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Thu, 6 Nov 2014 09:19:26 +0200
-Subject: [PATCH] Add missing include to signals2/trackable.hpp
-
-boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
-associated with signals2::trackable immediately) but the matching header
-wasn't included.
-
-https://svn.boost.org/trac/boost/ticket/10100#comment:7

- include/boost/signals2/trackable.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
-index dba001d..64e8489 100644
 a/include/boost/signals2/trackable.hpp
-+++ b/include/boost/signals2/trackable.hpp
-@@ -18,6 +18,7 @@
- 
- #include boost/assert.hpp
- #include boost/shared_ptr.hpp
-+#include boost/weak_ptr.hpp
- 
- namespace boost {
-   namespace signals2 {
--- 
-2.1.3
-

Deleted: 0001-fixed-shared_ptr_helper-include.patch
===
--- 0001-fixed-shared_ptr_helper-include.patch  2015-05-30 08:59:24 UTC (rev 
239900)
+++ 0001-fixed-shared_ptr_helper-include.patch  2015-05-30 09:12:20 UTC (rev 
239901)
@@ -1,24 +0,0 @@
-From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
-From: Robert Ramey ra...@rrsd.com
-Date: Tue, 11 Nov 2014 22:13:05 -0800
-Subject: [PATCH] fixed shared_ptr_helper include
-

- include/boost/serialization/shared_ptr_helper.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/boost/serialization/shared_ptr_helper.hpp 
b/include/boost/serialization/shared_ptr_helper.hpp
-index f4784ec..64269a9 100644
 a/include/boost/serialization/shared_ptr_helper.hpp
-+++ b/include/boost/serialization/shared_ptr_helper.hpp
-@@ -29,6 +29,7 @@
- #include boost/serialization/singleton.hpp
- #include boost/serialization/extended_type_info.hpp
- #include boost/serialization/throw_exception.hpp
-+#include boost/serialization/type_info_implementation.hpp
- #include boost/archive/archive_exception.hpp
- #include boost/archive/detail/decl.hpp
- 
--- 
-2.2.1
-

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:59:24 UTC (rev 239900)
+++ PKGBUILD2015-05-30 09:12:20 UTC (rev 239901)
@@ -10,14 +10,22 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.58.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
-sha1sums=('2fc96c1651ac6fe9859b678b165bd78dc211e881')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch)
+sha1sums=('2fc96c1651ac6fe9859b678b165bd78dc211e881'
+  'f78d9c6a1ca0c073c21a74d01e6f72e3eb1d8d80')
 
+prepare() {
+   cd ${pkgbase}_${_boostver}
+
+   patch -p2 -i 
../boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
+}
+
 build() {
export _stagedir=${srcdir}/stagedir
local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})

Added: boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
===
--- boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch  
(rev 0)
+++ boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch  
2015-05-30 09:12:20 UTC (rev 239901)
@@ -0,0 +1,354 @@
+From 150c4e94e3f6aadc84f551accdb49b6658bfb539 Mon Sep 17 00:00:00 2001
+From: K-ballo 

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

2015-05-30 Thread Bartłomiej Piotrowski
Date: Saturday, May 30, 2015 @ 11:12:31
  Author: bpiotrowski
Revision: 239902

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

Added:
  boost/repos/extra-i686/PKGBUILD
(from rev 239901, boost/trunk/PKGBUILD)
  
boost/repos/extra-i686/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
(from rev 239901, 
boost/trunk/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 239901, boost/trunk/PKGBUILD)
  
boost/repos/extra-x86_64/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
(from rev 239901, 
boost/trunk/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch)
Deleted:
  
boost/repos/extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
  boost/repos/extra-i686/0001-fixed-shared_ptr_helper-include.patch
  boost/repos/extra-i686/PKGBUILD
  
boost/repos/extra-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
  boost/repos/extra-x86_64/0001-fixed-shared_ptr_helper-include.patch
  boost/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD  
 |  210 +
 extra-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
 |   29 
 extra-i686/0001-fixed-shared_ptr_helper-include.patch  
 |   24 
 extra-i686/PKGBUILD
 |   97 --
 extra-i686/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch  
 |  354 ++
 extra-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch  
 |   29 
 extra-x86_64/0001-fixed-shared_ptr_helper-include.patch
 |   24 
 extra-x86_64/PKGBUILD  
 |   97 --
 
extra-x86_64/boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch 
|  354 ++
 9 files changed, 918 insertions(+), 300 deletions(-)

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


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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 11:33:56
  Author: alucryd
Revision: 134345

gcc5.1: clementine 1.2.3-6

Added:
  clementine/trunk/clementine-gcc5.1.patch
  clementine/trunk/clementine-udisks-namespace.patch
Modified:
  clementine/trunk/PKGBUILD
Deleted:
  clementine/trunk/udisks-namespace.patch

---+
 PKGBUILD  |   10 ++---
 clementine-gcc5.1.patch   |   23 +
 clementine-udisks-namespace.patch |   38 
 udisks-namespace.patch|   38 
 4 files changed, 68 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 08:52:39 UTC (rev 134344)
+++ PKGBUILD2015-05-30 09:33:56 UTC (rev 134345)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -18,17 +18,21 @@
 'gstreamer0.10-good-plugins: Good plugin libraries'
 'gstreamer0.10-bad-plugins: Bad plugin libraries'
 'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gstreamer0.10-ffmpeg: FFmpeg plugin'
 'gvfs: Various devices support')
 install='clementine.install'
 
source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
-'udisks-namespace.patch')
+'clementine-gcc5.1.patch'
+'clementine-udisks-namespace.patch')
 sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
+'b03c190b881520c3233ed8f5804b518e9e699c6f773ab227f36133f422b786e1'
 'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
 
 prepare() {
   cd Clementine-${pkgver}
 
-  patch -Np1 -i ../udisks-namespace.patch
+  patch -Np1 -i ../clementine-gcc5.1.patch
+  patch -Np1 -i ../clementine-udisks-namespace.patch
 }
 
 build() {

Added: clementine-gcc5.1.patch
===
--- clementine-gcc5.1.patch (rev 0)
+++ clementine-gcc5.1.patch 2015-05-30 09:33:56 UTC (rev 134345)
@@ -0,0 +1,23 @@
+diff -rupN Clementine-1.2.3.orig/src/CMakeLists.txt 
Clementine-1.2.3/src/CMakeLists.txt
+--- Clementine-1.2.3.orig/src/CMakeLists.txt   2015-05-30 11:15:10.903093300 
+0200
 Clementine-1.2.3/src/CMakeLists.txt2015-05-30 11:15:34.801955100 
+0200
+@@ -1,6 +1,6 @@
+ 
+ set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wall)
+-set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall 
-Wno-sign-compare -Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__)
++set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall 
-Wno-sign-compare -Wno-deprecated-declarations -Wno-unused-local-typedefs 
--std=c++0x -U__STRICT_ANSI__)
+ 
+ option(BUILD_WERROR Build with -Werror ON)
+ 
+diff -rupN Clementine-1.2.3.orig/src/ui/mainwindow.cpp 
Clementine-1.2.3/src/ui/mainwindow.cpp
+--- Clementine-1.2.3.orig/src/ui/mainwindow.cpp2015-05-30 
11:15:10.867894300 +0200
 Clementine-1.2.3/src/ui/mainwindow.cpp 2015-05-30 11:15:54.578517000 
+0200
+@@ -911,7 +911,7 @@ void MainWindow::ScrobblingEnabledChange
+   if (ui_-action_toggle_scrobbling-isVisible())
+ SetToggleScrobblingIcon(value);
+ 
+-  if (!app_-player()-GetState() == Engine::Idle) {
++  if (app_-player()-GetState() != Engine::Idle) {
+ return;
+   }
+   else {


Property changes on: clementine/trunk/clementine-gcc5.1.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: clementine-udisks-namespace.patch
===
--- clementine-udisks-namespace.patch   (rev 0)
+++ clementine-udisks-namespace.patch   2015-05-30 09:33:56 UTC (rev 134345)
@@ -0,0 +1,38 @@
+From ec580cb815c16ec1ab43a469d5af7d51d8d03082 Mon Sep 17 00:00:00 2001
+From: Chocobozzz florian.choc...@gmail.com
+Date: Wed, 16 Jul 2014 15:57:25 +0200
+Subject: [PATCH] No namespaces for DBus interfaces. Fixes #4401
+
+---
+ src/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 650fa74..775b0a5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -892,11 +892,6 @@ optional_source(LINUX SOURCES widgets/osd_x11.cpp)
+ if(HAVE_DBUS)
+   file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/dbus)
+ 
+-  # Hack to get it to generate interfaces without namespaces - required
+-  # because otherwise org::freedesktop::UDisks and
+-  # org::freedesktop::UDisks::Device conflict.
+-  list(APPEND QT_DBUSXML2CPP_EXECUTABLE -N)
+-
+   # MPRIS DBUS interfaces
+   

[arch-commits] Commit in openbabel/trunk (gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 12:03:47
  Author: arojas
Revision: 239904

Add patch

Added:
  openbabel/trunk/gcc-5.patch

-+
 gcc-5.patch |   12 
 1 file changed, 12 insertions(+)

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 10:03:47 UTC (rev 239904)
@@ -0,0 +1,12 @@
+--- include/openbabel/shared_ptr.h.gcc52015-02-04 20:04:57.0 
+0100
 include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163644 +0100
+@@ -21,7 +21,7 @@ GNU General Public License for more deta
+   #define sharedptr boost::shared_ptr
+ #else
+   #include memory
+-  #if __GNUC__ == 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
++  #if __GNUC__ = 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
+ #include tr1/memory
+   #endif
+   using std::tr1::shared_ptr;
+


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 12:04:08
  Author: arojas
Revision: 239905

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

Added:
  openbabel/repos/extra-i686/PKGBUILD
(from rev 239904, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-i686/gcc-5.patch
(from rev 239904, openbabel/trunk/gcc-5.patch)
  openbabel/repos/extra-x86_64/PKGBUILD
(from rev 239904, openbabel/trunk/PKGBUILD)
  openbabel/repos/extra-x86_64/gcc-5.patch
(from rev 239904, openbabel/trunk/gcc-5.patch)
Deleted:
  openbabel/repos/extra-i686/PKGBUILD
  openbabel/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 extra-i686/PKGBUILD  |   32 --
 extra-i686/gcc-5.patch   |   12 ++
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/gcc-5.patch |   12 ++
 5 files changed, 102 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 10:03:47 UTC (rev 239904)
+++ extra-i686/PKGBUILD 2015-05-30 10:04:08 UTC (rev 239905)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=openbabel
-pkgver=2.3.2
-pkgrel=3
-pkgdesc=A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry
-arch=('i686' 'x86_64')
-url=http://openbabel.org/wiki/Main_Page;
-license=('GPL')
-depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8')
-optdepends=('eigen2: to use bindings'
-'wxgtk2.8: GUI interface')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9b0007560d9d838b40ab4ad06daf5610')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: openbabel/repos/extra-i686/PKGBUILD (from rev 239904, 
openbabel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 10:04:08 UTC (rev 239905)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=openbabel
+pkgver=2.3.2
+pkgrel=4
+pkgdesc=A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry
+arch=('i686' 'x86_64')
+url=http://openbabel.org/wiki/Main_Page;
+license=('GPL')
+depends=('gcc-libs' 'libxml2' 'libsm')
+makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
+optdepends=('eigen2: to use bindings'
+'wxgtk2.8: GUI interface')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gcc-5.patch')
+md5sums=('9b0007560d9d838b40ab4ad06daf5610'
+ '0821ec915b2ab52d54658dc83f5a93d8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with GCC 5 (Fedora)
+  patch -p0 -i $srcdir/gcc-5.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: openbabel/repos/extra-i686/gcc-5.patch (from rev 239904, 
openbabel/trunk/gcc-5.patch)
===
--- extra-i686/gcc-5.patch  (rev 0)
+++ extra-i686/gcc-5.patch  2015-05-30 10:04:08 UTC (rev 239905)
@@ -0,0 +1,12 @@
+--- include/openbabel/shared_ptr.h.gcc52015-02-04 20:04:57.0 
+0100
 include/openbabel/shared_ptr.h 2015-02-07 22:10:37.433163644 +0100
+@@ -21,7 +21,7 @@ GNU General Public License for more deta
+   #define sharedptr boost::shared_ptr
+ #else
+   #include memory
+-  #if __GNUC__ == 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
++  #if __GNUC__ = 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
+ #include tr1/memory
+   #endif
+   using std::tr1::shared_ptr;
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-30 10:03:47 UTC (rev 239904)
+++ extra-x86_64/PKGBUILD   2015-05-30 10:04:08 UTC (rev 239905)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=openbabel
-pkgver=2.3.2
-pkgrel=3
-pkgdesc=A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry
-arch=('i686' 'x86_64')
-url=http://openbabel.org/wiki/Main_Page;

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 13:41:36
  Author: arojas
Revision: 239909

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

Added:
  qtwebkit/repos/testing-i686/
  qtwebkit/repos/testing-i686/PKGBUILD
(from rev 239908, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-i686/gcc-5.patch
(from rev 239908, qtwebkit/trunk/gcc-5.patch)
  qtwebkit/repos/testing-i686/qwebview.patch
(from rev 239908, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-i686/use-python2.patch
(from rev 239908, qtwebkit/trunk/use-python2.patch)
  qtwebkit/repos/testing-x86_64/
  qtwebkit/repos/testing-x86_64/PKGBUILD
(from rev 239908, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-x86_64/gcc-5.patch
(from rev 239908, qtwebkit/trunk/gcc-5.patch)
  qtwebkit/repos/testing-x86_64/qwebview.patch
(from rev 239908, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-x86_64/use-python2.patch
(from rev 239908, qtwebkit/trunk/use-python2.patch)

--+
 testing-i686/PKGBUILD|   70 +
 testing-i686/gcc-5.patch |   13 ++
 testing-i686/qwebview.patch  |   21 +++
 testing-i686/use-python2.patch   |   57 ++
 testing-x86_64/PKGBUILD  |   70 +
 testing-x86_64/gcc-5.patch   |   13 ++
 testing-x86_64/qwebview.patch|   21 +++
 testing-x86_64/use-python2.patch |   57 ++
 8 files changed, 322 insertions(+)

Copied: qtwebkit/repos/testing-i686/PKGBUILD (from rev 239908, 
qtwebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-30 11:41:36 UTC (rev 239909)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.3.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gst-plugins-base-libs')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt4.8')
+_qtver=4.8.7
+source=(https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+
http://download.qt-project.org/official_releases/qt/4.8/${_qtver}/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch' 'gcc-5.patch')
+sha1sums=('31bc60de1cf26bb0766d539b4d564651ddbb0650'
+  '76aef40335c0701e5be7bb3a9101df5d22fe3666'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'c3df6107233f466a032e36681cee07f16536657c'
+  '5d506578ea30daeeeb1e91ab83876fe6d5669715')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/use-python2.patch
+
+# Fix build with GCC 5 (Fedora)
+  patch -p1 -i $srcdir/gcc-5.patch
+
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i ${srcdir}/qwebview.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  OPTS=--no-webkit2
+  if [ ${CARCH} = i686 ]; then
+  # FS#33418
+  OPTS=${OPTS} --no-force-sse2
+  fi
+
+  export QTDIR=/usr
+  export PATH=/usr/lib/qt4/bin:$PATH
+  Tools/Scripts/build-webkit --qt \
+--makeargs=${MAKEFLAGS} \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT=${pkgdir} install
+
+  # Fix wrong libs path in pkgconfig file
+  perl -pi -e s, -L${srcdir}/?\S+,,g 
${pkgdir}/usr/lib/pkgconfig/QtWebKit.pc
+
+  # Fix wrong path in prl file
+  sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
${pkgdir}/usr/lib/libQtWebKit.prl
+}

Copied: qtwebkit/repos/testing-i686/gcc-5.patch (from rev 239908, 
qtwebkit/trunk/gcc-5.patch)
===
--- testing-i686/gcc-5.patch(rev 0)
+++ testing-i686/gcc-5.patch2015-05-30 11:41:36 UTC (rev 239909)
@@ -0,0 +1,13 @@
+--- webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp.gcc5 
2014-09-24 06:42:05.0 -0500
 webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp  
2015-03-20 08:15:53.192778375 -0500
+@@ -1922,6 +1922,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesContiguousShape(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesDoubleShape(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesInt32Shape(ExecState* 

[arch-commits] Commit in qtwebkit/trunk (gcc-5.patch)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 13:40:44
  Author: arojas
Revision: 239908

Add patch

Added:
  qtwebkit/trunk/gcc-5.patch

-+
 gcc-5.patch |   13 +
 1 file changed, 13 insertions(+)

Added: gcc-5.patch
===
--- gcc-5.patch (rev 0)
+++ gcc-5.patch 2015-05-30 11:40:44 UTC (rev 239908)
@@ -0,0 +1,13 @@
+--- webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp.gcc5 
2014-09-24 06:42:05.0 -0500
 webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp  
2015-03-20 08:15:53.192778375 -0500
+@@ -1922,6 +1922,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesContiguousShape(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesDoubleShape(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesInt32Shape(ExecState* 
exec, unsigned i, JSValue value);
++
+ void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
+ {
+ JSGlobalData globalData = exec-globalData();


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 14:31:16
  Author: arojas
Revision: 239913

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

Added:
  qtiplot/repos/extra-i686/PKGBUILD
(from rev 239912, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-i686/build.conf.archlinux
(from rev 239912, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-i686/pyqt-4.11.patch
(from rev 239912, qtiplot/trunk/pyqt-4.11.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.9-private.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.9-private.patch)
  qtiplot/repos/extra-i686/qtiplot.desktop
(from rev 239912, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-i686/qtiplot.install
(from rev 239912, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-i686/qtiplot.png
(from rev 239912, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-i686/qtiplot.xml
(from rev 239912, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
(from rev 239912, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 239912, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
(from rev 239912, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-i686/sip-4.15.patch
(from rev 239912, qtiplot/trunk/sip-4.15.patch)
  qtiplot/repos/extra-x86_64/PKGBUILD
(from rev 239912, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-x86_64/build.conf.archlinux
(from rev 239912, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-x86_64/pyqt-4.11.patch
(from rev 239912, qtiplot/trunk/pyqt-4.11.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.9-private.patch
(from rev 239912, qtiplot/trunk/qtiplot-0.9.8.9-private.patch)
  qtiplot/repos/extra-x86_64/qtiplot.desktop
(from rev 239912, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-x86_64/qtiplot.install
(from rev 239912, qtiplot/trunk/qtiplot.install)
  qtiplot/repos/extra-x86_64/qtiplot.png
(from rev 239912, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-x86_64/qtiplot.xml
(from rev 239912, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
(from rev 239912, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 239912, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
(from rev 239912, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-x86_64/sip-4.15.patch
(from rev 239912, qtiplot/trunk/sip-4.15.patch)
Deleted:
  qtiplot/repos/extra-i686/PKGBUILD
  qtiplot/repos/extra-i686/build.conf.archlinux
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-i686/qtiplot.desktop
  qtiplot/repos/extra-i686/qtiplot.install
  qtiplot/repos/extra-i686/qtiplot.png
  qtiplot/repos/extra-i686/qtiplot.xml
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
  qtiplot/repos/extra-i686/sip.patch
  qtiplot/repos/extra-x86_64/PKGBUILD
  qtiplot/repos/extra-x86_64/build.conf.archlinux
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-x86_64/qtiplot.desktop
  qtiplot/repos/extra-x86_64/qtiplot.install
  qtiplot/repos/extra-x86_64/qtiplot.png
  qtiplot/repos/extra-x86_64/qtiplot.xml
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
  qtiplot/repos/extra-x86_64/sip.patch

--+
 /PKGBUILD|  206 +
 /build.conf.archlinux|   64 +++
 /qtiplot-0.9.8.6-gold.patch  |   30 +++
 /qtiplot-0.9.8.6-kde.patch   |   30 +++
 /qtiplot-0.9.8.6-tamuanova.patch |   52 ++
 /qtiplot.desktop |   26 +++
 /qtiplot.install  

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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 14:36:50
  Author: jelle
Revision: 134352

upgpkg: gsmartcontrol 0.8.7-5

Modified:
  gsmartcontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 10:03:29 UTC (rev 134351)
+++ PKGBUILD2015-05-30 12:36:50 UTC (rev 134352)
@@ -2,15 +2,15 @@
 
 pkgname=gsmartcontrol
 pkgver=0.8.7
-pkgrel=4
+pkgrel=5
 pkgdesc=A graphical user interface for the smartctl hard disk drive health 
inspection tool.
 arch=('i686' 'x86_64')
-url=http://gsmartcontrol.berlios.de/home/index.php/en/Home;
+url=http://gsmartcontrol.sourceforge.net/home/;
 license=('GPL3')
 depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
 optdepends=('polkit: to run gsmartcontrol directly from menu')
 install=${pkgname}.install
-source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2
+source=(http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
 org.archlinux.pkexec.gsmartcontrol.policy
 gsmartcontrol_polkit)
 md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30'


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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 14:37:05
  Author: jelle
Revision: 134353

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

Added:
  gsmartcontrol/repos/community-i686/PKGBUILD
(from rev 134352, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-i686/gsmartcontrol.install
(from rev 134352, gsmartcontrol/trunk/gsmartcontrol.install)
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
(from rev 134352, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
(from rev 134352, 
gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
  gsmartcontrol/repos/community-x86_64/PKGBUILD
(from rev 134352, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-x86_64/gsmartcontrol.install
(from rev 134352, gsmartcontrol/trunk/gsmartcontrol.install)
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
(from rev 134352, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy
(from rev 134352, 
gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
Deleted:
  gsmartcontrol/repos/community-i686/PKGBUILD
  gsmartcontrol/repos/community-i686/gsmartcontrol.install
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
  gsmartcontrol/repos/community-x86_64/PKGBUILD
  gsmartcontrol/repos/community-x86_64/gsmartcontrol.install
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy

+
 /PKGBUILD  |  102 +++
 /gsmartcontrol.install |   22 ++
 /gsmartcontrol_polkit  |   12 +++
 community-i686/PKGBUILD|   51 ---
 community-i686/gsmartcontrol.install   |   11 ---
 community-i686/gsmartcontrol_polkit|6 -
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/gsmartcontrol.install |   11 ---
 community-x86_64/gsmartcontrol_polkit  |6 -
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 12:36:50 UTC (rev 134352)
+++ community-i686/PKGBUILD 2015-05-30 12:37:05 UTC (rev 134353)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=gsmartcontrol
-pkgver=0.8.7
-pkgrel=4
-pkgdesc=A graphical user interface for the smartctl hard disk drive health 
inspection tool.
-arch=('i686' 'x86_64')
-url=http://gsmartcontrol.berlios.de/home/index.php/en/Home;
-license=('GPL3')
-depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
-optdepends=('polkit: to run gsmartcontrol directly from menu')
-install=${pkgname}.install
-source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2
-org.archlinux.pkexec.gsmartcontrol.policy
-gsmartcontrol_polkit)
-md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30'
- '503989a7e6a9a287d81e91243d03f162'
- '33bdda04d8db1525f2507485f3f2a663')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# Modify desktop file
-sed -i s|^Exec=.*|Exec=@prefix@/bin/gsmartcontrol_polkit| \
-data/gsmartcontrol.desktop.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make 
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-# Install launcher script
-install -m755 ${srcdir}/gsmartcontrol_polkit \
-${pkgdir}/usr/bin/gsmartcontrol_polkit
-
-# Install policy file
-install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
-
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy
-}

Copied: gsmartcontrol/repos/community-i686/PKGBUILD (from rev 134352, 
gsmartcontrol/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 12:37:05 UTC (rev 134353)
@@ -0,0 +1,51 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=gsmartcontrol
+pkgver=0.8.7
+pkgrel=5
+pkgdesc=A graphical user interface for the smartctl hard disk drive health 
inspection tool.
+arch=('i686' 'x86_64')
+url=http://gsmartcontrol.sourceforge.net/home/;
+license=('GPL3')
+depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
+optdepends=('polkit: to run gsmartcontrol directly from menu')
+install=${pkgname}.install

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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 11:34:14
  Author: alucryd
Revision: 134346

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

Added:
  clementine/repos/community-i686/PKGBUILD
(from rev 134345, clementine/trunk/PKGBUILD)
  clementine/repos/community-i686/clementine-gcc5.1.patch
(from rev 134345, clementine/trunk/clementine-gcc5.1.patch)
  clementine/repos/community-i686/clementine-udisks-namespace.patch
(from rev 134345, clementine/trunk/clementine-udisks-namespace.patch)
  clementine/repos/community-i686/clementine.install
(from rev 134345, clementine/trunk/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
(from rev 134345, clementine/trunk/PKGBUILD)
  clementine/repos/community-x86_64/clementine-gcc5.1.patch
(from rev 134345, clementine/trunk/clementine-gcc5.1.patch)
  clementine/repos/community-x86_64/clementine-udisks-namespace.patch
(from rev 134345, clementine/trunk/clementine-udisks-namespace.patch)
  clementine/repos/community-x86_64/clementine.install
(from rev 134345, clementine/trunk/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-i686/udisks-namespace.patch
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine.install
  clementine/repos/community-x86_64/udisks-namespace.patch

+
 /PKGBUILD  |  116 +++
 /clementine.install|   30 
 community-i686/PKGBUILD|   54 
 community-i686/clementine-gcc5.1.patch |   23 +++
 community-i686/clementine-udisks-namespace.patch   |   38 ++
 community-i686/clementine.install  |   15 --
 community-i686/udisks-namespace.patch  |   38 --
 community-x86_64/PKGBUILD  |   54 
 community-x86_64/clementine-gcc5.1.patch   |   23 +++
 community-x86_64/clementine-udisks-namespace.patch |   38 ++
 community-x86_64/clementine.install|   15 --
 community-x86_64/udisks-namespace.patch|   38 --
 12 files changed, 268 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 09:33:56 UTC (rev 134345)
+++ community-i686/PKGBUILD 2015-05-30 09:34:14 UTC (rev 134346)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: BlackEagle ike.devol...@gmail.com
-# Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.2.3
-pkgrel=5
-pkgdesc='A modern music player and library organizer'
-url='http://www.clementine-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
- 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
-'gvfs: Various devices support')
-install='clementine.install'
-source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
-'udisks-namespace.patch')
-sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
-'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
-
-prepare() {
-  cd Clementine-${pkgver}
-
-  patch -Np1 -i ../udisks-namespace.patch
-}
-
-build() {
-  cd Clementine-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd Clementine-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/PKGBUILD (from rev 134345, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 09:34:14 UTC (rev 134346)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.3
+pkgrel=6
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 

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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 11:58:56
  Author: alucryd
Revision: 134348

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

Added:
  guayadeque/repos/community-i686/PKGBUILD
(from rev 134347, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-i686/guayadeque-link.patch
(from rev 134347, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-i686/guayadeque.install
(from rev 134347, guayadeque/trunk/guayadeque.install)
  guayadeque/repos/community-x86_64/PKGBUILD
(from rev 134347, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-x86_64/guayadeque-link.patch
(from rev 134347, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-x86_64/guayadeque.install
(from rev 134347, guayadeque/trunk/guayadeque.install)
Deleted:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque.install

+
 /PKGBUILD  |  112 +++
 /guayadeque.install|   26 +++
 community-i686/PKGBUILD|   43 ---
 community-i686/guayadeque-link.patch   |   11 +++
 community-i686/guayadeque.install  |   13 ---
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/guayadeque-link.patch |   11 +++
 community-x86_64/guayadeque.install|   13 ---
 8 files changed, 160 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 09:58:44 UTC (rev 134347)
+++ community-i686/PKGBUILD 2015-05-30 09:58:56 UTC (rev 134348)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Sial s...@cpan.org
-# Contributor: Martin Herndl martin.her...@gmail.com
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-'gvfs: Support for external devices')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/PKGBUILD (from rev 134347, 
guayadeque/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 09:58:56 UTC (rev 134348)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Sial s...@cpan.org
+# Contributor: Martin Herndl martin.her...@gmail.com
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+'gvfs: Support for external devices')
+install='guayadeque.install'
+source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
+'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
+}
+
+package() {
+  cd guayadeque-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/guayadeque-link.patch (from rev 134347, 

[arch-commits] Commit in guayadeque/trunk (PKGBUILD guayadeque-link.patch)

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 11:58:44
  Author: alucryd
Revision: 134347

gcc5.1: guayadeque 0.3.7-1

Added:
  guayadeque/trunk/guayadeque-link.patch
Modified:
  guayadeque/trunk/PKGBUILD

---+
 PKGBUILD  |   31 ++-
 guayadeque-link.patch |   11 +++
 2 files changed, 33 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 09:34:14 UTC (rev 134346)
+++ PKGBUILD2015-05-30 09:58:44 UTC (rev 134347)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Sial s...@cpan.org
 # Contributor: Martin Herndl martin.her...@gmail.com
 
@@ -14,28 +14,41 @@
 makedepends=('cmake')
 optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
 'gvfs: Support for external devices')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938')
+install='guayadeque.install'
+source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
+'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
 
 prepare() {
-  cd ${pkgname}-${pkgver}/src
+  cd guayadeque-${pkgver}
 
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
   xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
   mv guayadeque.pot ../po
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd guayadeque-${pkgver}
 
-  rm -rf build
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd guayadeque-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }

Added: guayadeque-link.patch
===
--- guayadeque-link.patch   (rev 0)
+++ guayadeque-link.patch   2015-05-30 09:58:44 UTC (rev 134347)
@@ -0,0 +1,11 @@
+diff -rupN guayadeque-0.3.7.orig/src/CMakeLists.txt 
guayadeque-0.3.7/src/CMakeLists.txt
+--- guayadeque-0.3.7.orig/src/CMakeLists.txt   2015-05-30 11:46:08.985762500 
+0200
 guayadeque-0.3.7/src/CMakeLists.txt2015-05-30 11:47:40.436389200 
+0200
+@@ -319,6 +319,7 @@ TARGET_LINK_LIBRARIES( guayadeque
+   ${LIBINDICATE07_LIBRARIES}
+   ${LIBAPPINDICATOR_LIBRARIES}
+   ${LIBWXSQLITE3_LIBRARIES}
++  -lgdk_pixbuf-2.0
+   )
+ 
+ INSTALL( TARGETS guayadeque


Property changes on: guayadeque/trunk/guayadeque-link.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 13:34:57
  Author: arojas
Revision: 239906

Fix linkage

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 10:04:08 UTC (rev 239905)
+++ PKGBUILD2015-05-30 11:34:57 UTC (rev 239906)
@@ -46,6 +46,8 @@
   export QMAKE=qmake-qt4
   export MOC=moc-qt4
   export UIC=uic-qt4
+  export LDFLAGS=$LDFLAGS -lz
+
   ./configure --prefix=/usr \
   --mandir=/usr/share/man \
   --libexecdir=/usr/lib


[arch-commits] Commit in qtiplot/trunk (5 files)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 14:30:15
  Author: arojas
Revision: 239912

Fix source, add more gentoo build fixes

Added:
  qtiplot/trunk/pyqt-4.11.patch
  qtiplot/trunk/qtiplot-0.9.8.9-private.patch
  qtiplot/trunk/sip-4.15.patch
Modified:
  qtiplot/trunk/PKGBUILD
Deleted:
  qtiplot/trunk/sip.patch

---+
 PKGBUILD  |   21 +++--
 pyqt-4.11.patch   |   33 +
 qtiplot-0.9.8.9-private.patch |   16 
 sip-4.15.patch|   32 
 sip.patch |   13 -
 5 files changed, 96 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:05:07 UTC (rev 239911)
+++ PKGBUILD2015-05-30 12:30:15 UTC (rev 239912)
@@ -5,7 +5,7 @@
 
 pkgname=qtiplot
 pkgver=0.9.8.9
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/qtiplot.html;
 pkgdesc=Data analysis and scientific plotting - free clone of Origin
@@ -16,7 +16,7 @@
 makedepends=('pkg-config' 'boost' 'mesa')
 license=('GPL2')
 install=${pkgname}.install
-source=(http://download.berlios.de/qtiplot/qtiplot-${pkgver}.tar.bz2
+source=(http://downloads.sourceforge.net/project/qtiplot.berlios/$pkgname-$pkgver.tar.bz2
 $pkgname.desktop
 $pkgname.png
 build.conf.archlinux
@@ -26,7 +26,10 @@
qtiplot-0.9.8.6-kde.patch
qtiplot-0.9.8.6-tamuanova.patch
 qwtplot3d-qt-4.8.0.patch
-qwtplot3d-libpng15.patch)
+qwtplot3d-libpng15.patch
+   pyqt-4.11.patch
+   qtiplot-0.9.8.9-private.patch
+   sip-4.15.patch)
 sha1sums=('73b17dd9195c3d86750d5f1f5bdd4d5483c5fe30'
   '4d5d7cf3965a0a1b1aa9cafc34e70ee207700bc8'
   '4301cb2a36024a10108b689990d28c4fe5c7416e'
@@ -37,15 +40,21 @@
   'a1d4bec744c9b8fe29bf177851e66c97cdd9d975'
   '830b518e3ef63625df84363a8047417124f243b0'
   '3d4c471dda29a04d432f8e0a4c5b977068cdae72'
-  '4a45ee21f028f34da75d83c0d3e1d08c5f928892')
+  '4a45ee21f028f34da75d83c0d3e1d08c5f928892'
+  'cef3bca1c15be01ca8a8c0d75d557027d723286c'
+  'c5e9d075ce6a73c473e52a197d9919116b2cece5'
+  '55a380bc61819258e0c11ccb42f9057e31d4881e')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd $pkgname-$pkgver
 
# gentoo fixes  
patch -Np1 -i ${srcdir}/qtiplot-0.9.8.6-gold.patch
patch -Np1 -i ${srcdir}/qtiplot-0.9.8.6-kde.patch
 #   patch -Np1 -i ${srcdir}/qtiplot-0.9.8.6-tamuanova.patch
+   patch -Np1 -i $srcdir/pyqt-4.11.patch
+   patch -Np1 -i $srcdir/qtiplot-0.9.8.9-private.patch
+   patch -Np1 -i $srcdir/sip-4.15.patch
 
# build also static qwtplot3d lib
echo unix:CONFIG += staticlib  3rdparty/qwtplot3d/qwtplot3d.pro

Added: pyqt-4.11.patch
===
--- pyqt-4.11.patch (rev 0)
+++ pyqt-4.11.patch 2015-05-30 12:30:15 UTC (rev 239912)
@@ -0,0 +1,33 @@
+ qtiplot/python-sipcmd.py | 21 ++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
+
+diff --git a/qtiplot/python-sipcmd.py b/qtiplot/python-sipcmd.py
+index f643194..d8d1ef2 100755
+--- a/qtiplot/python-sipcmd.py
 b/qtiplot/python-sipcmd.py
+@@ -27,6 +27,21 @@
+ #  #
+ 
+ 
+-from PyQt4 import pyqtconfig
+-config = pyqtconfig.Configuration()
+-print  .join([config.sip_bin, -I, config.pyqt_sip_dir, 
config.pyqt_sip_flags])
++from __future__ import print_function
++
++import os
++import sipconfig
++import PyQt4.QtCore
++
++try:
++  # = 4.10
++  SIP_FLAGS = PyQt4.QtCore.PYQT_CONFIGURATION['sip_flags']
++except:
++  import PyQt4.pyqtconfig
++  SIP_FLAGS = PyQt4.pyqtconfig.Configuration().pyqt_sip_flags
++
++PYQT_SIP_DIR = os.path.join(sipconfig.Configuration().default_sip_dir, 
'PyQt4')
++SIP_BIN = sipconfig.Configuration().sip_bin
++SIP_INC_DIR = sipconfig.Configuration().sip_inc_dir
++
++print( .join([SIP_BIN, -I, PYQT_SIP_DIR, SIP_FLAGS]))
+

Added: qtiplot-0.9.8.9-private.patch
===
--- qtiplot-0.9.8.9-private.patch   (rev 0)
+++ qtiplot-0.9.8.9-private.patch   2015-05-30 12:30:15 UTC (rev 239912)
@@ -0,0 +1,16 @@
+diff -ruN qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h 
qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h
+--- qtiplot-0.9.8.9.orig/qtiplot/src/plot2D/ImageWidget.h  2010-10-17 
09:04:05.0 +0200
 qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h   2013-11-01 
12:11:36.559973891 +0100
+@@ -67,10 +67,10 @@
+   void setWindowName(const QString name){d_window_name = name;};
+ 
+   static QPixmap windowPixmap(ApplicationWindow *mw, const 

[arch-commits] Commit in qt-assistant-compat/trunk (PKGBUILD)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 14:45:51
  Author: arojas
Revision: 239915

Fix source

Modified:
  qt-assistant-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:42:03 UTC (rev 239914)
+++ PKGBUILD2015-05-30 12:45:51 UTC (rev 239915)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 depends=('qt4')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+source=('http://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
 'debian_patches_01_build_system.diff')
 md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
  '1b55290dc9fab0c035797e9301d2fa61')


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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 12:01:35
  Author: alucryd
Revision: 134350

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

Deleted:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque.install

-+
 community-i686/PKGBUILD |   56 --
 community-i686/guayadeque.install   |   13 ---
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/guayadeque.install |   13 ---
 4 files changed, 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 10:01:24 UTC (rev 134349)
+++ community-i686/PKGBUILD 2015-05-30 10:01:35 UTC (rev 134350)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Sial s...@cpan.org
-# Contributor: Martin Herndl martin.her...@gmail.com
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-'gvfs: Support for external devices')
-install='guayadeque.install'
-source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
-'guayadeque-link.patch')
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
-'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
-
-prepare() {
-  cd guayadeque-${pkgver}
-
-  patch -Np1 -i ../guayadeque-link.patch
-
-  cd src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd guayadeque-${pkgver}
-
-  if [[ -d build || -f build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-  make
-}
-
-package() {
-  cd guayadeque-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/guayadeque.install
===
--- community-i686/guayadeque.install   2015-05-30 10:01:24 UTC (rev 134349)
+++ community-i686/guayadeque.install   2015-05-30 10:01:35 UTC (rev 134350)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove(){
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-30 10:01:24 UTC (rev 134349)
+++ community-x86_64/PKGBUILD   2015-05-30 10:01:35 UTC (rev 134350)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Sial s...@cpan.org
-# Contributor: Martin Herndl martin.her...@gmail.com
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-'gvfs: Support for external devices')
-install='guayadeque.install'
-source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
-'guayadeque-link.patch')
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
-'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
-
-prepare() {
-  cd guayadeque-${pkgver}
-
-  patch -Np1 -i ../guayadeque-link.patch
-
-  cd src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd guayadeque-${pkgver}
-
-  if [[ -d build || -f build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-  make
-}
-
-package() {
-  cd guayadeque-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/guayadeque.install
===
--- community-x86_64/guayadeque.install 2015-05-30 10:01:24 UTC (rev 134349)
+++ community-x86_64/guayadeque.install 2015-05-30 10:01:35 UTC (rev 134350)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 12:02:50
  Author: arojas
Revision: 239903

Fix build with GCC 5

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 09:12:31 UTC (rev 239902)
+++ PKGBUILD2015-05-30 10:02:50 UTC (rev 239903)
@@ -4,23 +4,30 @@
 
 pkgname=openbabel
 pkgver=2.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A library designed to interconvert between many file formats used in 
molecular modeling and computational chemistry
 arch=('i686' 'x86_64')
 url=http://openbabel.org/wiki/Main_Page;
 license=('GPL')
 depends=('gcc-libs' 'libxml2' 'libsm')
-makedepends=('cmake' 'eigen2' 'wxgtk2.8')
+makedepends=('cmake' 'eigen2' 'wxgtk2.8' 'boost')
 optdepends=('eigen2: to use bindings'
 'wxgtk2.8: GUI interface')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9b0007560d9d838b40ab4ad06daf5610')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'gcc-5.patch')
+md5sums=('9b0007560d9d838b40ab4ad06daf5610'
+ '0821ec915b2ab52d54658dc83f5a93d8')
 
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with GCC 5 (Fedora)
+  patch -p0 -i $srcdir/gcc-5.patch
+}
+
 build() {
-  cd ${srcdir}
-  mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8
   make
@@ -27,6 +34,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd build
+  make DESTDIR=$pkgdir install
 }


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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 12:01:24
  Author: alucryd
Revision: 134349

upgpkg: guayadeque 0.3.7-2

Modified:
  guayadeque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 09:58:56 UTC (rev 134348)
+++ PKGBUILD2015-05-30 10:01:24 UTC (rev 134349)
@@ -5,7 +5,7 @@
 
 pkgname=guayadeque
 pkgver=0.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight music player'
 arch=('i686' 'x86_64')
 url='http://guayadeque.org/'


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

2015-05-30 Thread Maxime Gauduin
Date: Saturday, May 30, 2015 @ 12:03:29
  Author: alucryd
Revision: 134351

Sigh

Added:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque.install

-+
 community-i686/PKGBUILD |   56 ++
 community-i686/guayadeque.install   |   13 +++
 community-x86_64/PKGBUILD   |   56 ++
 community-x86_64/guayadeque.install |   13 +++
 4 files changed, 138 insertions(+)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 10:03:29 UTC (rev 134351)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 134349 2015-05-30 10:01:24Z alucryd $
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Sial s...@cpan.org
+# Contributor: Martin Herndl martin.her...@gmail.com
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+'gvfs: Support for external devices')
+install='guayadeque.install'
+source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
+'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
+}
+
+package() {
+  cd guayadeque-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: guayadeque/repos/community-i686/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: community-i686/guayadeque.install
===
--- community-i686/guayadeque.install   (rev 0)
+++ community-i686/guayadeque.install   2015-05-30 10:03:29 UTC (rev 134351)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove(){
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: guayadeque/repos/community-i686/guayadeque.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-30 10:03:29 UTC (rev 134351)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 134349 2015-05-30 10:01:24Z alucryd $
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Sial s...@cpan.org
+# Contributor: Martin Herndl martin.her...@gmail.com
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+'gvfs: Support for external devices')
+install='guayadeque.install'
+source=(http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2;
+'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
+}
+
+package() {
+  cd 

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 13:40:18
  Author: arojas
Revision: 239907

Fix build with GCC 5, update QWebView plugin to 4.8.7

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 11:34:57 UTC (rev 239906)
+++ PKGBUILD2015-05-30 11:40:18 UTC (rev 239907)
@@ -3,7 +3,7 @@
 
 pkgname=qtwebkit
 pkgver=2.3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
@@ -11,20 +11,24 @@
 depends=('qt4' 'systemd' 'gst-plugins-base-libs')
 makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
 conflicts=('qt4.8')
-_qtver=4.8.6
+_qtver=4.8.7
 
source=(https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 
http://download.qt-project.org/official_releases/qt/4.8/${_qtver}/qt-everywhere-opensource-src-${_qtver}.tar.gz;
 'use-python2.patch'
-'qwebview.patch')
+'qwebview.patch' 'gcc-5.patch')
 sha1sums=('31bc60de1cf26bb0766d539b4d564651ddbb0650'
-  'ddf9c20ca8309a116e0466c42984238009525da6'
+  '76aef40335c0701e5be7bb3a9101df5d22fe3666'
   '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'c3df6107233f466a032e36681cee07f16536657c')
+  'c3df6107233f466a032e36681cee07f16536657c'
+  '5d506578ea30daeeeb1e91ab83876fe6d5669715')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/use-python2.patch
 
+# Fix build with GCC 5 (Fedora)
+  patch -p1 -i $srcdir/gcc-5.patch
+
   cd ../qt-everywhere-opensource-src-${_qtver}
   patch -p1 -i ${srcdir}/qwebview.patch
 }


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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 14:05:07
  Author: fyan
Revision: 239911

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 239910, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 12:04:54 UTC (rev 239910)
+++ PKGBUILD2015-05-30 12:05:07 UTC (rev 239911)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-error
-pkgver=0.17023
-pkgrel=1
-pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
-url=http://search.cpan.org/dist/Error/;
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha1sums=('fd3772bd83067fefdc858e7c2bd607e0f94f952b')
-
-build() {
-  cd Error-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd Error-${pkgver}
-  make test
-}
-
-package() {
-  cd Error-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 239910, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 12:05:07 UTC (rev 239911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-error
+pkgver=0.17024
+pkgrel=1
+pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
+url=http://search.cpan.org/dist/Error/;
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+sha1sums=('21376fdb5a352eea3e92cd4027df163dc4075561')
+
+build() {
+  cd Error-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd Error-${pkgver}
+  make test
+}
+
+package() {
+  cd Error-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-05-30 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 14:04:54
  Author: fyan
Revision: 239910

upgpkg: perl-error 0.17024-1

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 11:41:36 UTC (rev 239909)
+++ PKGBUILD2015-05-30 12:04:54 UTC (rev 239910)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-error
-pkgver=0.17023
+pkgver=0.17024
 pkgrel=1
 pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
 url=http://search.cpan.org/dist/Error/;
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha1sums=('fd3772bd83067fefdc858e7c2bd607e0f94f952b')
+sha1sums=('21376fdb5a352eea3e92cd4027df163dc4075561')
 
 build() {
   cd Error-${pkgver}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 14:42:03
  Author: arojas
Revision: 239914

Fix source, still doesn't build

Modified:
  liborigin2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:31:16 UTC (rev 239913)
+++ PKGBUILD2015-05-30 12:42:03 UTC (rev 239914)
@@ -12,7 +12,7 @@
 makedepends=('doxygen' 'qt4' 'boost')
 replaces=('liborigin')
 provides=('liborigin')
-source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
+source=(http://sourceforge.net/projects/qtiplot.berlios/files/$pkgbase-20110829.zip
liborigin.pro.archlinux
http://tree.phi-sci.com/tree.hh)
 sha1sums=('13851b17b21ec49375e4f5dfbd3ab4b9bf72f5be'


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 14:51:29
  Author: arojas
Revision: 239916

Add validpgpkeys

Modified:
  plotutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:45:51 UTC (rev 239915)
+++ PKGBUILD2015-05-30 12:51:29 UTC (rev 239916)
@@ -16,6 +16,7 @@
 sha1sums=('7921301d9dfe8991e3df2829bd733df6b2a70838'
   'ab78e2d06402aaac367da7a0e5810439d5b9853f'
   '492f0e04f8265ab50d9ba0905a0f5adf3ec06ab8')
+validpgpkeys=('C7823604DFEA27BC29DD4F179DEB46C0D679F6CF') # Karl Berry
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 15:08:53
  Author: kkeen
Revision: 134355

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

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

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

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 134354, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-30 13:08:53 UTC (rev 134355)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.8.4
+_verstring='003_008_004'
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('95da1745c2286870b8b55856f5f43380')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 134354, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-30 13:08:53 UTC (rev 134355)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.8.4
+_verstring='003_008_004'
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('95da1745c2286870b8b55856f5f43380')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+


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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 15:08:36
  Author: kkeen
Revision: 134354

upgpkg: libuhd 3.8.4-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:37:05 UTC (rev 134353)
+++ PKGBUILD2015-05-30 13:08:36 UTC (rev 134354)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=libuhd
-pkgver=3.8.3
-_verstring='003_008_003-1'  # hopefully -X is temporary
+pkgver=3.8.4
+_verstring='003_008_004'
 pkgrel=1
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
 
source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
-md5sums=('7780250fec465db5081a387f1216c128')
+md5sums=('95da1745c2286870b8b55856f5f43380')
 
 build() {
   cd $srcdir/uhd-release_$_verstring/host
@@ -22,9 +22,6 @@
   # fix for py2
   find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
 
-  # fix for boost 1.58, already in git
-  sed -i 's|return NULL;|return uhd::msg_task::msg_type_t(0, 
uhd::msg_task::msg_payload_t());|' lib/usrp/b200/b200_io_impl.cpp
-  
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \


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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 15:10:34
  Author: jelle
Revision: 134356

Update upstream url, since berlios is no longer hosting source tarballs

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:08:53 UTC (rev 134355)
+++ PKGBUILD2015-05-30 13:10:34 UTC (rev 134356)
@@ -15,7 +15,7 @@
  'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm')
 makedepends=('boost' 'zip')
 install=codeblocks.install
-source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
+source=(http://sourceforge.net/projects/codeblocks/files/Sources/${pkgver}/codeblocks_${pkgver}-1.tar.gz)
 md5sums=('4b450f620d9f1875ecf6882ab3c11402')
 
 build() {


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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 15:16:48
  Author: kkeen
Revision: 134358

archrelease: copy trunk to community-staging-any

Added:
  libuhd-firmware/repos/community-staging-any/
  libuhd-firmware/repos/community-staging-any/PKGBUILD
(from rev 134357, libuhd-firmware/trunk/PKGBUILD)

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

Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 134357, 
libuhd-firmware/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-30 13:16:48 UTC (rev 134358)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd-firmware
+pkgver=3.8.4
+_verstring=003.008.004
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace firmware
+arch=('any')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('libuhd')
+#source=(http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+source=(http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('827c9c839809e6d0bc1cc61e359a1cd6')
+
+package() {
+  cd $srcdir/uhd-images_$_verstring-release/share/uhd/images/
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -d $pkgdir/usr/share/uhd/images/
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * $pkgdir/usr/share/uhd/images/
+}
+
+


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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 15:16:36
  Author: kkeen
Revision: 134357

upgpkg: libuhd-firmware 3.8.4-1

Modified:
  libuhd-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:10:34 UTC (rev 134356)
+++ PKGBUILD2015-05-30 13:16:36 UTC (rev 134357)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=libuhd-firmware
-pkgver=3.8.3
-_verstring=003.008.003
+pkgver=3.8.4
+_verstring=003.008.004
 pkgrel=1
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace firmware
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('libuhd')
 
#source=(http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
 
source=(http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz;)
-md5sums=('e50b92890aa092598e2c67bb11401039')
+md5sums=('827c9c839809e6d0bc1cc61e359a1cd6')
 
 package() {
   cd $srcdir/uhd-images_$_verstring-release/share/uhd/images/


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

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 15:21:15
  Author: jelle
Revision: 134360

Add upstream url for boost.m4

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:20:43 UTC (rev 134359)
+++ PKGBUILD2015-05-30 13:21:15 UTC (rev 134360)
@@ -14,7 +14,7 @@
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 iostream.patch
-boost.m4)
+boost.m4) # https://github.com/tsuna/boost.m4
 md5sums=('c336f97e29327d92ead62765a0ef0b65'
  'd5a2f6aee7832683bcffe2ea6b1561ad'
  'c2ed0f4a18fa2da46706705cc6d37dbd')


[arch-commits] Commit in cclive/trunk (PKGBUILD boost.m4)

2015-05-30 Thread Jelle van der Waa
Date: Saturday, May 30, 2015 @ 15:20:43
  Author: jelle
Revision: 134359

Update boost.m4 to detect GCC  5.1

Added:
  cclive/trunk/boost.m4
Modified:
  cclive/trunk/PKGBUILD

--+
 PKGBUILD |   13 
 boost.m4 | 1442 +
 2 files changed, 1452 insertions(+), 3 deletions(-)

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


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 15:37:40
  Author: arojas
Revision: 239917

Fix build with Qt 5.4.2

Modified:
  phonon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 12:51:29 UTC (rev 239916)
+++ PKGBUILD2015-05-30 13:37:40 UTC (rev 239917)
@@ -4,18 +4,23 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.8.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
 options=('!emptydirs')
-source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('88bb9867261803eed61ff53a7c026338')
+source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
+md5sums=('88bb9867261803eed61ff53a7c026338'
+ '0235218127e47f646dd037661970aa97')
 
 prepare() {
   mkdir build
   mkdir build-qt5
+
+# Fix build with Qt 5.4.2
+  cd $pkgbase-$pkgver
+  patch -p1 -i $srcdir/qt-5.4.2.patch
 }
 
 build() {
@@ -26,6 +31,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DCMAKE_INSTALL_LIBDIR=lib
   make
 
@@ -36,6 +42,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
 -DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DCMAKE_INSTALL_LIBDIR=lib
   make
 }


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 15:51:34
  Author: arojas
Revision: 239922

Fix build

Modified:
  phonon-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:50:27 UTC (rev 239921)
+++ PKGBUILD2015-05-30 13:51:34 UTC (rev 239922)
@@ -23,6 +23,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DCMAKE_INSTALL_LIBDIR=lib
   make
 
@@ -32,6 +33,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DPHONON_BUILD_PHONON4QT5=ON
   make
 }


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 16:01:09
  Author: arojas
Revision: 134362

Fix checksum

Modified:
  qtkeychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:50:51 UTC (rev 134361)
+++ PKGBUILD2015-05-30 14:01:09 UTC (rev 134362)
@@ -13,7 +13,7 @@
 license=(BSD)
 makedepends=(cmake icu qt5-tools qt4)
 
source=($pkgbase-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip;)
-md5sums=('7b01599dcdf728ba3ea417a9c0fd77a4')
+md5sums=('fb4f9d990201d0ba0114c3b97c7753e9')
 
 prepare() {
 mkdir -p build{4,5}


[arch-commits] Commit in (5 files)

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 16:27:58
  Author: guillaume
Revision: 239926

First push of java-openjfx FS#43653

Added:
  java-openjfx/
  java-openjfx/repos/
  java-openjfx/trunk/
  java-openjfx/trunk/PKGBUILD
  java-openjfx/trunk/gradle.properties

---+
 PKGBUILD  |   94 
 gradle.properties |4 ++
 2 files changed, 98 insertions(+)

Added: java-openjfx/trunk/PKGBUILD
===
--- java-openjfx/trunk/PKGBUILD (rev 0)
+++ java-openjfx/trunk/PKGBUILD 2015-05-30 14:27:58 UTC (rev 239926)
@@ -0,0 +1,94 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Emanuel Couto emanuel dot amaral dot couto at gmail dot com
+# Contributor: Richard Jackson rdjack21 at gmail dot com
+# Contributor: Tinx arch at tinx dot eu
+# Contributor: Jens Kapitza j dot kapitza at schwarze-allianz dot de
+# Contributor: Olli olli at coderkun dot de
+
+# To test this package see demos in jdk8 tarball: 
jdk1.8.0_45/demo/javafx_samples
+
+_libname=openjfx
+pkgbase=java-${_libname}
+pkgname=('java-openjfx' 'java-openjfx-doc' 'java-openjfx-src')
+pkgver='8u45_b13'
+pkgrel=1
+pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+arch=('i686' 'x86_64')
+url='https://wiki.openjdk.java.net/display/OpenJFX/Main'
+license=('GPL')
+depends=('java-runtime-openjdk=8' 'gstreamer' 'libxtst' 'webkitgtk2' 'ffmpeg' 
'qt5-base')
+makedepends=('java-environment-openjdk=8' 'mercurial' 'bison' 'gperf' 
'qtchooser' 'gtk2'
+ 'libxtst' 'ffmpeg' 'python' 'qt5-base' 'webkitgtk2')
+source=(openjfx::hg+http://hg.openjdk.java.net/openjfx/8u-dev/rt#tag=${pkgver/_/-}
+gradle.properties
+https://services.gradle.org/distributions/gradle-1.8-bin.zip)
+sha256sums=('SKIP'
+'1d09385ac23d755aec079954247365de3875507641f5ecd7bd3511ebf3fa9e3c'
+'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703')
+
+_openjdk8dir=/usr/lib/jvm/java-8-openjdk
+
+case $CARCH in
+  'i686') _CARCH='i386' ;;
+  'x86_64')_CARCH='amd64' ;;
+esac
+
+build() {
+  cd ${srcdir}/${_libname}
+
+  ln -sf ${srcdir}/gradle.properties .
+  export GRADLE_USER_HOME=${srcdir}/gradle_home
+  mkdir -p ${GRADLE_USER_HOME}
+
+  ${srcdir}/gradle-1.8/bin/gradle
+}
+
+package_java-openjfx() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+  conflicts=('openjfx')
+  replaces=('openjfx')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+
+  install -d ${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}
+  install -m755 ${_sdkdir}/rt/lib/${_CARCH}/*.* 
${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}
+
+  install -d ${pkgdir}${_openjdk8dir}/jre/lib/ext
+  install -m644 ${_sdkdir}/rt/lib/ext/*.* 
${pkgdir}${_openjdk8dir}/jre/lib/ext
+  install -m644 ${_sdkdir}/rt/lib/*.* ${pkgdir}${_openjdk8dir}/jre/lib
+
+  install -d ${pkgdir}${_openjdk8dir}/lib
+  install -m644 ${_sdkdir}/lib/*.* ${pkgdir}${_openjdk8dir}/lib
+
+  install -d ${pkgdir}${_openjdk8dir}/bin
+  install -m755 ${_sdkdir}/bin/* ${pkgdir}${_openjdk8dir}/bin
+
+  install -m644 -D ${_sdkdir}/man/man1/javapackager.1 
${pkgdir}/usr/share/man/man1/javapackager.1
+}
+
+package_java-openjfx-doc() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - documentation'
+  conflicts=('openjfx-doc')
+  replaces=('openjfx-doc')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+  local docdir=/usr/share/doc
+
+  install -d ${pkgdir}${docdir}/openjfx
+  cp -dr --no-preserve=ownership ${_builddir}/javadoc/* 
${pkgdir}${docdir}/openjfx
+}
+
+package_java-openjfx-src() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - sources'
+  conflicts=('openjfx-src')
+  replaces=('openjfx-src')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+
+  install -d ${pkgdir}${_openjdk8dir}
+  install -m644 ${_builddir}/javafx-src.zip ${pkgdir}${_openjdk8dir}
+}
+


Property changes on: java-openjfx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-openjfx/trunk/gradle.properties
===
--- java-openjfx/trunk/gradle.properties(rev 0)
+++ java-openjfx/trunk/gradle.properties2015-05-30 14:27:58 UTC (rev 
239926)
@@ -0,0 +1,4 @@
+COMPILE_WEBKIT = true
+COMPILE_MEDIA = true
+BUILD_JAVADOC = true
+BUILD_SRC_ZIP = true


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

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 16:29:22
  Author: guillaume
Revision: 239927

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

Added:
  java-openjfx/repos/extra-i686/
  java-openjfx/repos/extra-i686/PKGBUILD
(from rev 239926, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/extra-i686/gradle.properties
(from rev 239926, java-openjfx/trunk/gradle.properties)
  java-openjfx/repos/extra-x86_64/
  java-openjfx/repos/extra-x86_64/PKGBUILD
(from rev 239926, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/extra-x86_64/gradle.properties
(from rev 239926, java-openjfx/trunk/gradle.properties)

+
 extra-i686/PKGBUILD|   94 +++
 extra-i686/gradle.properties   |4 +
 extra-x86_64/PKGBUILD  |   94 +++
 extra-x86_64/gradle.properties |4 +
 4 files changed, 196 insertions(+)

Copied: java-openjfx/repos/extra-i686/PKGBUILD (from rev 239926, 
java-openjfx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 14:29:22 UTC (rev 239927)
@@ -0,0 +1,94 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Emanuel Couto emanuel dot amaral dot couto at gmail dot com
+# Contributor: Richard Jackson rdjack21 at gmail dot com
+# Contributor: Tinx arch at tinx dot eu
+# Contributor: Jens Kapitza j dot kapitza at schwarze-allianz dot de
+# Contributor: Olli olli at coderkun dot de
+
+# To test this package see demos in jdk8 tarball: 
jdk1.8.0_45/demo/javafx_samples
+
+_libname=openjfx
+pkgbase=java-${_libname}
+pkgname=('java-openjfx' 'java-openjfx-doc' 'java-openjfx-src')
+pkgver='8u45_b13'
+pkgrel=1
+pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+arch=('i686' 'x86_64')
+url='https://wiki.openjdk.java.net/display/OpenJFX/Main'
+license=('GPL')
+depends=('java-runtime-openjdk=8' 'gstreamer' 'libxtst' 'webkitgtk2' 'ffmpeg' 
'qt5-base')
+makedepends=('java-environment-openjdk=8' 'mercurial' 'bison' 'gperf' 
'qtchooser' 'gtk2'
+ 'libxtst' 'ffmpeg' 'python' 'qt5-base' 'webkitgtk2')
+source=(openjfx::hg+http://hg.openjdk.java.net/openjfx/8u-dev/rt#tag=${pkgver/_/-}
+gradle.properties
+https://services.gradle.org/distributions/gradle-1.8-bin.zip)
+sha256sums=('SKIP'
+'1d09385ac23d755aec079954247365de3875507641f5ecd7bd3511ebf3fa9e3c'
+'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703')
+
+_openjdk8dir=/usr/lib/jvm/java-8-openjdk
+
+case $CARCH in
+  'i686') _CARCH='i386' ;;
+  'x86_64')_CARCH='amd64' ;;
+esac
+
+build() {
+  cd ${srcdir}/${_libname}
+
+  ln -sf ${srcdir}/gradle.properties .
+  export GRADLE_USER_HOME=${srcdir}/gradle_home
+  mkdir -p ${GRADLE_USER_HOME}
+
+  ${srcdir}/gradle-1.8/bin/gradle
+}
+
+package_java-openjfx() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+  conflicts=('openjfx')
+  replaces=('openjfx')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+
+  install -d ${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}
+  install -m755 ${_sdkdir}/rt/lib/${_CARCH}/*.* 
${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}
+
+  install -d ${pkgdir}${_openjdk8dir}/jre/lib/ext
+  install -m644 ${_sdkdir}/rt/lib/ext/*.* 
${pkgdir}${_openjdk8dir}/jre/lib/ext
+  install -m644 ${_sdkdir}/rt/lib/*.* ${pkgdir}${_openjdk8dir}/jre/lib
+
+  install -d ${pkgdir}${_openjdk8dir}/lib
+  install -m644 ${_sdkdir}/lib/*.* ${pkgdir}${_openjdk8dir}/lib
+
+  install -d ${pkgdir}${_openjdk8dir}/bin
+  install -m755 ${_sdkdir}/bin/* ${pkgdir}${_openjdk8dir}/bin
+
+  install -m644 -D ${_sdkdir}/man/man1/javapackager.1 
${pkgdir}/usr/share/man/man1/javapackager.1
+}
+
+package_java-openjfx-doc() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - documentation'
+  conflicts=('openjfx-doc')
+  replaces=('openjfx-doc')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+  local docdir=/usr/share/doc
+
+  install -d ${pkgdir}${docdir}/openjfx
+  cp -dr --no-preserve=ownership ${_builddir}/javadoc/* 
${pkgdir}${docdir}/openjfx
+}
+
+package_java-openjfx-src() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - sources'
+  conflicts=('openjfx-src')
+  replaces=('openjfx-src')
+
+  local _builddir=${srcdir}/${_libname}/build
+  local _sdkdir=${_builddir}/sdk
+
+  install -d ${pkgdir}${_openjdk8dir}
+  install -m644 ${_builddir}/javafx-src.zip ${pkgdir}${_openjdk8dir}
+}
+

Copied: java-openjfx/repos/extra-i686/gradle.properties (from rev 239926, 
java-openjfx/trunk/gradle.properties)
===
--- extra-i686/gradle.properties(rev 0)
+++ extra-i686/gradle.properties   

[arch-commits] Commit in phonon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 15:38:23
  Author: arojas
Revision: 239918

archrelease: copy trunk to extra-x86_64

Added:
  phonon/repos/extra-x86_64/PKGBUILD
(from rev 239917, phonon/trunk/PKGBUILD)
Deleted:
  phonon/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  145 +++--
 1 file changed, 76 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 13:37:40 UTC (rev 239917)
+++ PKGBUILD2015-05-30 13:38:23 UTC (rev 239918)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')
-source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('88bb9867261803eed61ff53a7c026338')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc=The multimedia framework for KDE4
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install headers into the Qt4 dir
-  install -d ${pkgdir}/usr/include/qt4
-  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-${pkgdir}/usr/lib/pkgconfig/phonon.pc
-}
-
-package_phonon-qt5(){
-  pkgdesc=The multimedia framework for KF5
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon/repos/extra-x86_64/PKGBUILD (from rev 239917, 
phonon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 13:38:23 UTC (rev 239918)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.8.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
+options=('!emptydirs')
+source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
+md5sums=('88bb9867261803eed61ff53a7c026338'
+ '0235218127e47f646dd037661970aa97')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+
+# Fix build with Qt 5.4.2
+  cd $pkgbase-$pkgver
+  patch -p1 -i $srcdir/qt-5.4.2.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc=The multimedia framework for KDE4
+  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
+  optdepends=('pulseaudio: PulseAudio support')
+  replaces=('phonon')
+  provides=('phonon')
+  conflicts=('phonon')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install headers into the Qt4 dir
+  install -d ${pkgdir}/usr/include/qt4
+  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
+
+  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
+${pkgdir}/usr/lib/pkgconfig/phonon.pc
+}
+
+package_phonon-qt5(){
+  pkgdesc=The multimedia framework for KF5
+  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
+  optdepends=('pulseaudio: PulseAudio support')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}


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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 15:43:02
  Author: arojas
Revision: 239919

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

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

---+
 /PKGBUILD |  152 
 extra-i686/PKGBUILD   |   69 -
 extra-x86_64/PKGBUILD |   76 
 3 files changed, 152 insertions(+), 145 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 13:38:23 UTC (rev 239918)
+++ extra-i686/PKGBUILD 2015-05-30 13:43:02 UTC (rev 239919)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')
-source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('88bb9867261803eed61ff53a7c026338')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc=The multimedia framework for KDE4
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install headers into the Qt4 dir
-  install -d ${pkgdir}/usr/include/qt4
-  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-${pkgdir}/usr/lib/pkgconfig/phonon.pc
-}
-
-package_phonon-qt5(){
-  pkgdesc=The multimedia framework for KF5
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon/repos/extra-i686/PKGBUILD (from rev 239918, 
phonon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 13:43:02 UTC (rev 239919)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.8.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
+options=('!emptydirs')
+source=(http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
+md5sums=('88bb9867261803eed61ff53a7c026338'
+ '0235218127e47f646dd037661970aa97')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+
+# Fix build with Qt 5.4.2
+  cd $pkgbase-$pkgver
+  patch -p1 -i $srcdir/qt-5.4.2.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc=The multimedia framework for KDE4
+  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
+  optdepends=('pulseaudio: PulseAudio support')
+  replaces=('phonon')
+  provides=('phonon')
+  conflicts=('phonon')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install headers into the Qt4 dir
+  install -d ${pkgdir}/usr/include/qt4
+  mv ${pkgdir}/usr/include/{phonon,KDE} ${pkgdir}/usr/include/qt4/
+
+  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
+${pkgdir}/usr/lib/pkgconfig/phonon.pc
+}
+

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

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 15:49:02
  Author: arojas
Revision: 239920

Fix build

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:43:02 UTC (rev 239919)
+++ PKGBUILD2015-05-30 13:49:02 UTC (rev 239920)
@@ -24,6 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DPLUGIN_INSTALL_DIR=/usr/lib/kde4
   make
 
@@ -33,6 +34,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
 -DPHONON_BUILD_PHONON4QT5=ON
   make
 }


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

2015-05-30 Thread Florian Pritz
Date: Saturday, May 30, 2015 @ 15:50:51
  Author: bluewind
Revision: 134361

fix build

Modified:
  zsnes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:21:15 UTC (rev 134360)
+++ PKGBUILD2015-05-30 13:50:51 UTC (rev 134361)
@@ -59,7 +59,7 @@
 package() {
   cd $srcdir
 
-  gendesk
+  gendesk $startdir/PKGBUILD
 
   cd ${pkgname}_1_51/src
 


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

2015-05-30 Thread Guillaume Alaux
Date: Saturday, May 30, 2015 @ 15:50:27
  Author: guillaume
Revision: 239921

Upstream release 5.3

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 13:49:02 UTC (rev 239920)
+++ PKGBUILD2015-05-30 13:50:27 UTC (rev 239921)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('c5863f7592a8c4defe8b4ed2b3b45f6f10ef265d34ae9881c1f3bbb3b80bdd02'
+sha256sums=('604664c075140b889040a41575e211569eb4eece2ec0cf670ceb9f2a09024731'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {


  1   2   >