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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 07:12:19
  Author: arojas
Revision: 317325

Update to 0.7.5

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 06:56:26 UTC (rev 317324)
+++ PKGBUILD2018-04-23 07:12:19 UTC (rev 317325)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fbf24ea480275a222c426ada18c8d6de2504a591a66dc87e3516a188b849d1f9'
+sha256sums=('96a3cb1b2744950a08596c9b10f513183129387baa6934303a49ebdcea41'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 07:12:50
  Author: arojas
Revision: 317326

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 317325, latte-dock/trunk/PKGBUILD)
  latte-dock/repos/community-x86_64/latte-dock-qt5.9.2.patch
(from rev 317325, latte-dock/trunk/latte-dock-qt5.9.2.patch)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD
  latte-dock/repos/community-x86_64/latte-dock-qt5.9.2.patch

--+
 PKGBUILD |   69 +-
 latte-dock-qt5.9.2.patch |   90 ++---
 2 files changed, 79 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 07:12:19 UTC (rev 317325)
+++ PKGBUILD2018-04-23 07:12:50 UTC (rev 317326)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://github.com/psifidotos/Latte-Dock'
-license=(GPL)
-depends=(plasma-framework hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fbf24ea480275a222c426ada18c8d6de2504a591a66dc87e3516a188b849d1f9'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 317325, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 07:12:50 UTC (rev 317326)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('96a3cb1b2744950a08596c9b10f513183129387baa6934303a49ebdcea41'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: latte-dock-qt5.9.2.patch
===
--- latte-dock-qt5.9.2.patch2018-04-23 07:12:19 UTC (rev 317325)
+++ latte-dock-qt5.9.2.patch2018-04-23 07:12:50 UTC (rev 317326)
@@ -1,45 +0,0 @@
-commit 7c0acbef88624e04adcd7ebd267a64d65f6896a0
-Author: Michail Vourlakos 
-Date:   Thu Oct 26 22:16:42 2017 +0300
-
-fix #730
-
-diff --git a/plasmoid/package/contents/ui/task/TaskDelegate.qml 
b/plasmoid/package/contents/ui/task/TaskDelegate.qml
-index 4585fe2..5bab8c3 100644
 a/plasmoid/package/contents/ui/task/TaskDelegate.qml
-+++ b/plasmoid/package/contents/ui/task/TaskDelegate.qml
-@@ -1218,8 +1218,15 @@ MouseArea{
- }
- 
- Component.onDestruction: {
--wrapper.sendEndOfNeedBothAxisAnimation();
-+root.mouseWasEntered.disconnect(signalMouseWasEntered);
-+root.draggingFinished.disconnect(handlerDraggingFinished);
-+root.clearZoomSignal.disconnect(clearZoom);
-+root.publishTasksGeometries.disconnect(slotPublishGeometries);
-+root.showPreviewForTasks.disconnect(slotShowPreviewForTasks);
-+root.updateScale.disconnect(wrapper.signalUpdateScale);
- root.waitingLauncherRemoved.disconnect(slotWaitingLauncherRemoved);
-+
-+wrapper.sendEndOfNeedBothAxisAnimation();
- }
- 
- ///REMOVE
-diff --git 
a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml 
b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
-index 3bbf37a..316b79c 100644
 a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
-+++ b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
-@@ -41,13 +41,6 @@ SequentialAnimation {
- 
- ScriptAction{
- script:{
--root.mouseWasEntered.disconnect(signalMouseWasEntered);
--root.draggingFinished.disconnect(handlerDraggingFinished);
--root.clearZoomSignal.disconnect(clearZoom);
--root.publishTasksGeometries.disconnect(slotPublishGeometries);
--root.showPreviewForTasks.disconnect(slotShowPreviewForTasks);
--root.updateScale.di

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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 07:36:16
  Author: arojas
Revision: 317327

Add qt5-quickcontrols dependency (FS#58297)

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 07:12:50 UTC (rev 317326)
+++ PKGBUILD2018-04-23 07:36:16 UTC (rev 317327)
@@ -5,13 +5,13 @@
 
 pkgname=kstars
 pkgver=2.9.4
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/";
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme qt5-quickcontrols)
 makedepends=(extra-cmake-modules kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})


[arch-commits] Commit in kstars/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 07:36:38
  Author: arojas
Revision: 317328

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 317327, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 07:36:16 UTC (rev 317327)
+++ PKGBUILD2018-04-23 07:36:38 UTC (rev 317328)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=2.9.4
-pkgrel=3
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 317327, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 07:36:38 UTC (rev 317328)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=2.9.4
+pkgrel=4
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools eigen xplanet)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-23 Thread Jan Steffens via arch-commits
Date: Monday, April 23, 2018 @ 07:37:56
  Author: heftig
Revision: 322789

1.3.0-2

Modified:
  srt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 06:36:58 UTC (rev 322788)
+++ PKGBUILD2018-04-23 07:37:56 UTC (rev 322789)
@@ -3,7 +3,7 @@
 
 pkgname=srt
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/";
 arch=(x86_64)
@@ -49,9 +49,6 @@
 
   # Build tries this but fails when DESTDIR is set
   ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
+}
 
-  ln -s srt-ffplay "$pkgdir/usr/bin/sfplay"
-}
 # vim:set ts=2 sw=2:
-
-


[arch-commits] Commit in srt/repos/extra-x86_64 (4 files)

2018-04-23 Thread Jan Steffens via arch-commits
Date: Monday, April 23, 2018 @ 07:38:31
  Author: heftig
Revision: 322790

archrelease: copy trunk to extra-x86_64

Added:
  srt/repos/extra-x86_64/PKGBUILD
(from rev 322789, srt/trunk/PKGBUILD)
  srt/repos/extra-x86_64/no-rpath.diff
(from rev 322789, srt/trunk/no-rpath.diff)
Deleted:
  srt/repos/extra-x86_64/PKGBUILD
  srt/repos/extra-x86_64/no-rpath.diff

---+
 PKGBUILD  |  111 +++-
 no-rpath.diff |   24 ++--
 2 files changed, 66 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 07:37:56 UTC (rev 322789)
+++ PKGBUILD2018-04-23 07:38:31 UTC (rev 322790)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=srt
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Secure Reliable Transport library"
-url="https://www.srtalliance.org/";
-arch=(x86_64)
-license=(MPL2)
-depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
-source=("git+https://github.com/Haivision/srt#commit=$_commit";
-no-rpath.diff)
-sha256sums=('SKIP'
-'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../no-rpath.diff
-}
-
-build() {
-  cd build
-  cmake -G Ninja ../srt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=bin \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_INCLUDEDIR=include \
--DENABLE_TESTING=True
-  cmake --build .
-}
-
-check() {
-  cd build
-  ./utility-test
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-  rm "$pkgdir"/usr/bin/*-test
-
-  # Build tries this but fails when DESTDIR is set
-  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
-
-  ln -s srt-ffplay "$pkgdir/usr/bin/sfplay"
-}
-# vim:set ts=2 sw=2:
-
-

Copied: srt/repos/extra-x86_64/PKGBUILD (from rev 322789, srt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 07:38:31 UTC (rev 322790)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/";
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake ninja)
+_commit=52769952acb191a90a3b6a0523cae99791e91df8  # tags/v1.3.0
+source=("git+https://github.com/Haivision/srt#commit=$_commit";
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
+}
+
+build() {
+  cd build
+  cmake -G Ninja ../srt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build .
+}
+
+check() {
+  cd build
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/*-test
+
+  # Build tries this but fails when DESTDIR is set
+  ln -s srt-live-transmit "$pkgdir/usr/bin/stransmit"
+}
+
+# vim:set ts=2 sw=2:

Deleted: no-rpath.diff
===
--- no-rpath.diff   2018-04-23 07:37:56 UTC (rev 322789)
+++ no-rpath.diff   2018-04-23 07:38:31 UTC (rev 322790)
@@ -1,12 +0,0 @@
-diff --git i/CMakeLists.txt w/CMakeLists.txt
-index e913122..2cc3c3d 100644
 i/CMakeLists.txt
-+++ w/CMakeLists.txt
-@@ -634,7 +634,6 @@ macro(srt_make_application name)
-   # be placed into the binrary directory anyway.
-   # XXX not sure about Mac.
-   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
--  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
-   endif()
- 
-   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.

Copied: srt/repos/extra-x86_64/no-rpath.diff (from rev 322789, 
srt/trunk/no-rpath.diff)
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2018-04-23 07:38:31 UTC (rev 322790)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${T

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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:17:53
  Author: jsteel
Revision: 317330

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:17:36 UTC (rev 317329)
+++ PKGBUILD2018-04-23 08:17:53 UTC (rev 317330)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.10.4
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a54ac0e012dc08c568e35a0667bca5bd')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 317329, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:17:53 UTC (rev 317330)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('df9ba3c34e76558c45b6ddcfdb1015c4')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:17:36
  Author: jsteel
Revision: 317329

upgpkg: python-botocore 1.10.6-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 07:36:38 UTC (rev 317328)
+++ PKGBUILD2018-04-23 08:17:36 UTC (rev 317329)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.10.4
+pkgver=1.10.6
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a54ac0e012dc08c568e35a0667bca5bd')
+md5sums=('df9ba3c34e76558c45b6ddcfdb1015c4')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:18:22
  Author: jsteel
Revision: 317332

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 317331, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:18:09 UTC (rev 317331)
+++ PKGBUILD2018-04-23 08:18:22 UTC (rev 317332)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.15.4
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('dd3f17aa734909c3b01467d46b870b06')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 317331, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:18:22 UTC (rev 317332)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.15.6
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('d689a45fe6173695e13dfdf323f05f90')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:18:09
  Author: jsteel
Revision: 317331

upgpkg: aws-cli 1.15.6-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:17:53 UTC (rev 317330)
+++ PKGBUILD2018-04-23 08:18:09 UTC (rev 317331)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.15.4
+pkgver=1.15.6
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('dd3f17aa734909c3b01467d46b870b06')
+md5sums=('d689a45fe6173695e13dfdf323f05f90')
 
 build() {
   cd $pkgname-$pkgver


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:18:50
  Author: jsteel
Revision: 317334

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:18:40 UTC (rev 317333)
+++ PKGBUILD2018-04-23 08:18:50 UTC (rev 317334)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('d1a29a227786fe77392334f61d203e04ffdb156c6e75447a12dbbea65b7f0395435df1abc9136040edab900f0e8cb45795e9b16bbb9a3cdf8c44d9b54e190824')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 317333, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:18:50 UTC (rev 317334)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('5c6c63522e0b4af349d8725c185bb8586e340bda919495b0abe41be9a8524470d740c8c06ce9a980b9fc1bf11c306bb0369a68907f4c5885362df5d8da2ef335')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:18:40
  Author: jsteel
Revision: 317333

upgpkg: python-boto3 1.7.6-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:18:22 UTC (rev 317332)
+++ PKGBUILD2018-04-23 08:18:40 UTC (rev 317333)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.7.4
+pkgver=1.7.6
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('d1a29a227786fe77392334f61d203e04ffdb156c6e75447a12dbbea65b7f0395435df1abc9136040edab900f0e8cb45795e9b16bbb9a3cdf8c44d9b54e190824')
+sha512sums=('5c6c63522e0b4af349d8725c185bb8586e340bda919495b0abe41be9a8524470d740c8c06ce9a980b9fc1bf11c306bb0369a68907f4c5885362df5d8da2ef335')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


[arch-commits] Commit in vagrant/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:22:39
  Author: jsteel
Revision: 317336

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 317335, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:22:30 UTC (rev 317335)
+++ PKGBUILD2018-04-23 08:22:39 UTC (rev 317336)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-"git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
-md5sums=('18497ca4938b72723449f7d3436056fd'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 317335, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:22:39 UTC (rev 317336)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+"git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
+md5sums=('dd72d6eee15aa5592cc37c1b0daf208b'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgnam

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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:22:30
  Author: jsteel
Revision: 317335

upgpkg: vagrant 2.0.4-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:18:50 UTC (rev 317334)
+++ PKGBUILD2018-04-23 08:22:30 UTC (rev 317335)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 "git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
-md5sums=('18497ca4938b72723449f7d3436056fd'
+md5sums=('dd72d6eee15aa5592cc37c1b0daf208b'
  'SKIP')
 
 build() {


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

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:28:01
  Author: jsteel
Revision: 317337

Modified:
  aircrack-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:22:39 UTC (rev 317336)
+++ PKGBUILD2018-04-23 08:28:01 UTC (rev 317337)
@@ -6,9 +6,9 @@
 # Contributor: ice-man 
 
 pkgname=aircrack-ng
-_pkgver=1.2-rc5
+_pkgver=1.2
 pkgver=${_pkgver//-/}
-pkgrel=2
+pkgrel=1
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
 arch=('x86_64')
 url="https://www.aircrack-ng.org";
@@ -18,7 +18,7 @@
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
 source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('413f5b5483aabe8ca64030efa9355a92')
+md5sums=('bb11ec14e1fe505d8d0d51cee0c54df9')
 
 build() {
   cd $pkgname-$_pkgver


[arch-commits] Commit in aircrack-ng/repos/community-testing-x86_64 (2 files)

2018-04-23 Thread Jonathan Steel via arch-commits
Date: Monday, April 23, 2018 @ 08:29:21
  Author: jsteel
Revision: 317338

archrelease: copy trunk to community-testing-x86_64

Added:
  aircrack-ng/repos/community-testing-x86_64/PKGBUILD
(from rev 317337, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:28:01 UTC (rev 317337)
+++ PKGBUILD2018-04-23 08:29:21 UTC (rev 317338)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.2-rc5
-pkgver=${_pkgver//-/}
-pkgrel=2
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('x86_64')
-url="https://www.aircrack-ng.org";
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('413f5b5483aabe8ca64030efa9355a92')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  ./autogen.sh
-
-  ./configure --prefix=/usr
-
-  make sqlite=true experimental=true
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true experimental=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-testing-x86_64/PKGBUILD (from rev 317337, 
aircrack-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:29:21 UTC (rev 317338)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Brad Fanella 
+# Contributor: Daenyth 
+# Contributor: Corrado Primier 
+# Contributor: ice-man 
+
+pkgname=aircrack-ng
+_pkgver=1.2
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('x86_64')
+url="https://www.aircrack-ng.org";
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('bb11ec14e1fe505d8d0d51cee0c54df9')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr
+
+  make sqlite=true experimental=true
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true experimental=true \
+bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+smandir=/usr/share/man/man8/ install
+}


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 08:33:01
  Author: arojas
Revision: 322792

Update to 3.5.0

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:31:41 UTC (rev 322791)
+++ PKGBUILD2018-04-23 08:33:01 UTC (rev 322792)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.4.4
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('99c6c718506c49097f72c9928b7bcee9379bd699'
+sha1sums=('69f9ff4ecc78057095aedc145eb33f66f48b27ed'
   'dd214eee232b7aced7366722ad416b6b39be8e1b'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


[arch-commits] Commit in r/repos/extra-x86_64 (8 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 08:33:26
  Author: arojas
Revision: 322793

archrelease: copy trunk to extra-x86_64

Added:
  r/repos/extra-x86_64/PKGBUILD
(from rev 322792, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 322792, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 322792, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.png
(from rev 322792, r/trunk/r.png)
Deleted:
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.png

---+
 PKGBUILD  |  174 ++--
 R.conf|4 -
 r.desktop |   22 +++
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:33:01 UTC (rev 322792)
+++ PKGBUILD2018-04-23 08:33:26 UTC (rev 322793)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.4.4
-pkgrel=2
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('x86_64')
-license=('GPL')
-url='https://www.r-project.org/'
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 
'gcc-fortran: needed to compile some CRAN packages')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz";
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('99c6c718506c49097f72c9928b7bcee9379bd699'
-  'dd214eee232b7aced7366722ad416b6b39be8e1b'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-x86_64/PKGBUILD (from rev 322792, r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 08:33:26 UTC (rev 322793)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Language and environment for statistical computing and graphics"
+arch=('x86_64')
+license=('GPL')
+url='https://www.r-project.org/'
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 
'gcc-fortran: needed to compile some CRAN packages')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=('!makeflags' '!emptydirs')
+source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz";
+   'r.desktop'
+   'r.png'
+   'R.conf')
+sha1sums=('69f9ff4ecc78057095aedc145eb33f66f48b27ed'
+  'dd214eee

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

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 08:52:59
  Author: bgyorgy
Revision: 317353

upgpkg: qgis 3.0.2-1

Update to new version

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:32:18 UTC (rev 317352)
+++ PKGBUILD2018-04-23 08:52:59 UTC (rev 317353)
@@ -10,8 +10,8 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=(GPL)
@@ -29,7 +29,7 @@
 'python-numpy: Processing plugin'
 'python-yaml: Processing plugin')
 source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('9e2954597cfbdc82b852281c19d8652265f4785b3cf4d7c05e9a1174a89c44d4')
+sha256sums=('4293f45753599fcce1e9cc8985104486d80eb8422e9c2647d9b7cde78a54ab11')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qgis/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 09:02:19
  Author: bgyorgy
Revision: 317354

archrelease: copy trunk to community-x86_64

Added:
  qgis/repos/community-x86_64/PKGBUILD
(from rev 317353, qgis/trunk/PKGBUILD)
Deleted:
  qgis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 08:52:59 UTC (rev 317353)
+++ PKGBUILD2018-04-23 09:02:19 UTC (rev 317354)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.0.1
-pkgrel=2
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=(GPL)
-arch=(x86_64)
-depends=(gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca-qt5 
qextserialport qt5-3d qt5-webkit qtkeychain qwtpolar spatialindex)
-makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags)
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin'
-'gsl: Georeferencer plugin'
-'python-gdal: DB Manager plugin; Processing plugin'
-'python-jinja: MetaSearch plugin'
-'python-owslib: MetaSearch plugin'
-'python-psycopg2: DB Manager plugin; Processing plugin'
-'python-pygments: MetaSearch plugin'
-'python-numpy: Processing plugin'
-'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('9e2954597cfbdc82b852281c19d8652265f4785b3cf4d7c05e9a1174a89c44d4')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Find Qt5ExtSerialPort
-  sed -e '/include$/ s/$/\/qt/' \
-  -e 's/qextserialport-1.2/Qt5ExtSerialPort/' \
-  -i cmake/FindQextserialport.cmake
-
-  # Find osgQt
-  sed -e 's/osgQt5 osgQt/osgQt/' \
-  -e 's/osgQt5d osgQtd/osgQt/' \
-  -i src/plugins/globe/CMakeModules/FindOSG.cmake
-
-  # Remove mime types already defined by freedesktop.org
-  sed -e '/type="image\/tiff"/,/<\/mime-type>/d' \
-  -e '/type="image\/jpeg"/,/<\/mime-type>/d' \
-  -e '/type="image\/jp2"/,/<\/mime-type>/d' \
-  -e '/type="application\/x-adobe-mif"/,/<\/mime-type>/d' \
-  -i debian/qgis.xml
-
-  [[ -d build ]] || mkdir build
-}
-
-build() {
-  cd $pkgname-$pkgver/build
-
-  cmake -G "Unix Makefiles" ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DWITH_INTERNAL_QEXTSERIALPORT=FALSE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DWITH_PY_COMPILE=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE
-
-  make
-
-  # Rebuild srs database, QGIS distributes an old, buggy one
-  LD_LIBRARY_PATH="$PWD/output/lib/" make synccrsdb
-  mv /tmp/srs.db ../resources/
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install desktop file and icon
-  install -Dm644 debian/qgis.desktop 
"$pkgdir/usr/share/applications/qgis.desktop"
-  install -Dm644 images/icons/qgis_icon.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/qgis.svg"
-
-  # install mime information and icons
-  install -Dm644 debian/qgis.xml -t "$pkgdir/usr/share/mime/packages/"
-  for _type in qgs qlr qml qpt; do
-install -Dm644 images/icons/qgis_${_type}_icon.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/mimetypes/qgis-$_type.svg"
-  done
-}

Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 317353, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:02:19 UTC (rev 317354)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca-qt5 
qextserialport qt5-3d qt5-webkit qtkeychain qwtpolar spatialindex)
+makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags)
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS 

[arch-commits] Commit in psi/trunk (PKGBUILD join.patch)

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 09:20:39
  Author: bgyorgy
Revision: 317355

upgpkg: psi 1.3-5

- Rename psi-nowebkit to psi-nowebengine
- Remove unused or already satisfied dependencies
- Add provides/conflicts to psi in psi-nowebengine

Modified:
  psi/trunk/PKGBUILD
Deleted:
  psi/trunk/join.patch

+
 PKGBUILD   |   35 +--
 join.patch |   24 
 2 files changed, 17 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:02:19 UTC (rev 317354)
+++ PKGBUILD2018-04-23 09:20:39 UTC (rev 317355)
@@ -1,26 +1,22 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
 
-pkgname=("psi" "psi-nowebkit")
+pkgname=('psi' 'psi-nowebengine')
 pkgver=1.3
-pkgrel=4
-pkgdesc="a powerful Jabber client (Qt, C++) designed for the Jabber power 
users"
+pkgrel=5
+pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
 url="https://psi-im.org";
 license=('GPL2')
 arch=('x86_64')
-depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
-makedepends=('patch' 'cmake')
-source=("https://downloads.sourceforge.net/project/${pkgname}/Psi/${pkgver}/psi-${pkgver}.tar.xz";
-   "no-qca-qt4.patch"
-   "join.patch")
+depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-multimedia')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+   "no-qca-qt4.patch")
 sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
-'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
-'67ff9fe4ebfc7b6a04cd325a677ad0cf6252bd7276bfb7968be80fc6f0ad5dc3')
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23')
 
 prepare() {
   cd $pkgname-$pkgver
-#  patch -p1 <"$srcdir"/join.patch
   patch -p1 <"$srcdir"/no-qca-qt4.patch
 }
 
@@ -32,8 +28,8 @@
   make
   cd ..
 
-  mkdir -p build-nowebkit
-  cd build-nowebkit
+  mkdir -p build-nowebengine
+  cd build-nowebengine
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
   make
 }
@@ -45,11 +41,14 @@
   install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
 }
 
-package_psi-nowebkit() {
-  depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-  'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
+package_psi-nowebengine() {
+  pkgdesc+=" without WebEngine support"
+  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras')
+  provides=("$pkgbase=$pkgver")
+  conflicts=("$pkgbase")
+  replaces=('psi-nowebkit')
 
-  cd "$srcdir"/psi-$pkgver/build-nowebkit
+  cd "$srcdir"/psi-$pkgver/build-nowebengine
   make DESTDIR="$pkgdir" install
   install -dm755 "$pkgdir/usr/include/psi/plugins"
   install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"

Deleted: join.patch
===
--- join.patch  2018-04-23 09:02:19 UTC (rev 317354)
+++ join.patch  2018-04-23 09:20:39 UTC (rev 317355)
@@ -1,24 +0,0 @@
-diff -wbBur psi-1.3.org/src/groupchatdlg.cpp psi-1.3/src/groupchatdlg.cpp
 psi-1.3.org/src/groupchatdlg.cpp   2017-09-24 13:54:15.0 +0300
-+++ psi-1.3/src/groupchatdlg.cpp   2018-02-20 20:33:06.279033368 +0300
-@@ -1456,7 +1456,7 @@
-   QString nick = d->self;
- 
-   if(!account()->groupChatJoin(host, room, nick, d->password)) {
--  appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
-+//appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
-   d->state = Private::Idle;
-   }
-   }
-diff -wbBur psi-1.3.org/src/mucjoindlg.cpp psi-1.3/src/mucjoindlg.cpp
 psi-1.3.org/src/mucjoindlg.cpp 2017-09-24 13:54:15.0 +0300
-+++ psi-1.3/src/mucjoindlg.cpp 2018-02-20 20:33:09.399033235 +0300
-@@ -181,7 +181,7 @@
- 
- 
-   if (!account_->groupChatJoin(host, room, nick, pass, 
!ui_.ck_history->isChecked())) {
--  QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
-+//QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
-   return;
-   }
- 


[arch-commits] Commit in psi/repos/community-x86_64 (5 files)

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 09:20:46
  Author: bgyorgy
Revision: 317356

archrelease: copy trunk to community-x86_64

Added:
  psi/repos/community-x86_64/PKGBUILD
(from rev 317355, psi/trunk/PKGBUILD)
  psi/repos/community-x86_64/no-qca-qt4.patch
(from rev 317355, psi/trunk/no-qca-qt4.patch)
Deleted:
  psi/repos/community-x86_64/PKGBUILD
  psi/repos/community-x86_64/join.patch
  psi/repos/community-x86_64/no-qca-qt4.patch

--+
 PKGBUILD |  111 ++---
 join.patch   |   24 ---
 no-qca-qt4.patch |   72 +-
 3 files changed, 91 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:20:39 UTC (rev 317355)
+++ PKGBUILD2018-04-23 09:20:46 UTC (rev 317356)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=("psi" "psi-nowebkit")
-pkgver=1.3
-pkgrel=4
-pkgdesc="a powerful Jabber client (Qt, C++) designed for the Jabber power 
users"
-url="https://psi-im.org";
-license=('GPL2')
-arch=('x86_64')
-depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
-makedepends=('patch' 'cmake')
-source=("https://downloads.sourceforge.net/project/${pkgname}/Psi/${pkgver}/psi-${pkgver}.tar.xz";
-   "no-qca-qt4.patch"
-   "join.patch")
-sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
-'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
-'67ff9fe4ebfc7b6a04cd325a677ad0cf6252bd7276bfb7968be80fc6f0ad5dc3')
-
-prepare() {
-  cd $pkgname-$pkgver
-#  patch -p1 <"$srcdir"/join.patch
-  patch -p1 <"$srcdir"/no-qca-qt4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-  cd ..
-
-  mkdir -p build-nowebkit
-  cd build-nowebkit
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
-  make
-}
-
-package_psi() {
-  cd "$srcdir"/psi-$pkgver/build
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-}
-
-package_psi-nowebkit() {
-  depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-  'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
-
-  cd "$srcdir"/psi-$pkgver/build-nowebkit
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-}

Copied: psi/repos/community-x86_64/PKGBUILD (from rev 317355, 
psi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:20:46 UTC (rev 317356)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=('psi' 'psi-nowebengine')
+pkgver=1.3
+pkgrel=5
+pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
+url="https://psi-im.org";
+license=('GPL2')
+arch=('x86_64')
+depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-multimedia')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+   "no-qca-qt4.patch")
+sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+  cd ..
+
+  mkdir -p build-nowebengine
+  cd build-nowebengine
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
+  make
+}
+
+package_psi() {
+  cd "$srcdir"/psi-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}
+
+package_psi-nowebengine() {
+  pkgdesc+=" without WebEngine support"
+  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras')
+  provides=("$pkgbase=$pkgver")
+  conflicts=("$pkgbase")
+  replaces=('psi-nowebkit')
+
+  cd "$srcdir"/psi-$pkgver/build-nowebengine
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}

Deleted: join.patch
===
--- join.patch  2018-04-23 09:20:39 UTC (rev 317355)
+++ join.patch  2018-04-23 09:20:46 UTC (rev 317356)
@@ -1,24 +0,0 @@
-diff -wbBur psi-1.3.org/src/groupchatdlg.cpp psi-1.3/src/groupchatdlg.cpp
 psi-1.3.org/src/groupchatdlg.cpp   2017-09-24 13:54

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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:21:54
  Author: arojas
Revision: 322795

archrelease: copy trunk to extra-x86_64

Added:
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 322794, okteta/trunk/PKGBUILD)
Deleted:
  okteta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:21:27 UTC (rev 322794)
+++ PKGBUILD2018-04-23 09:21:54 UTC (rev 322795)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=17.12.3
-pkgrel=1
-pkgdesc='KDE hex editor for viewing and editing the raw data of files'
-url='https://kde.org/applications/utilities/okteta/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kcmutils kparts knewstuff qca-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('64b2d5264ac3b2e8010cbcf58fe03c567d4e44684a4fcd6e135eb14007da9a0f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 322794, 
okteta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:21:54 UTC (rev 322795)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=17.12.3
+pkgrel=2
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('64b2d5264ac3b2e8010cbcf58fe03c567d4e44684a4fcd6e135eb14007da9a0f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:21:27
  Author: arojas
Revision: 322794

Remove from kde-applications group

Modified:
  okteta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 08:33:26 UTC (rev 322793)
+++ PKGBUILD2018-04-23 09:21:27 UTC (rev 322794)
@@ -5,12 +5,11 @@
 
 pkgname=okteta
 pkgver=17.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE hex editor for viewing and editing the raw data of files'
 url='https://kde.org/applications/utilities/okteta/'
 arch=(x86_64)
 license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
 depends=(kcmutils kparts knewstuff qca-qt5 hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:37:53
  Author: arojas
Revision: 317357

Fix missing headers

Modified:
  python-gmpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:20:46 UTC (rev 317356)
+++ PKGBUILD2018-04-23 09:37:53 UTC (rev 317357)
@@ -6,16 +6,25 @@
 pkgbase=python-gmpy2
 pkgname=(python2-gmpy2 python-gmpy2)
 pkgver=2.1.0a2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
 arch=(x86_64)
 url="https://github.com/aleaxit/gmpy";
 license=(LGPL2.1)
-makedepends=(python2-setuptools python-setuptools libmpc)
-source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz";)
-sha256sums=('3e3c097c8b5e25fe103f09f72579bc96f06f35ac0d8577c2050cb969e7fead05')
+makedepends=(python2-setuptools python-setuptools libmpc git)
+#source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz";
+source=(git://github.com/aleaxit/gmpy#tag=gmpy2-$pkgver
+
gmpy2-cython.patch::"https://github.com/aleaxit/gmpy/commit/cb0d591e.patch";)
+sha256sums=('SKIP'
+'457e29bc4441a868eabd5a1f2a45316d13b96e949c2616237f2700e5d3d5bf6c')
 
 prepare() {
+  mv gmpy gmpy2-$pkgver
+
+  cd gmpy2-$pkgver
+   patch -p1 -i ../gmpy2-cython.patch # Fix install of cython headers
+  cd ..
+
   cp -r gmpy2-$pkgver{,-py2}  
 }
 


[arch-commits] Commit in python-gmpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:38:24
  Author: arojas
Revision: 317358

archrelease: copy trunk to community-x86_64

Added:
  python-gmpy2/repos/community-x86_64/PKGBUILD
(from rev 317357, python-gmpy2/trunk/PKGBUILD)
Deleted:
  python-gmpy2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:37:53 UTC (rev 317357)
+++ PKGBUILD2018-04-23 09:38:24 UTC (rev 317358)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Omar Sandoval 
-# Contributor: Alexander Slesarev 
-
-pkgbase=python-gmpy2
-pkgname=(python2-gmpy2 python-gmpy2)
-pkgver=2.1.0a2
-pkgrel=1
-pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
-arch=(x86_64)
-url="https://github.com/aleaxit/gmpy";
-license=(LGPL2.1)
-makedepends=(python2-setuptools python-setuptools libmpc)
-source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz";)
-sha256sums=('3e3c097c8b5e25fe103f09f72579bc96f06f35ac0d8577c2050cb969e7fead05')
-
-prepare() {
-  cp -r gmpy2-$pkgver{,-py2}  
-}
-
-build() {
-  cd gmpy2-$pkgver
-  python setup.py build
-
-  cd ../gmpy2-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-gmpy2() {
-  depends=(python2 libmpc)
-
-  cd gmpy2-$pkgver-py2
-  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
-
-  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
-  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
-}
-
-package_python-gmpy2() {
-  depends=(python libmpc)
-  
-  cd gmpy2-$pkgver 
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
- 
-  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
-  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
-}
-

Copied: python-gmpy2/repos/community-x86_64/PKGBUILD (from rev 317357, 
python-gmpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:38:24 UTC (rev 317358)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Omar Sandoval 
+# Contributor: Alexander Slesarev 
+
+pkgbase=python-gmpy2
+pkgname=(python2-gmpy2 python-gmpy2)
+pkgver=2.1.0a2
+pkgrel=2
+pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
+arch=(x86_64)
+url="https://github.com/aleaxit/gmpy";
+license=(LGPL2.1)
+makedepends=(python2-setuptools python-setuptools libmpc git)
+#source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz";
+source=(git://github.com/aleaxit/gmpy#tag=gmpy2-$pkgver
+
gmpy2-cython.patch::"https://github.com/aleaxit/gmpy/commit/cb0d591e.patch";)
+sha256sums=('SKIP'
+'457e29bc4441a868eabd5a1f2a45316d13b96e949c2616237f2700e5d3d5bf6c')
+
+prepare() {
+  mv gmpy gmpy2-$pkgver
+
+  cd gmpy2-$pkgver
+   patch -p1 -i ../gmpy2-cython.patch # Fix install of cython headers
+  cd ..
+
+  cp -r gmpy2-$pkgver{,-py2}  
+}
+
+build() {
+  cd gmpy2-$pkgver
+  python setup.py build
+
+  cd ../gmpy2-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-gmpy2() {
+  depends=(python2 libmpc)
+
+  cd gmpy2-$pkgver-py2
+  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
+
+  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
+  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
+}
+
+package_python-gmpy2() {
+  depends=(python libmpc)
+  
+  cd gmpy2-$pkgver 
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+ 
+  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
+  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
+}
+


[arch-commits] Commit in (37 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:39:38
  Author: arojas
Revision: 322796

Qt 5.11 beta 4

Modified:
  qt5-3d/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/PKGBUILD
  qt5-canvas3d/kde-unstable/PKGBUILD
  qt5-charts/kde-unstable/PKGBUILD
  qt5-connectivity/kde-unstable/PKGBUILD
  qt5-datavis3d/kde-unstable/PKGBUILD
  qt5-declarative/kde-unstable/PKGBUILD
  qt5-doc/kde-unstable/PKGBUILD
  qt5-examples/kde-unstable/PKGBUILD
  qt5-gamepad/kde-unstable/PKGBUILD
  qt5-graphicaleffects/kde-unstable/PKGBUILD
  qt5-imageformats/kde-unstable/PKGBUILD
  qt5-location/kde-unstable/PKGBUILD
  qt5-multimedia/kde-unstable/PKGBUILD
  qt5-networkauth/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/PKGBUILD
  qt5-quickcontrols2/kde-unstable/PKGBUILD
  qt5-remoteobjects/kde-unstable/PKGBUILD
  qt5-script/kde-unstable/PKGBUILD
  qt5-scxml/kde-unstable/PKGBUILD
  qt5-sensors/kde-unstable/PKGBUILD
  qt5-serialbus/kde-unstable/PKGBUILD
  qt5-serialport/kde-unstable/PKGBUILD
  qt5-speech/kde-unstable/PKGBUILD
  qt5-svg/kde-unstable/PKGBUILD
  qt5-tools/kde-unstable/PKGBUILD
  qt5-translations/kde-unstable/PKGBUILD
  qt5-virtualkeyboard/kde-unstable/PKGBUILD
  qt5-wayland/kde-unstable/PKGBUILD
  qt5-webchannel/kde-unstable/PKGBUILD
  qt5-webengine/kde-unstable/PKGBUILD
  qt5-webglplugin/kde-unstable/PKGBUILD
  qt5-websockets/kde-unstable/PKGBUILD
  qt5-webview/kde-unstable/PKGBUILD
  qt5-x11extras/kde-unstable/PKGBUILD
  qt5-xmlpatterns/kde-unstable/PKGBUILD
Deleted:
  qt5-webengine/kde-unstable/qtwebengine-no-gpu.patch

-+
 qt5-3d/kde-unstable/PKGBUILD|4 
 qt5-base/kde-unstable/PKGBUILD  |4 
 qt5-canvas3d/kde-unstable/PKGBUILD  |4 
 qt5-charts/kde-unstable/PKGBUILD|4 
 qt5-connectivity/kde-unstable/PKGBUILD  |4 
 qt5-datavis3d/kde-unstable/PKGBUILD |4 
 qt5-declarative/kde-unstable/PKGBUILD   |4 
 qt5-doc/kde-unstable/PKGBUILD   |4 
 qt5-examples/kde-unstable/PKGBUILD  |4 
 qt5-gamepad/kde-unstable/PKGBUILD   |4 
 qt5-graphicaleffects/kde-unstable/PKGBUILD  |4 
 qt5-imageformats/kde-unstable/PKGBUILD  |4 
 qt5-location/kde-unstable/PKGBUILD  |6 -
 qt5-multimedia/kde-unstable/PKGBUILD|4 
 qt5-networkauth/kde-unstable/PKGBUILD   |4 
 qt5-quickcontrols/kde-unstable/PKGBUILD |4 
 qt5-quickcontrols2/kde-unstable/PKGBUILD|4 
 qt5-remoteobjects/kde-unstable/PKGBUILD |4 
 qt5-script/kde-unstable/PKGBUILD|4 
 qt5-scxml/kde-unstable/PKGBUILD |4 
 qt5-sensors/kde-unstable/PKGBUILD   |4 
 qt5-serialbus/kde-unstable/PKGBUILD |4 
 qt5-serialport/kde-unstable/PKGBUILD|4 
 qt5-speech/kde-unstable/PKGBUILD|4 
 qt5-svg/kde-unstable/PKGBUILD   |4 
 qt5-tools/kde-unstable/PKGBUILD |4 
 qt5-translations/kde-unstable/PKGBUILD  |4 
 qt5-virtualkeyboard/kde-unstable/PKGBUILD   |4 
 qt5-wayland/kde-unstable/PKGBUILD   |4 
 qt5-webchannel/kde-unstable/PKGBUILD|4 
 qt5-webengine/kde-unstable/PKGBUILD |   12 --
 qt5-webengine/kde-unstable/qtwebengine-no-gpu.patch |   99 --
 qt5-webglplugin/kde-unstable/PKGBUILD   |4 
 qt5-websockets/kde-unstable/PKGBUILD|4 
 qt5-webview/kde-unstable/PKGBUILD   |4 
 qt5-x11extras/kde-unstable/PKGBUILD |4 
 qt5-xmlpatterns/kde-unstable/PKGBUILD   |4 
 37 files changed, 75 insertions(+), 178 deletions(-)

Modified: qt5-3d/kde-unstable/PKGBUILD
===
--- qt5-3d/kde-unstable/PKGBUILD2018-04-23 09:21:54 UTC (rev 322795)
+++ qt5-3d/kde-unstable/PKGBUILD2018-04-23 09:39:38 UTC (rev 322796)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-3d
-_qtver=5.11.0-beta3
+_qtver=5.11.0-beta4
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('c8117242de87c12b94d1742e35c423a861036e1909030d3a899c69af0ddf324d')
+sha256sums=('ce2c43eadc8d0178da1fbc43dad93e831274bff8bdc8ee50baf3d9ab2fabe57d')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/kde-unstable/PKGBUILD
===
--- qt5-base/kde-unstable/PKGBUILD  2018-04-23 09:21:54 UTC (rev 322795)
+++ qt5-base/kde-unstable/PKGBUILD  2018-04-23 09:39:38 UTC (rev 322796)

[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:40:07
  Author: arojas
Revision: 322797

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322796, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 322796, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 PKGBUILD |  218 -
 rebuild.list |   50 ++---
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:39:38 UTC (rev 322796)
+++ PKGBUILD2018-04-23 09:40:07 UTC (rev 322797)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('e5d444b468ab45ef7e952d894c08f6dcbeb45c30a754589cb0231625f8697e36')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # 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}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 322796, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:40:07 UTC (rev 322797)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-head

[arch-commits] Commit in qt5-location/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:40:53
  Author: arojas
Revision: 322800

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322799, qt5-location/kde-unstable/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:40:35 UTC (rev 322799)
+++ PKGBUILD2018-04-23 09:40:53 UTC (rev 322800)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.11.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=('gypsy' 'gconf')
-optdepends=('gypsy: Gypsy geolocation plugin')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('2f431e16e2e11915287dc641da1cbd89f4441ef48e05fa05e94a153ba93f0b3b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 322799, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:40:53 UTC (rev 322800)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=('gypsy' 'gconf')
+optdepends=('gypsy: Gypsy geolocation plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('11afa760f9564c19b3be3bfe2a4d29596e41542dd5c6e100a7dde1a386974b3c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:41:08
  Author: arojas
Revision: 322801

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322800, qt5-sensors/kde-unstable/PKGBUILD)
Deleted:
  qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:40:53 UTC (rev 322800)
+++ PKGBUILD2018-04-23 09:41:08 UTC (rev 322801)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-sensors
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('f10747bad40bd0d75b9e70800b8969613fdcfc9ccfc8ad8cfd18799086eea409')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 322800, 
qt5-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:41:08 UTC (rev 322801)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-sensors
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('fc0a0afb5c9ea4627c31d95bd258323f84624bbab2178b4f7252221c73a42457')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-xmlpatterns/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:40:21
  Author: arojas
Revision: 322798

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322797, qt5-xmlpatterns/kde-unstable/PKGBUILD)
Deleted:
  qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:40:07 UTC (rev 322797)
+++ PKGBUILD2018-04-23 09:40:21 UTC (rev 322798)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-xmlpatterns
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
-depends=('qt5-base')
-makedepends=()
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('415126f026cb177a86ae55e003f55f1407df9a66c917e7300d20eb4af8ddb7f8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-xmlpatterns/repos/kde-unstable-x86_64/PKGBUILD (from rev 322797, 
qt5-xmlpatterns/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:40:21 UTC (rev 322798)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-xmlpatterns
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Support for XPath, XQuery, XSLT and XML schema validation'
+depends=('qt5-base')
+makedepends=()
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('52a153ef129297688956719bf7ecedf7e1e3ee75ebd3fd434270c12d8f93c6b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-declarative/repos/kde-unstable-x86_64 (4 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:40:35
  Author: arojas
Revision: 322799

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322798, qt5-declarative/kde-unstable/PKGBUILD)
  qt5-declarative/repos/kde-unstable-x86_64/qtbug-61754.patch
(from rev 322798, qt5-declarative/kde-unstable/qtbug-61754.patch)
Deleted:
  qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD
  qt5-declarative/repos/kde-unstable-x86_64/qtbug-61754.patch

---+
 PKGBUILD  |  104 ++--
 qtbug-61754.patch |   50 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:40:21 UTC (rev 322798)
+++ PKGBUILD2018-04-23 09:40:35 UTC (rev 322799)
@@ -1,52 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-xmlpatterns')
-makedepends=('python2')
-groups=('qt' 'qt5')
-conflicts=('qtchooser' 'qt5-declarative-render2d')
-replaces=('qt5-declarative-render2d')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('4be4f0e290dd324cfb8333f7e2adc76ee390aa3ec750144d78f34e6914b3c097')
-
-prepare() {
-  mkdir -p build
-
-  # Use python2 for Python 2.x
-  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
-}
-
-build() {
-  cd build
-
-  export PYTHON=python2
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Symlinks for backwards compatibility
-  for b in "$pkgdir"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/kde-unstable-x86_64/PKGBUILD (from rev 322798, 
qt5-declarative/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:40:35 UTC (rev 322799)
@@ -0,0 +1,52 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-xmlpatterns')
+makedepends=('python2')
+groups=('qt' 'qt5')
+conflicts=('qtchooser' 'qt5-declarative-render2d')
+replaces=('qt5-declarative-render2d')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('5387f5ddad596c6240e8f1ce59e57af12e6b895165bfda8e1704a83231bed59b')
+
+prepare() {
+  mkdir -p build
+
+  # Use python2 for Python 2.x
+  find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 
-c|g' -e 's|python \$|python2 \$|g'
+}
+
+build() {
+  cd build
+
+  export PYTHON=python2
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Symlinks for backwards compatibility
+  for b in "$pkgdir"/usr/bin/*; do
+ln -s /usr/bin/$(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: qtbug-61754.patch
===
--- qtbug-61754.patch   2018-04-23 09:40:21 UTC (rev 322798)
+++ qtbug-61754.patch   2018-04-23 09:40:35 UTC (rev 322799)
@@ -1,25 +0,0 @@
-From 768f606cd3cd37c235e85225127201a42d272946 Mon Sep 17 00:00:00 2001
-From: Joni Poikelin 
-Date: Thu, 17 Aug 2017 09:49:25 +0300
-Subject: [PATCH] Fix memory leaks with threaded renderer
-
-Reverts 39061af50cc3092289cdd71d17802139590ecb59 and calls endSync()
-instead after syncSceneGraph().
-
-Task-number: QTBUG-61754
-Change-Id: I7b51ffdc93557bacd93927dd642ec3715980b21c
-Reviewed-by: Laszlo Agocs 
-Reviewed-by: Roger Zanoni 

-diff --git a/src/quick/scenegraph/qs

[arch-commits] Commit in qt5-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:41:52
  Author: arojas
Revision: 322804

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-translations/repos/kde-unstable-any/PKGBUILD
(from rev 322803, qt5-translations/kde-unstable/PKGBUILD)
Deleted:
  qt5-translations/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:41:39 UTC (rev 322803)
+++ PKGBUILD2018-04-23 09:41:52 UTC (rev 322804)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-translations
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=('qt5-base')
-makedepends=('qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('1209ceef45b314e4236e86955955a245b59c1e01ecbf8135e12c22a3e45f9893')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-translations/repos/kde-unstable-any/PKGBUILD (from rev 322803, 
qt5-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:41:52 UTC (rev 322804)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('2da310bfa1404340b048e8040e6e8e2e01bcc41b5835150c0632161264b9acdd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-tools/repos/kde-unstable-x86_64 (10 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:41:39
  Author: arojas
Revision: 322803

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322802, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 322802, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 322802, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 322802, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 322802, qt5-tools/kde-unstable/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop

-+
 PKGBUILD|  150 +-
 assistant.desktop   |   16 ++---
 designer.desktop|   20 +++---
 linguist.desktop|   18 +++---
 qdbusviewer.desktop |   18 +++---
 5 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:41:23 UTC (rev 322802)
+++ PKGBUILD2018-04-23 09:41:39 UTC (rev 322803)
@@ -1,75 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('qt5-declarative' 'qt5-webkit' 'vulkan-headers' 'clang')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('d870703f2dbfa839d2b9842721f853d18500196e2142fe72dab106e831474724'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 322802, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:41:39 UTC (rev 322803)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x

[arch-commits] Commit in qt5-serialport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:41:23
  Author: arojas
Revision: 322802

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322801, qt5-serialport/kde-unstable/PKGBUILD)
Deleted:
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:41:08 UTC (rev 322801)
+++ PKGBUILD2018-04-23 09:41:23 UTC (rev 322802)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialport
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('c903929cfd4eac9785d606fc1f1f8f8fd7a6175f574e5610a0dcf394e7cc1155')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 322801, 
qt5-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:41:23 UTC (rev 322802)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialport
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('a3a2ff5e841bbe416525281cb2f3d9d78f3efe5708671e581da118cdcf992956')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-webchannel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:42:05
  Author: arojas
Revision: 322805

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322804, qt5-webchannel/kde-unstable/PKGBUILD)
Deleted:
  qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:41:52 UTC (rev 322804)
+++ PKGBUILD2018-04-23 09:42:05 UTC (rev 322805)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('18f7331de1e92fd06ca80534646ad6ebd5506ec914d7e31eb8cb03c4df0080dc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webchannel/repos/kde-unstable-x86_64/PKGBUILD (from rev 322804, 
qt5-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:42:05 UTC (rev 322805)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('011ae7c6da78ada2bb855f270be16e992820792339603773729c946a683c2321')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (5 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:42:18
  Author: arojas
Revision: 322806

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322805, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
(from rev 322805, qt5-webengine/kde-unstable/qtwebengine-harmony.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-no-gpu.patch

---+
 PKGBUILD  |  120 --
 qtwebengine-harmony.patch |  154 ++--
 qtwebengine-no-gpu.patch  |   99 
 3 files changed, 135 insertions(+), 238 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:42:05 UTC (rev 322805)
+++ PKGBUILD2018-04-23 09:42:18 UTC (rev 322806)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
- qtwebengine-harmony.patch
- qtwebengine-no-gpu.patch)
-sha256sums=('0f1b3866056f0af381e384f65e573f9100e763137e17af7bc633682e14049406'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'6cd70c37f3b3aea926f1ee20c1f59354f2a02d240dbf344c6dc0a75f8aa8e07b')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-  # Disable GPU rendering on nouveau and wayland (openSUSE) 
https://bugreports.qt.io/browse/QTBUG-65682
-  # patch -p1 -i ../qtwebengine-no-gpu.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker
-#   -webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 322805, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:42:18 UTC (rev 322806)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 
're2' 'libvpx')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+ qtwebengine-harmony.patch)
+sha256sums=('50b233d6d69833565b15b64490bd86ed08c58f38e1318fa1f312deed45514d00'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -Np1 -i ../qtwebengine-harmony.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker
+#   -webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$s

[arch-commits] Commit in qt5-websockets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:42:37
  Author: arojas
Revision: 322807

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322806, qt5-websockets/kde-unstable/PKGBUILD)
Deleted:
  qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:42:18 UTC (rev 322806)
+++ PKGBUILD2018-04-23 09:42:37 UTC (rev 322807)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-websockets
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides WebSocket communication compliant with RFC 6455'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b576ecf592d3089185a7b5153bb756b107f09e7b2ad1ecfec8cefbfb3eeb526e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-websockets/repos/kde-unstable-x86_64/PKGBUILD (from rev 322806, 
qt5-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:42:37 UTC (rev 322807)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-websockets
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('b038a06a137765694a27ec1232e8e4645872e5af8d48f477104276eb4717afb8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:42:50
  Author: arojas
Revision: 322808

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322807, qt5-3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:42:37 UTC (rev 322807)
+++ PKGBUILD2018-04-23 09:42:50 UTC (rev 322808)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('c8117242de87c12b94d1742e35c423a861036e1909030d3a899c69af0ddf324d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 322807, 
qt5-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:42:50 UTC (rev 322808)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('ce2c43eadc8d0178da1fbc43dad93e831274bff8bdc8ee50baf3d9ab2fabe57d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-canvas3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:43:04
  Author: arojas
Revision: 322809

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322808, qt5-canvas3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:42:50 UTC (rev 322808)
+++ PKGBUILD2018-04-23 09:43:04 UTC (rev 322809)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-canvas3d
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A JavaScript 3D rendering API for Qt Quick'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('05cc0b608c8c3c7a394c19a5efdf13cccb5e195c3896e6e6499edc2b1f50a39b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-canvas3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 322808, 
qt5-canvas3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:43:04 UTC (rev 322809)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-canvas3d
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A JavaScript 3D rendering API for Qt Quick'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('e5a8eb4dfe148bf65bcb932d82b4566549750d78160e1eebec48f4842cd5ed81')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-datavis3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:43:44
  Author: arojas
Revision: 322812

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322811, qt5-datavis3d/kde-unstable/PKGBUILD)
Deleted:
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:43:31 UTC (rev 322811)
+++ PKGBUILD2018-04-23 09:43:44 UTC (rev 322812)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-datavis3d
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Qt Data Visualization module'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('ca8125c4bb3d7febb648b1946a9222bad22505fa68cc720f0ac4e8750be34910')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 322811, 
qt5-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:43:44 UTC (rev 322812)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-datavis3d
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('bc411bfe126133149627f4f9d5488271638905b932ba8e616e60706ee6e8745d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+}


[arch-commits] Commit in qt5-doc/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:44:11
  Author: arojas
Revision: 322813

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 322812, qt5-doc/kde-unstable/PKGBUILD)
Deleted:
  qt5-doc/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:43:44 UTC (rev 322812)
+++ PKGBUILD2018-04-23 09:44:11 UTC (rev 322813)
@@ -1,58 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-doc
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
- 'gperf' 'nss' 'clang')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
-sha256sums=('4e01f814c3000b8be792e8b961cdeb5d691c2a9631ffd78f7a1aa7c9fb59fefa')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  ln -s /usr/bin qttools/
-  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
-
-  # Hack to force using python2
-  cd "$srcdir"
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  export PATH="$srcdir/bin:$PATH"
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples
-  make docs
-}
-
-package() {
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="$pkgdir" install_docs
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-
-# Fix conflicts with qt5-examples
-  rm -r "$pkgdir"/usr/share/doc/qt/examples
-}

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 322812, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:44:11 UTC (rev 322813)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-doc
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Documentation)'
+depends=('qt5-base')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
+ 'gperf' 'nss' 'clang')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
+sha256sums=('047e762039ad0a976e4707c100b39209ef26914b2c1d0c1e91532e07126dee5d')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
+
+  # Hack to force using python2
+  cd "$srcdir"
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export PATH="$srcdir/bin:$PATH"
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples
+  make docs
+}
+
+package() {
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix conflicts with qt5-examples
+  rm -r "$pkgdir"/usr/share/doc/qt/examples
+}


[arch-commits] Commit in qt5-charts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:43:19
  Author: arojas
Revision: 322810

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322809, qt5-charts/kde-unstable/PKGBUILD)
Deleted:
  qt5-charts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:43:04 UTC (rev 322809)
+++ PKGBUILD2018-04-23 09:43:19 UTC (rev 322810)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-charts
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Provides a set of easy to use chart components'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b2e040538129654b8abaa750e39aff8fc1f1558c3a474ea9b154927fbfa3d231')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 322809, 
qt5-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:43:19 UTC (rev 322810)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-charts
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Provides a set of easy to use chart components'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('9cd3468b2751e6bc8e2e2fc9cc44e95de16d8893566ac9ebdcd2cb0ccee309d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+}


[arch-commits] Commit in qt5-connectivity/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:43:31
  Author: arojas
Revision: 322811

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322810, qt5-connectivity/kde-unstable/PKGBUILD)
Deleted:
  qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:43:19 UTC (rev 322810)
+++ PKGBUILD2018-04-23 09:43:31 UTC (rev 322811)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base' 'bluez-libs')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('d68b9a3b4363d2af008ea4e8694088cca24dbd103d297664a27d7fa7e04ce29f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 322810, 
qt5-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:43:31 UTC (rev 322811)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base' 'bluez-libs')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('9fc648747f5593e42bac6686213985dd9976d7f72e8eb52186caf1224fbdc46c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-examples/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:44:53
  Author: arojas
Revision: 322814

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-examples/repos/kde-unstable-any/PKGBUILD
(from rev 322813, qt5-examples/kde-unstable/PKGBUILD)
Deleted:
  qt5-examples/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:44:11 UTC (rev 322813)
+++ PKGBUILD2018-04-23 09:44:53 UTC (rev 322814)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-examples
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Examples and demos from qt5 documentation'
-depends=('qt5-doc')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
-sha256sums=('4e01f814c3000b8be792e8b961cdeb5d691c2a9631ffd78f7a1aa7c9fb59fefa')
-
-package() {
-  _base="$pkgdir"/usr/share/doc/qt/examples
-
-  # The various example dirs have conflicting .pro files, but
-  # QtCreator requires them to be in the same top-level directory.
-  # Matching the Qt5 installer, only the qtbase project is kept.
-  mkdir -p $_base
-  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
-
-  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
-  for _dir in $_fdirs; do
-  _mod=$(basename ${_dir%/examples})
-
-  if [ -e "$_dir/README" ]; then
-cp $_dir/README $_dir/README.$_mod
-  fi
-
-# mkdir $_base/$_mod
-  cp -rn $_dir/* $_base
-  done
-}

Copied: qt5-examples/repos/kde-unstable-any/PKGBUILD (from rev 322813, 
qt5-examples/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:44:53 UTC (rev 322814)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz";)
+sha256sums=('047e762039ad0a976e4707c100b39209ef26914b2c1d0c1e91532e07126dee5d')
+
+package() {
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


[arch-commits] Commit in qt5-gamepad/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:45:18
  Author: arojas
Revision: 322815

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322814, qt5-gamepad/kde-unstable/PKGBUILD)
Deleted:
  qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:44:53 UTC (rev 322814)
+++ PKGBUILD2018-04-23 09:45:18 UTC (rev 322815)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-gamepad
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Adds support for getting events from gamepad devices'
-depends=('qt5-base' 'sdl2')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('458c15a552d4f186162b37e67717c5dc8447b923002ae0e5b719de5bf190d380')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-gamepad/repos/kde-unstable-x86_64/PKGBUILD (from rev 322814, 
qt5-gamepad/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:45:18 UTC (rev 322815)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('012badae3b3ce4d3a66e046c3c4a2d2159f14b1dfe952515789f83212ec9286e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-graphicaleffects/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:45:34
  Author: arojas
Revision: 322816

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322815, qt5-graphicaleffects/kde-unstable/PKGBUILD)
Deleted:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:45:18 UTC (rev 322815)
+++ PKGBUILD2018-04-23 09:45:34 UTC (rev 322816)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-graphicaleffects
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Graphical effects for use with Qt Quick 2'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('f35ebc252e627f793b08771c37086e2bc005eaabb4048b4ef3a9a95d1b267005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 
322815, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:45:34 UTC (rev 322816)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('0b8a5466292dfe0e547b34248da0a837c7453d3dc8b5233bf022e53f5257ebc2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-multimedia/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:46:07
  Author: arojas
Revision: 322818

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322817, qt5-multimedia/kde-unstable/PKGBUILD)
Deleted:
  qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:45:53 UTC (rev 322817)
+++ PKGBUILD2018-04-23 09:46:07 UTC (rev 322818)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-multimedia
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for audio, video, radio and camera functionality'
-depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
-makedepends=('qt5-declarative' 'gst-plugins-bad')
-optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, 
additional plugins'
-'gst-plugins-bad: camera support, additional plugins' 
'gst-plugins-ugly: additional plugins'
-'gst-libav: ffmpeg plugin')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('969fc371cc8d61aeae81f9a533c47030e90856ceb3dc82d485cd2aad9cf86457')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 322817, 
qt5-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:46:07 UTC (rev 322818)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, 
additional plugins'
+'gst-plugins-bad: camera support, additional plugins' 
'gst-plugins-ugly: additional plugins'
+'gst-libav: ffmpeg plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('e260eaa0ba95c68d20d3e88f27f07634de98777f11db866c468f633c25b8a89a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-imageformats/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:45:53
  Author: arojas
Revision: 322817

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322816, qt5-imageformats/kde-unstable/PKGBUILD)
Deleted:
  qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:45:34 UTC (rev 322816)
+++ PKGBUILD2018-04-23 09:45:53 UTC (rev 322817)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b26b354cb64ad24a4d89fd6299f22c2f994bda660494e7ca1dcf66454bf6d0ae')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 322816, 
qt5-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:45:53 UTC (rev 322817)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('a8b7a0cd5ac44b7e34817d0c73d087ea6e6944bd71ad8e3d1bb1f34c1c9e8be0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-networkauth/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:46:21
  Author: arojas
Revision: 322819

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322818, qt5-networkauth/kde-unstable/PKGBUILD)
Deleted:
  qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:46:07 UTC (rev 322818)
+++ PKGBUILD2018-04-23 09:46:21 UTC (rev 322819)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-networkauth
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt5-base)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('e654e4507c1f9274d59b56701e150e1bfd52de8c4005a1344e5ad6b483b3fec4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-networkauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 322818, 
qt5-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:46:21 UTC (rev 322819)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt5-base)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('44d57bc46111d1e542ac7a1c3f6b5e29bb027cbae28ebacd5d200280e76e1cbe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in (libgksu)

2018-04-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 23, 2018 @ 09:46:35
  Author: bpiotrowski
Revision: 322821

Drop libgksu

Deleted:
  libgksu/


[arch-commits] Commit in qt5-remoteobjects/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:47:01
  Author: arojas
Revision: 322823

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322822, qt5-remoteobjects/kde-unstable/PKGBUILD)
Deleted:
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:46:48 UTC (rev 322822)
+++ PKGBUILD2018-04-23 09:47:01 UTC (rev 322823)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-remoteobjects
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-depends=(qt5-base)
-makedepends=(qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('16350982e825dff078ad22d642debf701d8c15cad659d54c9752777da038')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 322822, 
qt5-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:47:01 UTC (rev 322823)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=(qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('0526bf55a3f89f3da8f5a73b7437ba7f81d2f538befa47ec8c416bab3f817f30')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-quickcontrols/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:46:34
  Author: arojas
Revision: 322820

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322819, qt5-quickcontrols/kde-unstable/PKGBUILD)
Deleted:
  qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:46:21 UTC (rev 322819)
+++ PKGBUILD2018-04-23 09:46:34 UTC (rev 322820)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('e5f094966bacee730c024e757228aadd49d54e9e8685a1ef4256d4185d8cf668')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-quickcontrols/repos/kde-unstable-x86_64/PKGBUILD (from rev 322819, 
qt5-quickcontrols/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:46:34 UTC (rev 322820)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style 
user interfaces'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('140d42bcdefe7f4ccd05742062dbc17ea3d5192c123c3d18d959d7eff928c994')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-quickcontrols2/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:46:48
  Author: arojas
Revision: 322822

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322821, qt5-quickcontrols2/kde-unstable/PKGBUILD)
Deleted:
  qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:46:35 UTC (rev 322821)
+++ PKGBUILD2018-04-23 09:46:48 UTC (rev 322822)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Next generation user interface controls based on Qt Quick'
-depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('71d281e9c0bfb995bc18eab35cb290f7b23415e0ba6ad76ee5cb29a11d5e2c5f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-quickcontrols2/repos/kde-unstable-x86_64/PKGBUILD (from rev 322821, 
qt5-quickcontrols2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:46:48 UTC (rev 322822)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+optdepends=('qt5-graphicaleffects: for the Material style')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('80af8ad1a3abd0dcb1ba3cc97e5dafdc1910755e522c9d15f37e0994790e8a48')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-script/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:47:14
  Author: arojas
Revision: 322824

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322823, qt5-script/kde-unstable/PKGBUILD)
Deleted:
  qt5-script/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:47:01 UTC (rev 322823)
+++ PKGBUILD2018-04-23 09:47:14 UTC (rev 322824)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('34c7dc381c4c0c5cb45b7f61a0dbba058cf65ee6cbc09835357f7029072a5a97')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-script/repos/kde-unstable-x86_64/PKGBUILD (from rev 322823, 
qt5-script/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:47:14 UTC (rev 322824)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('5caa6e8cf718d435f0de4ec98c58d2ac0470d959806c6ae345c68b16b2fde468')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-serialbus/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:47:41
  Author: arojas
Revision: 322826

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322825, qt5-serialbus/kde-unstable/PKGBUILD)
Deleted:
  qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:47:28 UTC (rev 322825)
+++ PKGBUILD2018-04-23 09:47:41 UTC (rev 322826)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-serialbus
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Qt module for general purpose serial bus access'
-depends=('qt5-serialport')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('6c70816ea232fa76f530b4b6e9535c4de0d6488bfddfb2bc74044f9a178fd11c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-serialbus/repos/kde-unstable-x86_64/PKGBUILD (from rev 322825, 
qt5-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:47:41 UTC (rev 322826)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('9912dd0cfd35e187ebfb6bfa62f47ab15400b1e3929310f532c3b0d78be15a3e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:47:28
  Author: arojas
Revision: 322825

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322824, qt5-scxml/kde-unstable/PKGBUILD)
Deleted:
  qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:47:14 UTC (rev 322824)
+++ PKGBUILD2018-04-23 09:47:28 UTC (rev 322825)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-scxml
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Static and runtime integration of SCXML models into Qt code'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('62e2d5ea0b6718f7347388e125280b465a7245ceb419ac6fb577bc9e48c7c107')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 322824, 
qt5-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:47:28 UTC (rev 322825)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('7514e5303f7d3152a7d5b696008790202e811d0528f9311af0527bacfaa134c9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-speech/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:47:54
  Author: arojas
Revision: 322827

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322826, qt5-speech/kde-unstable/PKGBUILD)
Deleted:
  qt5-speech/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:47:41 UTC (rev 322826)
+++ PKGBUILD2018-04-23 09:47:54 UTC (rev 322827)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia)
-makedepends=(flite speech-dispatcher)
-optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b5a90e4debfae6f63baf5518abc71c9966b8626485708e5b5874c46759b5c272')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-speech/repos/kde-unstable-x86_64/PKGBUILD (from rev 322826, 
qt5-speech/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:47:54 UTC (rev 322827)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module to make text to speech and speech recognition easy'
+depends=(qt5-multimedia)
+makedepends=(flite speech-dispatcher)
+optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('04fcaf4b98ecdb89bc1d4c1d4769d882dd47d99d9710b79dacc93ac9edcb0889')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:48:06
  Author: arojas
Revision: 322828

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322827, qt5-svg/kde-unstable/PKGBUILD)
Deleted:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:47:54 UTC (rev 322827)
+++ PKGBUILD2018-04-23 09:48:06 UTC (rev 322828)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('915954a07a60ca0c010ec455f86edc91e77df6b0e35ec6937f86ba72a03eb21d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 322827, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:48:06 UTC (rev 322828)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('5868fea24503361ac60e047e1f259306abbe902f3ae63c7c552f4d077765af8d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-webview/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:48:58
  Author: arojas
Revision: 322832

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322831, qt5-webview/kde-unstable/PKGBUILD)
Deleted:
  qt5-webview/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:48:44 UTC (rev 322831)
+++ PKGBUILD2018-04-23 09:48:58 UTC (rev 322832)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webview
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides a way to display web content in a QML application'
-depends=('qt5-webengine')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('b70186340705f3102fd90c27c5ba1612bf6935ea68593b3da18a4a7e48208c76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webview/repos/kde-unstable-x86_64/PKGBUILD (from rev 322831, 
qt5-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:48:58 UTC (rev 322832)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides a way to display web content in a QML application'
+depends=('qt5-webengine')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('72ff67b01312968b054630c307bca304884cbd6344e540c15e01ed9addc5cd55')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-virtualkeyboard/repos/kde-unstable-x86_64 (2 files)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:48:19
  Author: arojas
Revision: 322829

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322828, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
Deleted:
  qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:48:06 UTC (rev 322828)
+++ PKGBUILD2018-04-23 09:48:19 UTC (rev 322829)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Virtual keyboard framework'
-depends=('qt5-declarative' 'qt5-svg' 'hunspell')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('ade8821f7c2cad7f5e91f4a8cdbeed40dce1ccc1e9cc6022f33740cc6fca4fdf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-}

Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
322828, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:48:19 UTC (rev 322829)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('07e4af34653229bcab112fe33e9b72b6323482adeaa51c4ce18ebb950c15320f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+}


[arch-commits] Commit in qt5-wayland/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:48:32
  Author: arojas
Revision: 322830

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322829, qt5-wayland/kde-unstable/PKGBUILD)
Deleted:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:48:19 UTC (rev 322829)
+++ PKGBUILD2018-04-23 09:48:32 UTC (rev 322830)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('441773fa90639ce985d8e5d3120d5a22186c532773264a126bfc940353289cb4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 322829, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:48:32 UTC (rev 322830)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('57b2a5297f9773daabe969357822c6730c992a36d4ebe6bdbfe012c4069c4e3d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-webglplugin/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:48:44
  Author: arojas
Revision: 322831

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322830, qt5-webglplugin/kde-unstable/PKGBUILD)
Deleted:
  qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:48:32 UTC (rev 322830)
+++ PKGBUILD2018-04-23 09:48:44 UTC (rev 322831)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-webglplugin
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
-depends=(qt5-websockets qt5-declarative)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('e16d926b460067e277618f9e69f043093215b5b18938e0ad1631c6decfa9e8d1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webglplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 322830, 
qt5-webglplugin/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:48:44 UTC (rev 322831)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webglplugin
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='QPA plugin for running an application via a browser using streamed 
WebGL commands'
+depends=(qt5-websockets qt5-declarative)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('1adbd40c47faa8011b9042aeca00216525afc2d8a9a711f05c9d847b235a3c16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-x11extras/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 09:49:10
  Author: arojas
Revision: 322833

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322832, qt5-x11extras/kde-unstable/PKGBUILD)
Deleted:
  qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:48:58 UTC (rev 322832)
+++ PKGBUILD2018-04-23 09:49:10 UTC (rev 322833)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-x11extras
-_qtver=5.11.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides platform-specific APIs for X11'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('41b271c6de38f3d3f75d5ec4680fa5d11e814fc6d25efbed8622b322c0341a4d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-x11extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 322832, 
qt5-x11extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:49:10 UTC (rev 322833)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-x11extras
+_qtver=5.11.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides platform-specific APIs for X11'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('bc72b03af269d1c9109e7ef38312472b8ef47f579cf304531f7e1b9dc662d67e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2018-04-23 Thread Alexander Rødseth via arch-commits
Date: Monday, April 23, 2018 @ 09:51:10
  Author: arodseth
Revision: 317360

archrelease: copy trunk to community-x86_64

Added:
  midori/repos/community-x86_64/PKGBUILD
(from rev 317359, midori/trunk/PKGBUILD)
  midori/repos/community-x86_64/midori.install
(from rev 317359, midori/trunk/midori.install)
Deleted:
  midori/repos/community-x86_64/PKGBUILD
  midori/repos/community-x86_64/midori.install

+
 PKGBUILD   |  116 +++
 midori.install |   10 ++--
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:51:00 UTC (rev 317359)
+++ PKGBUILD2018-04-23 09:51:10 UTC (rev 317360)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=midori
-pkgver=0.5.11
-pkgrel=6
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori-gtk2')
-provides=('midori')
-replaces=('midori-gtk3')
-depends=('webkit2gtk' 'libxss' 'gcr' 'zeitgeist')
-makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2";)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # The latest release of vala is a bit stricter than the previous one
-  sed 's/protected Tally/public Tally/g' -i midori/midori-notebook.vala
-  sed 's/%d other files/%u other files/g' -i extensions/transfers.vala
-  for f in transfers adblock/widgets apps history-list notes; do
-  sed 's/.remove (iter/.remove (ref iter/g' -i "extensions/$f.vala"
-  done
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DHALF_BRO_INCOM_WEBKIT2=ON \
--DCMAKE_C_FLAGS="$CFLAGS -w" \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-x86_64/PKGBUILD (from rev 317359, 
midori/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 09:51:10 UTC (rev 317360)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=midori
+pkgver=0.5.11
+pkgrel=7
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64')
+url='http://www.midori-browser.org/'
+license=('LGPL')
+install=midori.install
+conflicts=('midori-gtk2')
+provides=('midori')
+replaces=('midori-gtk3')
+depends=('gcr' 'libxss' 'webkit2gtk' 'zeitgeist')
+makedepends=('bzr' 'cmake' 'intltool' 'ninja' 'vala')
+optdepends=('aria2: download utility'
+'gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2";)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # The latest release of vala is a bit stricter than the previous one
+  sed 's/protected Tally/public Tally/g' -i midori/midori-notebook.vala
+  sed 's/%d other files/%u other files/g' -i extensions/transfers.vala
+  for f in transfers adblock/widgets apps history-list notes; do
+  sed 's/.remove (iter/.remove (ref iter/g' -i "extensions/$f.vala"
+  done
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DHALF_BRO_INCOM_WEBKIT2=ON \
+-DCMAKE_C_FLAGS="$CFLAGS -w" \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim: ts=2 sw=2 et:

Deleted: midori.install
===
--- midori.install  2018-04-23 09:51:00 UTC (rev 317359)
+++ midori.install  2018-04-23 09:51:10 UTC (rev 317360)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Set GTK_CSD=1 for enabling client side decorations for Midori'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-x86_64/midori.install (from rev 31

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

2018-04-23 Thread Alexander Rødseth via arch-commits
Date: Monday, April 23, 2018 @ 09:51:00
  Author: arodseth
Revision: 317359

upgpkg: midori 0.5.11-7

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:38:24 UTC (rev 317358)
+++ PKGBUILD2018-04-23 09:51:00 UTC (rev 317359)
@@ -7,21 +7,21 @@
 
 pkgname=midori
 pkgver=0.5.11
-pkgrel=6
+pkgrel=7
 pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64')
 url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
+license=('LGPL')
+install=midori.install
 conflicts=('midori-gtk2')
 provides=('midori')
 replaces=('midori-gtk3')
-depends=('webkit2gtk' 'libxss' 'gcr' 'zeitgeist')
-makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
+depends=('gcr' 'libxss' 'webkit2gtk' 'zeitgeist')
+makedepends=('bzr' 'cmake' 'intltool' 'ninja' 'vala')
+optdepends=('aria2: download utility'
+'gst-plugins-base: HTML5 OGG videos support'
 'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
+'gst-libav: HTML5 H264 videos support')
 options=('!emptydirs')
 
source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2";)
 sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
@@ -38,11 +38,9 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-
   mkdir -p build
   cd build
-  cmake .. \
+  cmake "../$pkgname-$pkgver" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DHALF_BRO_INCOM_WEBKIT2=ON \
@@ -52,8 +50,8 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-04-23 Thread Thore Bödecker via arch-commits
Date: Monday, April 23, 2018 @ 09:54:53
  Author: foxxx0
Revision: 317361

upgpkg: python-cheroot 6.2.4-1

update to 6.2.4

Modified:
  python-cheroot/trunk/PKGBUILD
  python-cheroot/trunk/cheroot-fix-setup-python3.patch

-+
 PKGBUILD|   17 -
 cheroot-fix-setup-python3.patch |4 ++--
 2 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:51:10 UTC (rev 317360)
+++ PKGBUILD2018-04-23 09:54:53 UTC (rev 317361)
@@ -5,7 +5,7 @@
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.2.3
+pkgver=6.2.4
 pkgrel=1
 arch=('any')
 url="https://github.com/cherrypy/cheroot";
@@ -13,11 +13,18 @@
 makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
   'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/54/cf/8ab6ba507d10d71c8258664a49ea5f685c47ab466f7213260412f80f4b2a/cheroot-6.2.3.tar.gz";
-"LICENSE")
-sha512sums=('88514c1ada39845178ad990654d2fe180ab3fcf075181a137276331c0d16fea674df5d3cab12711777bd49f3f66e975cc07a5ecf0352f799dadaf7dbfe3718f4'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+source=("${pkgbase}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/e7/73/5cca1fe3f66777d267f9981b1b586511fc895b2ab0cabfaecf05ecc9ea03/cheroot-6.2.4.tar.gz";
+"LICENSE"
+"cheroot-fix-setup-python3.patch")
+sha512sums=('7d8097af006e6a8b137b3bab93e802c2dd291ce81d6eb0ea4dd377a31d573a056a787b58dec2d55b00dd4af01e1c0c68b44c9e0b46299198ebf411986f0988ce'
+
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944'
+
'5ec0001c803682f142e3eb1ebcf10614b3d4f2e64dfea874a868b7702a79b429ae86aea5c7b90711d573d5cc25e3296c3b64dc55598d926c06de59d35d8f04bc')
 
+prepare() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  patch -p1 -N -i "${srcdir}/cheroot-fix-setup-python3.patch"
+}
+
 package_python-cheroot() {
   depends=('python-six')
 

Modified: cheroot-fix-setup-python3.patch
===
--- cheroot-fix-setup-python3.patch 2018-04-23 09:51:10 UTC (rev 317360)
+++ cheroot-fix-setup-python3.patch 2018-04-23 09:54:53 UTC (rev 317361)
@@ -5,7 +5,7 @@
  python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
  install_requires=[
 -'backports.functools_lru_cache',
-+'backports.functools_lru_cache;python_version<"3"',
++'backports.functools_lru_cache;python_version<"3.4"',
  'six>=1.11.0',
  'more_itertools>=2.6',
  ],
@@ -14,7 +14,7 @@
  
  'pytest-cov',
 -'backports.unittest_mock',
-+'backports.unittest_mock;python_version<"3"',
++'backports.unittest_mock;python_version<"3.4"',
  ],
  },
  setup_requires=[


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

2018-04-23 Thread Thore Bödecker via arch-commits
Date: Monday, April 23, 2018 @ 09:55:02
  Author: foxxx0
Revision: 317362

archrelease: copy trunk to community-any

Added:
  python-cheroot/repos/community-any/LICENSE
(from rev 317361, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-any/PKGBUILD
(from rev 317361, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch
(from rev 317361, python-cheroot/trunk/cheroot-fix-setup-python3.patch)
Deleted:
  python-cheroot/repos/community-any/LICENSE
  python-cheroot/repos/community-any/PKGBUILD
  python-cheroot/repos/community-any/cheroot-fix-setup-python3.patch

-+
 LICENSE |   14 ++---
 PKGBUILD|  103 --
 cheroot-fix-setup-python3.patch |   40 +++---
 3 files changed, 82 insertions(+), 75 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-23 09:54:53 UTC (rev 317361)
+++ LICENSE 2018-04-23 09:55:02 UTC (rev 317362)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-cheroot/repos/community-any/LICENSE (from rev 317361, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-23 09:55:02 UTC (rev 317362)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 09:54:53 UTC (rev 317361)
+++ PKGBUILD2018-04-23 09:55:02 UTC (rev 317362)
@@ -1,48 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.2.3
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot";
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/54/cf/8ab6ba507d10d71c8258664a49ea5f685c47ab466f7213260412f80f4b2a/cheroot-6.2.3.tar.gz";
-"LICENSE")
-sha512sums=('88514c1ada39845178ad990654d2fe180ab3fcf075181a137276331c0d16fea674df5d3cab12711777bd49f3f66e975cc07a5ecf0352f799dadaf7dbfe3718f4'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
-
-package_python-cheroot() {
-  depends=('python-six')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  # the author has promised to include a LICENSE file in future releases:
-  # https://github.com/jaraco/skeleton/issues/1
-

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

2018-04-23 Thread Thore Bödecker via arch-commits
Date: Monday, April 23, 2018 @ 10:00:00
  Author: foxxx0
Revision: 317363

upgpkg: python-cherrypy 14.2.0-1

update to 14.2.0

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:55:02 UTC (rev 317362)
+++ PKGBUILD2018-04-23 10:00:00 UTC (rev 317363)
@@ -9,7 +9,7 @@
 pkgbase='python-cherrypy'
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=14.0.1
+pkgver=14.2.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
   'python2-portend')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('02b2da6ecf53dce606198e8e3e50a3ab587d3c53efc88e9032f385f1ac96b865fdaeb6e74bbca13eb4f75704ac5bb84068b39180f8f22a836400662c7583bd1e')
+sha512sums=('a9b6fc466af4b8df31aae10094ad0414cdac4e59159b0d9a0634660f161669648e2b21b929f08bc965747f389b0a1da3aa15d86ab8540a6caf34a0ef0cb1')
 
 prepare() {
   cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"


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

2018-04-23 Thread Thore Bödecker via arch-commits
Date: Monday, April 23, 2018 @ 10:00:22
  Author: foxxx0
Revision: 317364

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 10:00:00 UTC (rev 317363)
+++ PKGBUILD2018-04-23 10:00:22 UTC (rev 317364)
@@ -1,75 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=14.0.1
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
-  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
-  'python2-portend')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('02b2da6ecf53dce606198e8e3e50a3ab587d3c53efc88e9032f385f1ac96b865fdaeb6e74bbca13eb4f75704ac5bb84068b39180f8f22a836400662c7583bd1e')
-
-prepare() {
-  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
-}
-
-build() {
-
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py build
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  # fix incorrect shebang
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' 
cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  tox
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  tox2
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}
-
-package_python2-cherrypy() {
-  depends=('python2' 'python2-six' 'python2-cheroot' 'python2-portend' 
'python2-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 317363, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 10:00:22 UTC (rev 317364)
@@ -0,0 +1,75 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgbase='python-cherrypy'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=14.2.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
+  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
+  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
+  'python2-portend')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
+sha512sums=('a9b6fc466af4b8df31aae10094ad0414cdac4e59159b0d9a0634660f161669648e2b21b929f08bc965747f389b0a1da3aa15d86ab8540a6caf34a0ef0cb1')
+
+prepare() {
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # disable broken tests
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
+}
+
+build() {
+
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkg

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

2018-04-23 Thread Alexander Rødseth via arch-commits
Date: Monday, April 23, 2018 @ 10:05:38
  Author: arodseth
Revision: 317365

upgpkg: kotlin 1.2.40-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 10:00:22 UTC (rev 317364)
+++ PKGBUILD2018-04-23 10:05:38 UTC (rev 317365)
@@ -3,7 +3,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.2.31
+pkgver=1.2.40
 pkgrel=1
 pkgdesc='Statically typed programming language that can interoperate with Java'
 arch=('any')
@@ -12,14 +12,14 @@
 depends=('java-environment>=8')
 makedepends=('setconf')
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
-sha256sums=('da99c6ba77a5222955292eafbfe8459a4696960ef8e5585cbe71cee49cdc8026')
+sha256sums=('3498571126c335be0feec24075c359f1954d46bbabccafc729ec49db1a509658')
 
 prepare() {
   cd "${pkgname}c/bin"
 
-  setconf kotlin  DIR /usr/bin
-  setconf kotlinc-js  DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
+  setconf kotlin  DIR "/usr/bin"
+  setconf kotlinc-js  DIR "/usr/bin"
+  setconf kotlinc-jvm DIR "/usr/bin"
   setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
 }
 
@@ -26,11 +26,11 @@
 package() {
   cd "${pkgname}c"
 
-  # Executables
+  # executables
   install -Dm755 bin/kotlin  "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
   install -Dm755 bin/kotlinc-js  "$pkgdir/usr/bin/kotlinc-js"
   install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
 
   # jar files
   cd "$srcdir/${pkgname}c/lib"
@@ -39,7 +39,7 @@
 install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
   done
 
-  # Licenses
+  # licenses
   cd "$srcdir/${pkgname}c/license"
   install -d "$pkgdir/usr/share/licenses/$pkgname"
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"


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

2018-04-23 Thread Alexander Rødseth via arch-commits
Date: Monday, April 23, 2018 @ 10:05:52
  Author: arodseth
Revision: 317366

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 317365, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 10:05:38 UTC (rev 317365)
+++ PKGBUILD2018-04-23 10:05:52 UTC (rev 317366)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.2.31
-pkgrel=1
-pkgdesc='Statically typed programming language that can interoperate with Java'
-arch=('any')
-url='https://kotlinlang.org/'
-license=('APACHE' 'custom')
-depends=('java-environment>=8')
-makedepends=('setconf')
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
-sha256sums=('da99c6ba77a5222955292eafbfe8459a4696960ef8e5585cbe71cee49cdc8026')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin  DIR /usr/bin
-  setconf kotlinc-js  DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # Executables
-  install -Dm755 bin/kotlin  "$pkgdir/usr/bin/kotlin"
-  install -Dm755 bin/kotlinc-js  "$pkgdir/usr/bin/kotlinc-js"
-  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # Licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 317365, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 10:05:52 UTC (rev 317366)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.2.40
+pkgrel=1
+pkgdesc='Statically typed programming language that can interoperate with Java'
+arch=('any')
+url='https://kotlinlang.org/'
+license=('APACHE' 'custom')
+depends=('java-environment>=8')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
+sha256sums=('3498571126c335be0feec24075c359f1954d46bbabccafc729ec49db1a509658')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin  DIR "/usr/bin"
+  setconf kotlinc-js  DIR "/usr/bin"
+  setconf kotlinc-jvm DIR "/usr/bin"
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # executables
+  install -Dm755 bin/kotlin  "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlinc-js  "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 10:07:01
  Author: bgyorgy
Revision: 317368

archrelease: copy trunk to community-x86_64

Added:
  psi-plugins/repos/community-x86_64/PKGBUILD
(from rev 317367, psi-plugins/trunk/PKGBUILD)
  psi-plugins/repos/community-x86_64/psiplugin.pri
(from rev 317367, psi-plugins/trunk/psiplugin.pri)
Deleted:
  psi-plugins/repos/community-x86_64/PKGBUILD
  psi-plugins/repos/community-x86_64/psiplugin.pri

---+
 PKGBUILD  |   82 +++-
 psiplugin.pri |   36 
 2 files changed, 58 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 10:06:54 UTC (rev 317367)
+++ PKGBUILD2018-04-23 10:07:01 UTC (rev 317368)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin 
-
-pkgname=psi-plugins
-pkgver=1.3
-pkgrel=3
-pkgdesc="Additional plugins for Psi"
-arch=('x86_64')
-url="https://psi-im.org";
-license=('GPL2')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
-makedepends=('libotr' 'tidyhtml')
-optdepends=('libotr: for OTR plugin'
-'tidyhtml: for OTR plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
-'psiplugin.pri')
-sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
-'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
-
-prepare() {
-cp -v psiplugin.pri plugins-$pkgver/
-}
-
-build() {
-cd plugins-$pkgver
-# Kill broken plugins
-rm -rf generic/juickplugin
-for plugin in generic/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
-fi
-done
-}
-
-package() {
-cd plugins-$pkgver
-for plugin in generic/* unix/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
-fi
-done
-}

Copied: psi-plugins/repos/community-x86_64/PKGBUILD (from rev 317367, 
psi-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 10:07:01 UTC (rev 317368)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-plugins
+pkgver=1.3
+pkgrel=4
+pkgdesc="Additional features for Psi"
+arch=('x86_64')
+url="https://psi-im.org";
+license=('GPL2')
+depends=('psi')
+makedepends=('libotr' 'tidy')
+optdepends=('libotr: OTR plugin'
+'tidy: OTR plugin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
+'psiplugin.pri')
+sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
+'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
+
+prepare() {
+cp -v psiplugin.pri plugins-$pkgver/
+}
+
+build() {
+cd plugins-$pkgver
+for plugin in generic/* unix/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
+fi
+done
+}
+
+package() {
+cd plugins-$pkgver
+for plugin in generic/* unix/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
+fi
+done
+}

Deleted: psiplugin.pri
===
--- psiplugin.pri   2018-04-23 10:06:54 UTC (rev 317367)
+++ psiplugin.pri   2018-04-23 10:07:01 UTC (rev 317368)
@@ -1,18 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += xml
-QT += widgets
-
-MOC_DIR = .moc/
-OBJECTS_DIR = .obj/
-RCC_DIR = .rcc/
-UI_DIR = .ui/
-
-INCLUDEPATH += .ui/
-
-target.path = /usr/lib/psi/plugins
-INSTALLS += target
-
-INCLUDEPATH += /usr/include/psi/plugins
-
-DEFINES += HAVE_QT5
\ No newline at end of file

Copied: psi-plugins/repos/community-x86_64/psiplugin.pri (from rev 317367, 
psi-plugins/trunk/psiplugin.pri)
===
--- psiplugin.pri   (rev 0)
+++ psiplugin.pri   2018-04-23 10:07:01 UTC (rev 317368)
@@ -0,0 +1,18 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += xml
+QT += widgets
+
+MOC_DIR = .moc/
+OBJECTS_DIR = .obj/
+RCC_DIR = .rcc/
+UI_DIR = .ui/
+
+INCLUDEPATH += .ui/
+
+target.path = /usr/lib/psi/plugins
+INSTALLS += target
+
+INCLUDEPATH += /usr/include/psi/plugins
+
+DEFINES += HAVE_QT5
\ No newline at end of file


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

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 10:06:54
  Author: bgyorgy
Revision: 317367

upgpkg: psi-plugins 1.3-4

Fix dependencies

Modified:
  psi-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 10:05:52 UTC (rev 317366)
+++ PKGBUILD2018-04-23 10:06:54 UTC (rev 317367)
@@ -3,15 +3,15 @@
 
 pkgname=psi-plugins
 pkgver=1.3
-pkgrel=3
-pkgdesc="Additional plugins for Psi"
+pkgrel=4
+pkgdesc="Additional features for Psi"
 arch=('x86_64')
 url="https://psi-im.org";
 license=('GPL2')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
-makedepends=('libotr' 'tidyhtml')
-optdepends=('libotr: for OTR plugin'
-'tidyhtml: for OTR plugin')
+depends=('psi')
+makedepends=('libotr' 'tidy')
+optdepends=('libotr: OTR plugin'
+'tidy: OTR plugin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
 'psiplugin.pri')
 sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
@@ -23,9 +23,7 @@
 
 build() {
 cd plugins-$pkgver
-# Kill broken plugins
-rm -rf generic/juickplugin
-for plugin in generic/*; do
+for plugin in generic/* unix/*; do
 if [ -d "$plugin" ]; then
 (cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
 fi


[arch-commits] Commit in kde-development-environment-meta/trunk (PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 10:59:18
  Author: arojas
Revision: 317369

Update dependencies

Modified:
  kde-development-environment-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 10:07:01 UTC (rev 317368)
+++ PKGBUILD2018-04-23 10:59:18 UTC (rev 317369)
@@ -2,8 +2,8 @@
 # Don't manually edit the PKGBUILD, edit the upstream template instead
 
 pkgname=kde-development-environment-meta
-pkgver=20170718
-pkgrel=2
+pkgver=20180423
+pkgrel=1
 pkgdesc='Metapackage to install a full KDE development environment'
 arch=(any)
 url='https://phabricator.kde.org/T3722'
@@ -14,7 +14,7 @@
  akonadi-mime
  akonadi-notes
  akonadi-search
- attica-qt5
+ attica
  baloo
  baloo-widgets
  bash-completion
@@ -97,6 +97,7 @@
  kservice
  ktexteditor
  ktextwidgets
+ ktnef
  kunitconversion
  kwallet
  kwayland
@@ -111,7 +112,6 @@
  libkdegames
  libkdepim
  libkexiv2
- libkgapi
  libkgeomap
  libkipi
  libkleo
@@ -120,6 +120,7 @@
  libkscreen
  libksieve
  libksysguard
+ libktorrent
  libkvkontakte
  libmediawiki
  mailcommon
@@ -132,6 +133,8 @@
  pimcommon
  plasma-framework
  prison
+ purpose
+ qqc2-desktop-style
  qt5-base
  qt5-declarative
  qt5-webengine


[arch-commits] Commit in kde-development-environment-meta/repos/community-any (6 files)

2018-04-23 Thread Antonio Rojas via arch-commits
m644 kdesdk-devenv-dependencies.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
-}

Copied: kde-development-environment-meta/repos/community-any/PKGBUILD (from rev 
317369, kde-development-environment-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 10:59:42 UTC (rev 317370)
@@ -0,0 +1,158 @@
+# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
+# Don't manually edit the PKGBUILD, edit the upstream template instead
+
+pkgname=kde-development-environment-meta
+pkgver=20180423
+pkgrel=1
+pkgdesc='Metapackage to install a full KDE development environment'
+arch=(any)
+url='https://phabricator.kde.org/T3722'
+license=(LGPL)
+depends=(akonadi
+ akonadi-calendar
+ akonadi-contacts
+ akonadi-mime
+ akonadi-notes
+ akonadi-search
+ attica
+ baloo
+ baloo-widgets
+ bash-completion
+ bluez-qt
+ calendarsupport
+ clang
+ cmake
+ eventviews
+ extra-cmake-modules
+ frameworkintegration
+ gcc
+ gettext
+ git
+ grantleetheme
+ incidenceeditor
+ kactivities
+ kactivities-stats
+ kalarmcal
+ karchive
+ kauth
+ kblog
+ kbookmarks
+ kcalcore
+ kcalutils
+ kcmutils
+ kcodecs
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcontacts
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kde-syndication
+ kdeclarative
+ kdelibs4support
+ kdepim-apps-libs
+ kdesignerplugin
+ kdesu
+ kdewebkit
+ kdnssd
+ kdoctools
+ kemoticons
+ kfilemetadata
+ kglobalaccel
+ kguiaddons
+ kholidays
+ khtml
+ ki18n
+ kiconthemes
+ kidentitymanagement
+ kidletime
+ kimap
+ kinit
+ kio
+ kirigami2
+ kitemmodels
+ kitemviews
+ kjobwidgets
+ kjs
+ kjsembed
+ kldap
+ kmailtransport
+ kmbox
+ kmediaplayer
+ kmime
+ knewstuff
+ knotifications
+ knotifyconfig
+ konqueror
+ kontactinterface
+ kpackage
+ kparts
+ kpeople
+ kpimtextedit
+ kplotting
+ kpty
+ kross
+ krunner
+ kservice
+ ktexteditor
+ ktextwidgets
+ ktnef
+ kunitconversion
+ kwallet
+ kwayland
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ kxmlrpcclient
+ libgravatar
+ libkcddb
+ libkcompactdisc
+ libkdcraw
+ libkdegames
+ libkdepim
+ libkexiv2
+ libkgeomap
+ libkipi
+ libkleo
+ libkmahjongg
+ libksane
+ libkscreen
+ libksieve
+ libksysguard
+ libktorrent
+ libkvkontakte
+ libmediawiki
+ mailcommon
+ mailimporter
+ make
+ messagelib
+ modemmanager-qt
+ networkmanager-qt
+ ninja
+ pimcommon
+ plasma-framework
+ prison
+ purpose
+ qqc2-desktop-style
+ qt5-base
+ qt5-declarative
+ qt5-webengine
+ solid
+ sonnet
+ syntax-highlighting
+ threadweaver)
+optdepends=(kate
+kdevelop
+plasma-sdk
+plasma-workspace)
+makedepends=()
+source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
+sha256sums=(67b3db866d04b2c900045dbd51490e097b20906d432297fd641b9c649bce8564
+92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238)
+noextract=()
+
+package() {
+install -Dm644 org.kde.development.appdata.xml 
"$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
+install -Dm644 kdesdk-devenv-dependencies.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
+}

Deleted: kdesdk-devenv-dependencies.svg
===
(Binary files differ)

Copied: 
kde-development-environment-meta/repos/community-any/kdesdk-devenv-dependencies.svg
 (from rev 317369, 
kde-development-environment-meta/trunk/kdesdk-devenv-dependencies.svg)
===
(Binary files differ)

Deleted: org.kde.development.appdata.xml
===
--- org.kde.development.appdata.xml 2018-04-23 10:59:18 UTC (rev 317369)
+++ org.kde.development.appdata.xml 2018-04-23 10:59:42 UTC (rev 3

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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 11:09:32
  Author: arojas
Revision: 322834

PGP++

Modified:
  kdiagram/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 09:49:10 UTC (rev 322833)
+++ PKGBUILD2018-04-23 11:09:32 UTC (rev 322834)
@@ -10,10 +10,11 @@
 license=(GPL2)
 depends=(qt5-svg)
 makedepends=(extra-cmake-modules qt5-tools doxygen)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha1sums=('0e5372f8a14f127a867907e590f2d137f187398c')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bde71ca5ef70b3077696d56b24e0e1f69ae255c0bf7bf453e9596afdd25dcdb0'
+'SKIP')
+validpgpkeys=(42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

 
-
 prepare() {
   mkdir -p build
 }
@@ -22,8 +23,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_QCH=ON
   make
 }


[arch-commits] Commit in python-html5-parser/repos/community-x86_64 (2 files)

2018-04-23 Thread Eli Schwartz via arch-commits
Date: Monday, April 23, 2018 @ 11:20:37
  Author: eschwartz
Revision: 317372

archrelease: copy trunk to community-x86_64

Added:
  python-html5-parser/repos/community-x86_64/PKGBUILD
(from rev 317371, python-html5-parser/trunk/PKGBUILD)
Deleted:
  python-html5-parser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 11:20:13 UTC (rev 317371)
+++ PKGBUILD2018-04-23 11:20:37 UTC (rev 317372)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-
-_pkgname=html5-parser
-pkgbase='python-html5-parser'
-pkgname=('python-html5-parser' 'python2-html5-parser')
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="Fast C based HTML 5 parsing for python"
-arch=('i686' 'x86_64')
-url="https://github.com/kovidgoyal/${_pkgname}";
-license=('Apache')
-checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
-makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
- 'python2-chardet' 'python2-lxml' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py test
-python2 setup.py test
-}
-
-package_python-html5-parser() {
-depends=('python-chardet' 'python-lxml')
-optdepends=('python-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-html5-parser() {
-depends=('python2-chardet' 'python2-lxml')
-optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-html5-parser/repos/community-x86_64/PKGBUILD (from rev 317371, 
python-html5-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 11:20:37 UTC (rev 317372)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+
+_pkgname=html5-parser
+pkgbase='python-html5-parser'
+pkgname=('python-html5-parser' 'python2-html5-parser')
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Fast C based HTML 5 parsing for python"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/${_pkgname}";
+license=('Apache')
+checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
+makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
+ 'python2-chardet' 'python2-lxml' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py test
+python2 setup.py test
+}
+
+package_python-html5-parser() {
+depends=('python-chardet' 'python-lxml')
+optdepends=('python-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-html5-parser() {
+depends=('python2-chardet' 'python2-lxml')
+optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2018-04-23 Thread Eli Schwartz via arch-commits
Date: Monday, April 23, 2018 @ 11:20:13
  Author: eschwartz
Revision: 317371

upgpkg: python-html5-parser 0.4.5-1

upstream release

Modified:
  python-html5-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 10:59:42 UTC (rev 317370)
+++ PKGBUILD2018-04-23 11:20:13 UTC (rev 317371)
@@ -1,10 +1,10 @@
 # Maintainer: Jelle van der Waa 
-# Contributor: Eli Schwartz 
+# Maintainer: Eli Schwartz 
 
 _pkgname=html5-parser
 pkgbase='python-html5-parser'
 pkgname=('python-html5-parser' 'python2-html5-parser')
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="Fast C based HTML 5 parsing for python"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
  'python2-chardet' 'python2-lxml' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5'
+sha256sums=('a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 12:12:54
  Author: bgyorgy
Revision: 317373

Move quiterss from AUR with 38 votes

Added:
  quiterss/
  quiterss/trunk/
  quiterss/trunk/PKGBUILD

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

Added: quiterss/trunk/PKGBUILD
===
--- quiterss/trunk/PKGBUILD (rev 0)
+++ quiterss/trunk/PKGBUILD 2018-04-23 12:12:54 UTC (rev 317373)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: willemw 
+# Contributor: ThecaTTony 
+# Contributor: 
+
+pkgname=quiterss
+pkgver=0.18.10
+pkgrel=2
+pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
+arch=(x86_64)
+url='https://quiterss.org/'
+license=(GPL3)
+depends=(gst-plugins-good qt5-multimedia qt5-webkit)
+makedepends=(qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('843475913fa876e38cab147aa458a8a282efaee4d25f828d8b731e70799a4f32')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 CONFIG+=release PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+


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


[arch-commits] Commit in quiterss (3 files)

2018-04-23 Thread Balló György via arch-commits
Date: Monday, April 23, 2018 @ 12:13:23
  Author: bgyorgy
Revision: 317374

archrelease: copy trunk to community-x86_64

Added:
  quiterss/repos/
  quiterss/repos/community-x86_64/
  quiterss/repos/community-x86_64/PKGBUILD
(from rev 317373, quiterss/trunk/PKGBUILD)

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

Copied: quiterss/repos/community-x86_64/PKGBUILD (from rev 317373, 
quiterss/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-23 12:13:23 UTC (rev 317374)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: willemw 
+# Contributor: ThecaTTony 
+# Contributor: 
+
+pkgname=quiterss
+pkgver=0.18.10
+pkgrel=2
+pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
+arch=(x86_64)
+url='https://quiterss.org/'
+license=(GPL3)
+depends=(gst-plugins-good qt5-multimedia qt5-webkit)
+makedepends=(qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('843475913fa876e38cab147aa458a8a282efaee4d25f828d8b731e70799a4f32')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 CONFIG+=release PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+


[arch-commits] Commit in thin-provisioning-tools/repos (2 files)

2018-04-23 Thread Christian Hesse via arch-commits
Date: Monday, April 23, 2018 @ 12:37:44
  Author: eworm
Revision: 322836

archrelease: copy trunk to testing-x86_64

Added:
  thin-provisioning-tools/repos/testing-x86_64/
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
(from rev 322835, thin-provisioning-tools/trunk/PKGBUILD)

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

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 322835, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-23 12:37:44 UTC (rev 322836)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.7.6
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools";
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('491358c1406414ab3f06b260bd9da8a2f9109c4c426dda899d4d985860dfc01f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install
+}
+


[arch-commits] Commit in thin-provisioning-tools/trunk (2 files)

2018-04-23 Thread Christian Hesse via arch-commits
Date: Monday, April 23, 2018 @ 12:37:35
  Author: eworm
Revision: 322835

upgpkg: thin-provisioning-tools 0.7.6-1

new upstream release

Modified:
  thin-provisioning-tools/trunk/PKGBUILD
Deleted:
  thin-provisioning-tools/trunk/0001-fix-build-with-testing-disabled.patch

+
 0001-fix-build-with-testing-disabled.patch |   35 ---
 PKGBUILD   |4 +--
 2 files changed, 2 insertions(+), 37 deletions(-)

Deleted: 0001-fix-build-with-testing-disabled.patch
===
--- 0001-fix-build-with-testing-disabled.patch  2018-04-23 11:09:32 UTC (rev 
322834)
+++ 0001-fix-build-with-testing-disabled.patch  2018-04-23 12:37:35 UTC (rev 
322835)
@@ -1,35 +0,0 @@
-From 8d75be81120b9cf172c95d0153c5f845ed804234 Mon Sep 17 00:00:00 2001
-From: Adam Sampson 
-Date: Mon, 16 Oct 2017 13:07:36 +0100
-Subject: [functional-tests] fix build with testing disabled (#88)
-
-The rule for lib/libft.so is only enabled with --enable-testing,
-so the default target shouldn't depend unconditionally on it.
-With the default configure options, the build failed with:
-make: *** No rule to make target 'lib/libft.so', needed by 'all'.  Stop.

- Makefile.in | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index e745739..02b75dd 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -21,8 +21,13 @@ V=@
- PROGRAMS=\
-   bin/pdata_tools
- 
-+ifeq ("@TESTING@", "yes")
-+TESTLIBS=\
-+  lib/libft.so
-+endif
-+
- .PHONY: all
--all: $(PROGRAMS) lib/libft.so
-+all: $(PROGRAMS) $(TESTLIBS)
- 
- SOURCE=\
-   base/output_file_requirements.cc \
--- 
-cgit v1.1-22-g1649
-

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 11:09:32 UTC (rev 322834)
+++ PKGBUILD2018-04-23 12:37:35 UTC (rev 322835)
@@ -3,7 +3,7 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('bcb8b8a8be6fdbce54bd22aca00b6c8dc869e3b0cb125e0ac9a582d002e87f65')
+sha256sums=('491358c1406414ab3f06b260bd9da8a2f9109c4c426dda899d4d985860dfc01f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-04-23 Thread Jan Steffens via arch-commits
Date: Monday, April 23, 2018 @ 12:57:59
  Author: heftig
Revision: 322837

0.46.0-1

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 12:37:44 UTC (rev 322836)
+++ PKGBUILD2018-04-23 12:57:59 UTC (rev 322837)
@@ -3,7 +3,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.45.1
+pkgver=0.46.0
 pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
@@ -18,7 +18,7 @@
   'qt5-tools' 'libwmf' 'dmd' 'valgrind')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
 arch-meson)
-sha512sums=('50bcc299d69a3649a3aa3582322c548af44c2771d65e57c79eae9d67ccb256a17e534649ee5080f50f6f9d4e5d717a1b1a28b3ef4684468094b16bbed8864846'
+sha512sums=('7c22178900ac58d7f40b392c4c3dc4541e09859ab4e903b58f4bd3bc6d3b7a579c597909fc56f69e0327a8fe2155d2617c0a477d322a71f90642745e8c6f2ebb'
 'SKIP'
 
'e901f87f3ee1baa7b9aedb79bd5c9e50898a5695ac938f7f8420d8e81f526a09f07ceedadb65975437efa5a68fcf581110a040f579f2530437d1e6eb5addea76')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 



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

2018-04-23 Thread Jan Steffens via arch-commits
Date: Monday, April 23, 2018 @ 12:59:05
  Author: heftig
Revision: 322838

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 322837, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 322837, meson/trunk/arch-meson)
Deleted:
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson

+
 PKGBUILD   |  124 +--
 arch-meson |   42 +--
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 12:57:59 UTC (rev 322837)
+++ PKGBUILD2018-04-23 12:59:05 UTC (rev 322838)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.45.1
-pkgrel=1
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git'
-  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2'
-  'qt5-tools' 'libwmf' 'dmd' 'valgrind')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-arch-meson)
-sha512sums=('50bcc299d69a3649a3aa3582322c548af44c2771d65e57c79eae9d67ccb256a17e534649ee5080f50f6f9d4e5d717a1b1a28b3ef4684468094b16bbed8864846'
-'SKIP'
-
'e901f87f3ee1baa7b9aedb79bd5c9e50898a5695ac938f7f8420d8e81f526a09f07ceedadb65975437efa5a68fcf581110a040f579f2530437d1e6eb5addea76')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() (
-  cd ${pkgname}-${pkgver}
-
-  # --as-needed breaks openmpi linking
-  LDFLAGS="${LDFLAGS/,--as-needed/}"
-
-  # set for debug output
-  #export MESON_PRINT_TEST_OUTPUT=1
-
-  export LC_CTYPE=en_US.UTF-8
-  ./run_tests.py
-)
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -d "${pkgdir}/usr/share/vim/vimfiles"
-  cp -rt "${pkgdir}/usr/share/vim/vimfiles" data/syntax-highlighting/vim/*
-
-  install -Dt "${pkgdir}/usr/share/emacs/site-lisp" -m644 
data/syntax-highlighting/emacs/*
-  install -Dt "${pkgdir}/usr/share/zsh/site-functions" -m644 
data/shell-completions/zsh/*
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 322837, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 12:59:05 UTC (rev 322838)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.46.0
+pkgrel=1
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git'
+  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial' 'gtk-sharp-2'
+  'qt5-tools' 'libwmf' 'dmd' 'valgrind')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+arch-meson)
+sha512sums=('7c22178900ac58d7f40b392c4c3dc4541e09859ab4e903b58f4bd3bc6d3b7a579c597909fc56f69e0327a8fe2155d2617c0a477d322a71f90642745e8c6f2ebb'
+'SKIP'
+
'e901f87f3ee1baa7b9aedb79bd5c9e50898a5695ac938f7f8420d8e81f526a09f07ceedadb65975437efa5a68fcf581110a040f579f2530437d1e6eb5addea76')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() (
+  cd ${pkgname}-${pkgver}
+
+  # --as-needed breaks openmpi linking
+  LDFLAGS="${LDFLAGS/,--as-needed/}"
+
+  # set for debug output
+  #export MESON_PRINT_TEST_OUTPUT=1
+
+  export LC_CTYPE=en_US.UTF-8
+  ./run_tests.py
+)
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -d "${pkgdir}/usr/share/vim/vimfiles"
+

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

2018-04-23 Thread Nicola Squartini via arch-commits
Date: Monday, April 23, 2018 @ 14:37:49
  Author: tensor5
Revision: 317375

upgpkg: go-ethereum 1.8.6-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 12:13:23 UTC (rev 317374)
+++ PKGBUILD2018-04-23 14:37:49 UTC (rev 317375)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.8.4
-_commit=2423ae01e0d2f853512eb2b46954b5ad0754a897
+pkgver=1.8.6
+_commit=12683feca7483f0b0bf425c3c520e2724f69f2aa
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('x86_64')


[arch-commits] Commit in go-ethereum/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Nicola Squartini via arch-commits
Date: Monday, April 23, 2018 @ 14:38:21
  Author: tensor5
Revision: 317376

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 317375, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 14:37:49 UTC (rev 317375)
+++ PKGBUILD2018-04-23 14:38:21 UTC (rev 317376)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.8.4
-_commit=2423ae01e0d2f853512eb2b46954b5ad0754a897
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 317375, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 14:38:21 UTC (rev 317376)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.8.6
+_commit=12683feca7483f0b0bf425c3c520e2724f69f2aa
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 15:06:33
  Author: arojas
Revision: 317377

Update to 4.1.1.p2

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 14:38:21 UTC (rev 317376)
+++ PKGBUILD2018-04-23 15:06:33 UTC (rev 317377)
@@ -4,10 +4,10 @@
 
 pkgname=singular
 _majver=4-1-1
-_patchver=1
+_patchver=2
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="http://www.singular.uni-kl.de/";
@@ -17,7 +17,7 @@
 optdepends=('python2: Python interface')
 
source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";)
 
#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz";)
-sha256sums=('c1596d15b51a0c9b4162f030f21785b6a3ebc8de75645063bdf39f15e8f96f73')
+sha256sums=('8e1f67c0a940ae772231dc5f700ab2a1b08199be26d33323558fd08d629ea91f')
 options=(!zipman)
 
 build() {


[arch-commits] Commit in singular/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 15:06:55
  Author: arojas
Revision: 317378

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
(from rev 317377, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 15:06:33 UTC (rev 317377)
+++ PKGBUILD2018-04-23 15:06:55 UTC (rev 317378)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-1-1
-_patchver=1
-pkgver=${_majver//-/.}.p${_patchver}
-#pkgver=${_majver//-/.}
-pkgrel=2
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(x86_64)
-url="http://www.singular.uni-kl.de/";
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";)
-#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz";)
-sha256sums=('c1596d15b51a0c9b4162f030f21785b6a3ebc8de75645063bdf39f15e8f96f73')
-options=(!zipman)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-  # Fix ownership
-  chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 317377, 
singular/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 15:06:55 UTC (rev 317378)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-1-1
+_patchver=2
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(x86_64)
+url="http://www.singular.uni-kl.de/";
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";)
+#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz";)
+sha256sums=('8e1f67c0a940ae772231dc5f700ab2a1b08199be26d33323558fd08d629ea91f')
+options=(!zipman)
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info
+}


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

2018-04-23 Thread Eli Schwartz via arch-commits
Date: Monday, April 23, 2018 @ 15:35:24
  Author: eschwartz
Revision: 317380

archrelease: copy trunk to community-any

Added:
  python-pam/repos/community-any/
  python-pam/repos/community-any/PKGBUILD
(from rev 317379, python-pam/trunk/PKGBUILD)

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

Copied: python-pam/repos/community-any/PKGBUILD (from rev 317379, 
python-pam/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-04-23 15:35:24 UTC (rev 317380)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgbase=python-pam
+pkgname=(python-pam python2-pam)
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system 
on Linux"
+arch=('any')
+url="https://github.com/FirefighterBlu3/${pkgbase}";
+license=('MIT')
+depends=('pam')
+makedepends=('python-setuptools' 'python2-setuptools')
+# only available as a wheel?
+#source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
+_commit=7f71db2c4e63e317cb607cd5353b4ec176d7a137
+source=("${url}/archive/${_commit}.tar.gz")
+sha256sums=('a914e4c39e461c694630ac457bea1426d097f9a9f0cb5514591ef5d9bb864ef0')
+validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford 

+
+build() {
+   cd "${srcdir}/${pkgbase}-${_commit}"
+   python setup.py build
+   python2 setup.py build
+}
+
+package_python-pam() {
+depends+=('python')
+   cd "${srcdir}/${pkgbase}-${_commit}"
+
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pam() {
+depends+=('python2')
+   cd "${srcdir}/${pkgbase}-${_commit}"
+
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (5 files)

2018-04-23 Thread Eli Schwartz via arch-commits
Date: Monday, April 23, 2018 @ 15:35:03
  Author: eschwartz
Revision: 317379

Update python2-pam to maintained fork, add python 3 support.

Added:
  python-pam/
  python-pam/repos/
  python-pam/trunk/
  python-pam/trunk/PKGBUILD
Deleted:
  python2-pam/

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

Added: python-pam/trunk/PKGBUILD
===
--- python-pam/trunk/PKGBUILD   (rev 0)
+++ python-pam/trunk/PKGBUILD   2018-04-23 15:35:03 UTC (rev 317379)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgbase=python-pam
+pkgname=(python-pam python2-pam)
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system 
on Linux"
+arch=('any')
+url="https://github.com/FirefighterBlu3/${pkgbase}";
+license=('MIT')
+depends=('pam')
+makedepends=('python-setuptools' 'python2-setuptools')
+# only available as a wheel?
+#source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
+_commit=7f71db2c4e63e317cb607cd5353b4ec176d7a137
+source=("${url}/archive/${_commit}.tar.gz")
+sha256sums=('a914e4c39e461c694630ac457bea1426d097f9a9f0cb5514591ef5d9bb864ef0')
+validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford 

+
+build() {
+   cd "${srcdir}/${pkgbase}-${_commit}"
+   python setup.py build
+   python2 setup.py build
+}
+
+package_python-pam() {
+depends+=('python')
+   cd "${srcdir}/${pkgbase}-${_commit}"
+
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pam() {
+depends+=('python2')
+   cd "${srcdir}/${pkgbase}-${_commit}"
+
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in qt5-base/kde-unstable (rebuild.list)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 15:42:39
  Author: arojas
Revision: 322839

Add qtcreator to rebuild list

Modified:
  qt5-base/kde-unstable/rebuild.list

--+
 rebuild.list |1 +
 1 file changed, 1 insertion(+)

Modified: rebuild.list
===
--- rebuild.list2018-04-23 12:59:05 UTC (rev 322838)
+++ rebuild.list2018-04-23 15:42:39 UTC (rev 322839)
@@ -7,6 +7,7 @@
 plasma-integration
 qqc2-desktop-style
 qt5ct
+qtcreator
 ### Rebuild for minor and patch version updates
 akonadi
 deepin-dock


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

2018-04-23 Thread Anatol Pomozov via arch-commits
Date: Monday, April 23, 2018 @ 16:48:37
  Author: anatolik
Revision: 317381

upgpkg: fio 3.6-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 15:35:24 UTC (rev 317380)
+++ PKGBUILD2018-04-23 16:48:37 UTC (rev 317381)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
+sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Anatol Pomozov via arch-commits
Date: Monday, April 23, 2018 @ 16:49:03
  Author: anatolik
Revision: 317382

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 16:48:37 UTC (rev 317381)
+++ PKGBUILD2018-04-23 16:49:03 UTC (rev 317382)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=3.5
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-x86_64/PKGBUILD (from rev 317381, 
fio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 16:49:03 UTC (rev 317382)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.6
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2018-04-23 Thread Anatol Pomozov via arch-commits
Date: Monday, April 23, 2018 @ 16:55:02
  Author: anatolik
Revision: 317383

upgpkg: libsigrokdecode 0.5.1-1

Modified:
  libsigrokdecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 16:49:03 UTC (rev 317382)
+++ PKGBUILD2018-04-23 16:55:02 UTC (rev 317383)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Krug 
 
 pkgname=libsigrokdecode
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(glib2 python)
 
source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('936a7e13f02afa9d7a7b26c833dee7e6097acef3')
+sha1sums=('f622e92218bccb37f1f061b8aa2d35684a5dc7b6')
 
 build() {
   cd libsigrokdecode-$pkgver


[arch-commits] Commit in libsigrokdecode/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-23 Thread Anatol Pomozov via arch-commits
Date: Monday, April 23, 2018 @ 16:55:27
  Author: anatolik
Revision: 317384

archrelease: copy trunk to community-x86_64

Added:
  libsigrokdecode/repos/community-x86_64/PKGBUILD
(from rev 317383, libsigrokdecode/trunk/PKGBUILD)
Deleted:
  libsigrokdecode/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-23 16:55:02 UTC (rev 317383)
+++ PKGBUILD2018-04-23 16:55:27 UTC (rev 317384)
@@ -1,24 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=libsigrokdecode
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
-arch=(i686 x86_64)
-url='http://www.sigrok.org/wiki/Libsigrokdecode'
-license=(GPL3)
-depends=(glib2 python)
-source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('936a7e13f02afa9d7a7b26c833dee7e6097acef3')
-
-build() {
-  cd libsigrokdecode-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrokdecode-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrokdecode/repos/community-x86_64/PKGBUILD (from rev 317383, 
libsigrokdecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-23 16:55:27 UTC (rev 317384)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
+arch=(x86_64)
+url='http://www.sigrok.org/wiki/Libsigrokdecode'
+license=(GPL3)
+depends=(glib2 python)
+source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
+sha1sums=('f622e92218bccb37f1f061b8aa2d35684a5dc7b6')
+
+build() {
+  cd libsigrokdecode-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrokdecode-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 16:56:47
  Author: alucryd
Revision: 322840

upgpkg: ffmpeg 1:4.0-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 15:42:39 UTC (rev 322839)
+++ PKGBUILD2018-04-23 16:56:47 UTC (rev 322840)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.4.2
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -27,21 +27,11 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
-'fs56089.patch')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740'
-'SKIP'
-'0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
+sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
+'SKIP')
 
-prepare() {
-  cd ffmpeg-${pkgver}
-
-  # https://bugs.archlinux.org/task/56089
-  # Backport of 
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a606f27f4c610708fa96e35eed7b7537d3d8f712
-  patch -Np1 -i ../fs56089.patch
-}
-
 build() {
   cd ffmpeg-${pkgver}
 
@@ -90,7 +80,7 @@
 
   make
   make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
+  make doc/ff{mpeg,play}.1
 }
 
 package() {


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

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 16:57:55
  Author: alucryd
Revision: 322841

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 322840, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/fs56089.patch
(from rev 322840, ffmpeg/trunk/fs56089.patch)

---+
 PKGBUILD  |   93 
 fs56089.patch |   84 ++
 2 files changed, 177 insertions(+)

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 322840, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-23 16:57:55 UTC (rev 322841)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.0
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
+ 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libomxil-bellagio'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
+ 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
+sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
+'SKIP')
+
+build() {
+  cd ffmpeg-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxcb \
+--enable-libxml2 \
+--enable-libxvid \
+--enable-shared \
+--enable-version3 \
+--enable-omx
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play}.1
+}
+
+package() {
+  cd ffmpeg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-man
+  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/fs56089.patch (from rev 322840, 
ffmpeg/trunk/fs56089.patch)
===
--- staging-x86_64/fs56089.patch(rev 0)
+++ staging-x86_64/fs56089.patch2018-04-23 16:57:55 UTC (rev 322841)
@@ -0,0 +1,84 @@
+diff -rupN ffmpeg-3.4.orig/libavformat/aviobuf.c 
ffmpeg-3.4/libavformat/aviobuf.c
+--- ffmpeg-3.4.orig/libavformat/aviobuf.c  2017-11-02 14:57:16.078834563 
+0100
 ffmpeg-3.4/libavformat/aviobuf.c   2017-11-02 15:02:52.549816990 +0100
+@@ -531,6 +531,24 @@ void avio_write_marker(AVIOContext *s, i
+ s->last_time = time;
+ }
+ 
++static int read_packet_wrapper(AVIOContext *s, uint8_t *buf, int size)
++{
++int ret;
++
++if (!s->read_packet)
++return AVERROR_EOF;
++ret = s->read_packet(s->opaque, buf, size);
++#if FF_API_OLD_AVIO_EOF_0
++if (!ret && !s->max_packet_size) {
++av_log(NULL, AV_LOG_WARNING, "Invalid return value 0 for stream 
protocol\n");
++ret = AVERROR_EOF;
++}
++#else
++av_assert2(ret || s->max_packet_size);
++#endif
++return ret;
++}
++
+ /* Input stream */
+ 
+ static void fill_buffer(AVIOContext *s)
+@@ -569,10 +587,7 @@ static void fill_buffer(AVIOContext *s)
+ len = s->orig_buffer_size;
+ }
+ 
+-if (s->read_packet)
+-len = s->

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

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 17:07:26
  Author: alucryd
Revision: 322842

ffmpeg 4.0 rebuild: x264 2:152.20171224-2

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 16:57:55 UTC (rev 322841)
+++ PKGBUILD2018-04-23 17:07:26 UTC (rev 322842)
@@ -7,7 +7,7 @@
 
 pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
 pkgver=152.20171224
-pkgrel=1
+pkgrel=2
 epoch=2
 arch=('x86_64')
 url='https://www.videolan.org/developers/x264.html'


[arch-commits] Commit in x264/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 17:07:35
  Author: alucryd
Revision: 322843

archrelease: copy trunk to staging-x86_64

Added:
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 322842, x264/trunk/PKGBUILD)

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

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 322842, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-23 17:07:35 UTC (rev 322843)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
+pkgver=152.20171224
+pkgrel=2
+epoch=2
+arch=('x86_64')
+url='https://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('git' 'ffmpeg' 'l-smash' 'nasm')
+_commit='e9a5903edf8ca59ef20e6f4894c196f135af735e'
+source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  mkdir build-{8,10}bit
+}
+
+build() {
+  for _b in 8 10; do (
+cd build-${_b}bit
+../${pkgbase}/configure \
+  --prefix='/usr' \
+  --enable-shared \
+  --enable-pic \
+  --enable-lto \
+  --bit-depth="${_b}"
+make
+  ) done
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+'libswscale.so')
+
+  for _b in {8,10}bit; do
+provides+=("x264-${_b}")
+
+make -C build-${_b} DESTDIR="${pkgdir}" install-cli
+mv "${pkgdir}"/usr/bin/x264{,-${_b}}
+  done
+
+  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
+  provides=('libx264-8bit' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
+  provides=('libx264' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-all() {
+  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
+
+  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
+
+  install -d "${pkgdir}"/usr/lib/x264
+
+  for _b in {8,10}bit; do
+provides+=("libx264-${_b}.so")
+
+make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
+
+mv "${pkgdir}"/usr/lib/libx264.so.${_ver} 
"${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
+rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
+
+ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
+  done
+}
+
+# vim: ts=2 sw=2 et:


  1   2   3   >