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

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:20:30
  Author: felixonmars
Revision: 242059

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

Added:
  libqtxdg/repos/community-testing-i686/
  libqtxdg/repos/community-testing-i686/PKGBUILD
(from rev 242058, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 242058, libqtxdg/trunk/PKGBUILD)

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

Copied: libqtxdg/repos/community-testing-i686/PKGBUILD (from rev 242058, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-02 05:20:30 UTC (rev 242059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 242058, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-02 05:20:30 UTC (rev 242059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:19:38
  Author: felixonmars
Revision: 242058

upgpkg: libqtxdg 2.0.0-3

rebuild with qt 5.9.1

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-02 05:16:53 UTC (rev 242057)
+++ PKGBUILD2017-07-02 05:19:38 UTC (rev 242058)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -14,10 +14,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=(
-   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
-   "SKIP"
-)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"


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

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:16:53
  Author: felixonmars
Revision: 242057

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

Added:
  deepin-qt5integration/repos/community-testing-i686/
  deepin-qt5integration/repos/community-testing-i686/PKGBUILD
(from rev 242056, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-testing-i686/use-system-qt5-headers.patch
(from rev 242056, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
  deepin-qt5integration/repos/community-testing-x86_64/
  deepin-qt5integration/repos/community-testing-x86_64/PKGBUILD
(from rev 242056, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-testing-x86_64/use-system-qt5-headers.patch
(from rev 242056, deepin-qt5integration/trunk/use-system-qt5-headers.patch)

---+
 community-testing-i686/PKGBUILD   |   35 
 community-testing-i686/use-system-qt5-headers.patch   |   27 
 community-testing-x86_64/PKGBUILD |   35 
 community-testing-x86_64/use-system-qt5-headers.patch |   27 
 4 files changed, 124 insertions(+)

Copied: deepin-qt5integration/repos/community-testing-i686/PKGBUILD (from rev 
242056, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-02 05:16:53 UTC (rev 242057)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
+use-system-qt5-headers.patch)
+sha512sums=('3425cde5fe1653e30353e58f0dd66896045fa5c3b84b8c5da3c24d3ec01c84be4dbad9117f26d2a6e02dec0aa06d0445411bd6c180b23cbdc924ee474c8fe1c2'
+
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b')
+
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../use-system-qt5-headers.patch
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-qt5integration/repos/community-testing-i686/use-system-qt5-headers.patch 
(from rev 242056, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
===
--- community-testing-i686/use-system-qt5-headers.patch 
(rev 0)
+++ community-testing-i686/use-system-qt5-headers.patch 2017-07-02 05:16:53 UTC 
(rev 242057)
@@ -0,0 +1,27 @@
+diff --git a/platformplugin/linux.pri b/platformplugin/linux.pri
+index a36b405..9e4fce8 100644
+--- a/platformplugin/linux.pri
 b/platformplugin/linux.pri
+@@ -22,7 +22,7 @@ SOURCES += \
+ $$PWD/utility_x11.cpp \
+ $$PWD/dxcbwmsupport.cpp
+ 
+-INCLUDEPATH += $$PWD/libqt5xcbqpa-dev
++INCLUDEPATH += /usr/include/qtxcb-private
+
+ contains(QT_CONFIG, xcb-xlib)|qtConfig(xcb-xlib) {
+ DEFINES += XCB_USE_XLIB
+@@ -63,13 +63,3 @@ contains(QT_CONFIG, xcb-sm)|qtConfig(xcb-sm) {
+ contains(QT_CONFIG, xcb-qt) {
+ DEFINES += XCB_USE_RENDER
+ }
+-
+-exists($$PWD/libqt5xcbqpa-dev) {
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout $$VERSION) {
+-!system(cd $$PWD/libqt5xcbqpa-dev && git fetch -p):error(update 
libqt5xcbqpa header sources failed)
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout 
$$VERSION):error(Not support Qt Version: $$VERSION)
+-}
+-} else {
+-!system(git clone https://cr.deepin.io/libqt5xcbqpa-dev):error(clone 
libqt5xcbqpa header sources failed)
+-!system(cd $$PWD/libqt5xcbqpa-dev && git checkout $$VERSION):error(Not 
support Qt Version: $$VERSION)
+-}

Copied: deepin-qt5integration/repos/community-testing-x86_64/PKGBUILD (from rev 
242056, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-02 05:16:53 UTC (rev 242057)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 

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

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:15:55
  Author: felixonmars
Revision: 242056

upgpkg: deepin-qt5integration 0.2.0-2

rebuild with qt 5.9.1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 22:22:28 UTC (rev 242055)
+++ PKGBUILD2017-07-02 05:15:55 UTC (rev 242056)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/qt5integration;


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 22:22:28
  Author: arojas
Revision: 242055

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

Added:
  deepin-file-manager/repos/community-testing-i686/
  deepin-file-manager/repos/community-testing-i686/PKGBUILD
(from rev 242054, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-x86_64/
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 242054, deepin-file-manager/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   39 
 community-testing-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: deepin-file-manager/repos/community-testing-i686/PKGBUILD (from rev 
242054, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-01 22:22:28 UTC (rev 242055)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.1.6.20170630
+_commit=e2305e61afe79cf90883bf2363d47e8b3df1e5b4
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('f82ccc0ee618e1d428757c5a93062783921ced431547cc44cdd74b08afd2c0d6a8fc057157f34d9d7e22ce2d1d7c7c7f97a8260d9426b0e8be6b7d15aa7c265d')
+
+prepare() {
+  mv dde-file-manager-{$_commit,$pkgver}
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
242054, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-01 22:22:28 UTC (rev 242055)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.1.6.20170630
+_commit=e2305e61afe79cf90883bf2363d47e8b3df1e5b4
+pkgrel=2
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('f82ccc0ee618e1d428757c5a93062783921ced431547cc44cdd74b08afd2c0d6a8fc057157f34d9d7e22ce2d1d7c7c7f97a8260d9426b0e8be6b7d15aa7c265d')
+
+prepare() {
+  mv dde-file-manager-{$_commit,$pkgver}
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 22:21:53
  Author: arojas
Revision: 242054

Qt 5.9.1 rebuild

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 22:20:15 UTC (rev 242053)
+++ PKGBUILD2017-07-01 22:21:53 UTC (rev 242054)
@@ -6,7 +6,7 @@
 pkgname=deepin-file-manager
 pkgver=4.1.6.20170630
 _commit=e2305e61afe79cf90883bf2363d47e8b3df1e5b4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-tool-kit/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 22:20:15
  Author: arojas
Revision: 242053

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

Added:
  deepin-tool-kit/repos/community-testing-i686/
  deepin-tool-kit/repos/community-testing-i686/PKGBUILD
(from rev 242052, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-testing-x86_64/
  deepin-tool-kit/repos/community-testing-x86_64/PKGBUILD
(from rev 242052, deepin-tool-kit/trunk/PKGBUILD)

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

Copied: deepin-tool-kit/repos/community-testing-i686/PKGBUILD (from rev 242052, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-01 22:20:15 UTC (rev 242053)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.11
+pkgrel=2
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings' 
'gsettings-qt')
+makedepends=('qt5-tools')
+replaces=('libdui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
+sha512sums=('dbfd2084d3de398a07b194e14e74687b3d8604fd3001522b9e3233abd5d6414160e22d27888ab1a2b4ac5a6c1231c28fa56296e73d7fe5efcf872360b0dbf931')
+
+build() {
+  cd deepin-tool-kit-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Copied: deepin-tool-kit/repos/community-testing-x86_64/PKGBUILD (from rev 
242052, deepin-tool-kit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-01 22:20:15 UTC (rev 242053)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.11
+pkgrel=2
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings' 
'gsettings-qt')
+makedepends=('qt5-tools')
+replaces=('libdui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz;)
+sha512sums=('dbfd2084d3de398a07b194e14e74687b3d8604fd3001522b9e3233abd5d6414160e22d27888ab1a2b4ac5a6c1231c28fa56296e73d7fe5efcf872360b0dbf931')
+
+build() {
+  cd deepin-tool-kit-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}


[arch-commits] Commit in deepin-tool-kit/trunk (PKGBUILD)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 22:19:44
  Author: arojas
Revision: 242052

Qt 5.9.1 rebuild

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 21:48:41 UTC (rev 242051)
+++ PKGBUILD2017-07-01 22:19:44 UTC (rev 242052)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-tool-kit
 pkgver=0.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-tool-kit;


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:59:29
  Author: arojas
Revision: 299531

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

Added:
  qt5-tools/repos/testing-i686/PKGBUILD
(from rev 299530, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/testing-i686/assistant.desktop
(from rev 299530, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/testing-i686/designer.desktop
(from rev 299530, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/testing-i686/linguist.desktop
(from rev 299530, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/testing-i686/qdbusviewer.desktop
(from rev 299530, qt5-tools/trunk/qdbusviewer.desktop)
  qt5-tools/repos/testing-x86_64/PKGBUILD
(from rev 299530, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/testing-x86_64/assistant.desktop
(from rev 299530, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/testing-x86_64/designer.desktop
(from rev 299530, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/testing-x86_64/linguist.desktop
(from rev 299530, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/testing-x86_64/qdbusviewer.desktop
(from rev 299530, qt5-tools/trunk/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/testing-i686/PKGBUILD
  qt5-tools/repos/testing-i686/assistant.desktop
  qt5-tools/repos/testing-i686/designer.desktop
  qt5-tools/repos/testing-i686/linguist.desktop
  qt5-tools/repos/testing-i686/qdbusviewer.desktop
  qt5-tools/repos/testing-x86_64/PKGBUILD
  qt5-tools/repos/testing-x86_64/assistant.desktop
  qt5-tools/repos/testing-x86_64/designer.desktop
  qt5-tools/repos/testing-x86_64/linguist.desktop
  qt5-tools/repos/testing-x86_64/qdbusviewer.desktop

+
 /PKGBUILD  |  150 +++
 /assistant.desktop |   16 +++
 /designer.desktop  |   20 
 /linguist.desktop  |   18 
 /qdbusviewer.desktop   |   18 
 testing-i686/PKGBUILD  |   75 -
 testing-i686/assistant.desktop |8 -
 testing-i686/designer.desktop  |   10 --
 testing-i686/linguist.desktop  |9 --
 testing-i686/qdbusviewer.desktop   |9 --
 testing-x86_64/PKGBUILD|   75 -
 testing-x86_64/assistant.desktop   |8 -
 testing-x86_64/designer.desktop|   10 --
 testing-x86_64/linguist.desktop|9 --
 testing-x86_64/qdbusviewer.desktop |9 --
 15 files changed, 222 insertions(+), 222 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 21:58:56 UTC (rev 299530)
+++ testing-i686/PKGBUILD   2017-07-01 21:59:29 UTC (rev 299531)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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' 
https://bugs.archlinux.org/task/54575
-optdepends=('qt5-doc: documentation') # 'qt5-webkit: for Qt Assistant'
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('c4eb56cf24a75661b8317b566be37396c90357b4f6730ef12b8c97a7079ca0e8'
-'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 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:58:56
  Author: arojas
Revision: 299530

Rebuild against correct version of qt5-base

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 21:49:38 UTC (rev 299529)
+++ PKGBUILD2017-07-01 21:58:56 UTC (rev 299530)
@@ -5,7 +5,7 @@
 pkgname=qt5-tools
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:49:38
  Author: arojas
Revision: 299529

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

Added:
  qt5-sensors/repos/testing-i686/PKGBUILD
(from rev 299528, qt5-sensors/trunk/PKGBUILD)
  qt5-sensors/repos/testing-x86_64/PKGBUILD
(from rev 299528, qt5-sensors/trunk/PKGBUILD)
Deleted:
  qt5-sensors/repos/testing-i686/PKGBUILD
  qt5-sensors/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 21:48:50 UTC (rev 299528)
+++ testing-i686/PKGBUILD   2017-07-01 21:49:38 UTC (rev 299529)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('5af19397aa8ccd88c1fbb7cda4ee2a583f05bdf8ae090eb616bb276ff2e9e29c')
-
-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/testing-i686/PKGBUILD (from rev 299528, 
qt5-sensors/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 21:49:38 UTC (rev 299529)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('5af19397aa8ccd88c1fbb7cda4ee2a583f05bdf8ae090eb616bb276ff2e9e29c')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 21:48:50 UTC (rev 299528)
+++ testing-x86_64/PKGBUILD 2017-07-01 21:49:38 UTC (rev 299529)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('5af19397aa8ccd88c1fbb7cda4ee2a583f05bdf8ae090eb616bb276ff2e9e29c')
-
-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' \
-

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:48:50
  Author: arojas
Revision: 299528

Rebuild against correct version of qt5-base

Modified:
  qt5-sensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 21:37:10 UTC (rev 299527)
+++ PKGBUILD2017-07-01 21:48:50 UTC (rev 299528)
@@ -5,7 +5,7 @@
 pkgname=qt5-sensors
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:48:41
  Author: arojas
Revision: 242051

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

Added:
  skrooge/repos/community-testing-i686/
  skrooge/repos/community-testing-i686/PKGBUILD
(from rev 242050, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-i686/skrooge.changelog
(from rev 242050, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-i686/skrooge.install
(from rev 242050, skrooge/trunk/skrooge.install)
  skrooge/repos/community-testing-x86_64/
  skrooge/repos/community-testing-x86_64/PKGBUILD
(from rev 242050, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-x86_64/skrooge.changelog
(from rev 242050, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-x86_64/skrooge.install
(from rev 242050, skrooge/trunk/skrooge.install)

+
 community-testing-i686/PKGBUILD|   40 +++
 community-testing-i686/skrooge.changelog   |   92 +++
 community-testing-i686/skrooge.install |   11 +++
 community-testing-x86_64/PKGBUILD  |   40 +++
 community-testing-x86_64/skrooge.changelog |   92 +++
 community-testing-x86_64/skrooge.install   |   11 +++
 6 files changed, 286 insertions(+)

Copied: skrooge/repos/community-testing-i686/PKGBUILD (from rev 242050, 
skrooge/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-01 21:48:41 UTC (rev 242051)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.8.1
+pkgrel=3
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
+  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
+  -DKDE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-testing-i686/skrooge.changelog (from rev 
242050, skrooge/trunk/skrooge.changelog)
===
--- community-testing-i686/skrooge.changelog(rev 0)
+++ community-testing-i686/skrooge.changelog2017-07-01 21:48:41 UTC (rev 
242051)
@@ -0,0 +1,92 @@
+2017-05-29 Jaroslav Lichtblau 
+   * skrooge 2.8.1-1
+
+2017-05-11 Jaroslav Lichtblau 
+   * skrooge 2.8.0-1
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-2 Qt 5.8 rebuild
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-1
+
+2016-12-29 Jaroslav Lichtblau 
+   * skrooge 2.6.0-1
+
+2016-10-02 Jaroslav Lichtblau 
+   * skrooge 2.5.0-1
+
+2016-07-04 Jaroslav Lichtblau 
+   * skrooge 2.4.0-3 FS#49880 fix
+
+2016-05-11 Jaroslav Lichtblau 
+   * skrooge 2.4.0-1
+
+2016-05-01 Jaroslav Lichtblau 
+   * skrooge 2.3.0-3 pacman hooks rebuild
+
+2016-02-22 Jaroslav Lichtblau 
+   * skrooge 2.3.0-1
+
+2015-11-30 Jaroslav Lichtblau 
+   * skrooge 2.2.0-1
+
+2015-09-14 Jaroslav Lichtblau 
+   * skrooge 2.1.1-1
+
+2015-08-29 Jaroslav Lichtblau 
+   * skrooge 2.1.0-1
+
+2015-06-27 Jaroslav Lichtblau 
+   * skrooge 2.0.0-1 - kf5 version
+
+2015-06-08 Jaroslav Lichtblau 
+   * skrooge 1.12.5-1
+
+2015-05-15 Jaroslav Lichtblau 
+   * skrooge 1.12.0-1
+
+2015-04-18 Jaroslav Lichtblau 
+   * skrooge 1.11.0-1
+

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:48:11
  Author: arojas
Revision: 242050

Qt 5.9.1 rebuild

Modified:
  skrooge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:06:59 UTC (rev 242049)
+++ PKGBUILD2017-07-01 21:48:11 UTC (rev 242050)
@@ -6,7 +6,7 @@
 
 pkgname=skrooge
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:37:10
  Author: arojas
Revision: 299527

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-01 21:36:42 UTC (rev 299526)
+++ extra-i686/PKGBUILD 2017-07-01 21:37:10 UTC (rev 299527)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.35.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
-groups=('kf5')
-options=('staticlibs')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('0b7de7aa262db3a5981bc5cc496118ba968e129640ad92c7c9d76f5e026962e3'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdoctools/repos/extra-i686/PKGBUILD (from rev 299526, 
kdoctools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-01 21:37:10 UTC (rev 299527)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.35.0
+pkgrel=2
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0b7de7aa262db3a5981bc5cc496118ba968e129640ad92c7c9d76f5e026962e3'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-01 21:36:42 UTC (rev 299526)
+++ extra-x86_64/PKGBUILD   2017-07-01 21:37:10 UTC (rev 299527)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.35.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
-groups=('kf5')
-options=('staticlibs')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('0b7de7aa262db3a5981bc5cc496118ba968e129640ad92c7c9d76f5e026962e3'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdoctools/repos/extra-x86_64/PKGBUILD (from rev 299526, 
kdoctools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-01 21:37:10 UTC (rev 299527)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:36:42
  Author: arojas
Revision: 299526

docbook-xsl 1.79.2 rebuild

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 21:32:01 UTC (rev 299525)
+++ PKGBUILD2017-07-01 21:36:42 UTC (rev 299526)
@@ -4,7 +4,7 @@
 
 pkgname=kdoctools
 pkgver=5.35.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Documentation generation from docbook'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:31:29
  Author: arojas
Revision: 299524

Qt 5.9.1 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:29:46 UTC (rev 299523)
+++ PKGBUILD2017-07-01 21:31:29 UTC (rev 299524)
@@ -6,7 +6,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 21:32:01
  Author: arojas
Revision: 299525

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

Added:
  qt5-webkit/repos/testing-i686/
  qt5-webkit/repos/testing-i686/PKGBUILD
(from rev 299524, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/testing-x86_64/
  qt5-webkit/repos/testing-x86_64/PKGBUILD
(from rev 299524, qt5-webkit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: qt5-webkit/repos/testing-i686/PKGBUILD (from rev 299524, 
qt5-webkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 21:32:01 UTC (rev 299525)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}

Copied: qt5-webkit/repos/testing-x86_64/PKGBUILD (from rev 299524, 
qt5-webkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 21:32:01 UTC (rev 299525)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}


[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 20:29:46
  Author: arojas
Revision: 299523

archrelease: copy trunk to extra-any

Added:
  docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch
(from rev 299522, docbook-xsl/trunk/765567_non-recursive_string_subst.patch)
  docbook-xsl/repos/extra-any/PKGBUILD
(from rev 299522, docbook-xsl/trunk/PKGBUILD)
  docbook-xsl/repos/extra-any/docbook-xsl.install
(from rev 299522, docbook-xsl/trunk/docbook-xsl.install)
Deleted:
  docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch
  docbook-xsl/repos/extra-any/PKGBUILD
  docbook-xsl/repos/extra-any/docbook-xsl.install

-+
 765567_non-recursive_string_subst.patch |   60 ++---
 PKGBUILD|   78 +---
 docbook-xsl.install |   82 +++---
 3 files changed, 107 insertions(+), 113 deletions(-)

Deleted: 765567_non-recursive_string_subst.patch
===
--- 765567_non-recursive_string_subst.patch 2017-07-01 20:29:16 UTC (rev 
299522)
+++ 765567_non-recursive_string_subst.patch 2017-07-01 20:29:46 UTC (rev 
299523)
@@ -1,30 +0,0 @@
-Description: use EXSLT "replace" function when available
- A recursive implementation  of string.subst is problematic,
- long strings with many matches will cause stack overflows.
-Author: Peter De Wachter 
-Bug-Debian: https://bugs.debian.org/750593
-
 docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl
-+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl
-@@ -10,7 +10,10 @@
-  This module implements DTD-independent functions
- 
-   -->
--http://www.w3.org/1999/XSL/Transform; 
version="1.0">
-+http://www.w3.org/1999/XSL/Transform;
-+xmlns:str="http://exslt.org/strings;
-+exclude-result-prefixes="str"
-+version="1.0">
- 
- 
-   
-@@ -56,6 +59,9 @@
-   
- 
-   
-+
-+  
-+
- 
-   
- 

Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch 
(from rev 299522, docbook-xsl/trunk/765567_non-recursive_string_subst.patch)
===
--- 765567_non-recursive_string_subst.patch (rev 0)
+++ 765567_non-recursive_string_subst.patch 2017-07-01 20:29:46 UTC (rev 
299523)
@@ -0,0 +1,30 @@
+Description: use EXSLT "replace" function when available
+ A recursive implementation  of string.subst is problematic,
+ long strings with many matches will cause stack overflows.
+Author: Peter De Wachter 
+Bug-Debian: https://bugs.debian.org/750593
+
+--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl
 docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl
+@@ -10,7 +10,10 @@
+  This module implements DTD-independent functions
+ 
+   -->
+-http://www.w3.org/1999/XSL/Transform; 
version="1.0">
++http://www.w3.org/1999/XSL/Transform;
++xmlns:str="http://exslt.org/strings;
++exclude-result-prefixes="str"
++version="1.0">
+ 
+ 
+   
+@@ -56,6 +59,9 @@
+   
+ 
+   
++
++  
++
+ 
+   
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 20:29:16 UTC (rev 299522)
+++ PKGBUILD2017-07-01 20:29:46 UTC (rev 299523)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Sean Middleditch 
-# Contributor: Daniel J Griffiths 
-
-pkgname=docbook-xsl
-pkgver=1.79.1
-pkgrel=2
-pkgdesc='XML stylesheets for Docbook-xml transformations'
-arch=('any')
-license=('custom')
-url='http://docbook.sourceforge.net/'
-depends=('libxml2' 'libxslt' 'docbook-xml')
-install="$pkgname.install"
-source=("https://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2;
-765567_non-recursive_string_subst.patch)
-md5sums=('b48cbf929a2ad85e6672f710777ca7bc'
- 'e0dbf66b23121ae789f1930fe90fae0c')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np2 -i ../765567_non-recursive_string_subst.patch
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
-
-install -dm755 ${_pkgroot}
-   install -m644 VERSION VERSION.xsl ${_pkgroot}
-
-   for fn in assembly common eclipse epub epub3 fo highlighting html 
htmlhelp javahelp lib \
-  manpages params profiling roundtrip template website xhtml 
xhtml-1_1 xhtml5; do
-   install -dm755 ${_pkgroot}/${fn}
-   install -m644 ${fn}/*.{xml,xsl,dtd,ent} 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 20:29:16
  Author: arojas
Revision: 299522

Update to 1.79.2

Modified:
  docbook-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:10:54 UTC (rev 299521)
+++ PKGBUILD2017-07-01 20:29:16 UTC (rev 299522)
@@ -1,42 +1,36 @@
 # $Id$
-# Maintainer: Tom Gundersen 
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
 # Contributor: Jan de Groot 
 # Contributor: Sean Middleditch 
 # Contributor: Daniel J Griffiths 
 
 pkgname=docbook-xsl
-pkgver=1.79.1
-pkgrel=2
+pkgver=1.79.2
+pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations'
-arch=('any')
-license=('custom')
-url='http://docbook.sourceforge.net/'
-depends=('libxml2' 'libxslt' 'docbook-xml')
+arch=(any)
+license=(custom)
+url='http://docbook.org/'
+depends=(libxml2 libxslt docbook-xml)
 install="$pkgname.install"
-source=("https://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2;
-765567_non-recursive_string_subst.patch)
-md5sums=('b48cbf929a2ad85e6672f710777ca7bc'
- 'e0dbf66b23121ae789f1930fe90fae0c')
+source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-$pkgver.tar.gz;)
+sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np2 -i ../765567_non-recursive_string_subst.patch
-}
-
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
-   _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
+  _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver
 
-install -dm755 ${_pkgroot}
-   install -m644 VERSION VERSION.xsl ${_pkgroot}
+  install -dm755 ${_pkgroot}
+  install -m644 VERSION VERSION.xsl ${_pkgroot}
 
-   for fn in assembly common eclipse epub epub3 fo highlighting html 
htmlhelp javahelp lib \
-  manpages params profiling roundtrip template website xhtml 
xhtml-1_1 xhtml5; do
-   install -dm755 ${_pkgroot}/${fn}
-   install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || 
true  # ignore missing files
-   done
+  for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp 
javahelp lib \
+  manpages params profiling roundtrip template website xhtml xhtml-1_1 
xhtml5; do
+  install -dm755 ${_pkgroot}/${fn}
+ install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true  # 
ignore missing files
+  done
 
-   install -dm755 ${pkgdir}/etc/xml
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -dm755 "$pkgdir"/etc/xml
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 20:10:54
  Author: arojas
Revision: 299521

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

Added:
  akonadi/repos/testing-i686/
  akonadi/repos/testing-i686/PKGBUILD
(from rev 299520, akonadi/trunk/PKGBUILD)
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
(from rev 299520, akonadi/trunk/PKGBUILD)

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

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 299520, 
akonadi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 20:10:54 UTC (rev 299521)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.04.2
+pkgrel=4
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
+sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
+'SKIP'
+'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
+  patch -p1 -i ../kdebug-380182.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 299520, 
akonadi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 20:10:54 UTC (rev 299521)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.04.2
+pkgrel=4
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-380182.patch::"https://cgit.kde.org/akonadi.git/patch/?id=2dc7fbf5;)
+sha256sums=('cd10074e2791e80dd01b51e79ab033bfe552e2d82ed034d8d0c30fe7b2ef6321'
+'SKIP'
+'f7a1c570466951724809466d01bbeac0ab9b81bbb09787abcae6e68671f7f0d3')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix moving several mails in kmail https://bugs.kde.org/show_bug.cgi?id=380182
+  patch -p1 -i ../kdebug-380182.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 20:10:25
  Author: arojas
Revision: 299520

Qt 5.9.1 rebuild

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:53:51 UTC (rev 299519)
+++ PKGBUILD2017-07-01 20:10:25 UTC (rev 299520)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=17.04.2
-pkgrel=3
+pkgrel=4
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM/Akonadi'


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:06:39
  Author: alucryd
Revision: 242048

upgpkg: lib32-libcurl-gnutls 7.54.1-1

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:05:10 UTC (rev 242047)
+++ PKGBUILD2017-07-01 20:06:39 UTC (rev 242048)
@@ -3,7 +3,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=lib32-libcurl-gnutls
-pkgver=7.54.0
+pkgver=7.54.1
 pkgrel=1
 pkgdesc='An URL retrieval library'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf'
+sha256sums=('cd404b808b253512dafec4fed0fb2cc98370d818a7991826c3021984fc27f9d0'
 'SKIP')
 
 build() {


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:06:59
  Author: alucryd
Revision: 242049

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242048, 
lib32-libcurl-gnutls/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 242048, lib32-libcurl-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-libcurl-gnutls/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
  lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD

--+
 0001-vtls-s-SSLEAY-OPENSSL.patch |   78 +++
 PKGBUILD |  122 ++---
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: 0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:06:39 UTC (rev 242048)
+++ 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:06:59 UTC (rev 242049)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Copied: 
lib32-libcurl-gnutls/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch 
(from rev 242048, lib32-libcurl-gnutls/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
===
--- 0001-vtls-s-SSLEAY-OPENSSL.patch(rev 0)
+++ 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:06:59 UTC (rev 242049)
@@ -0,0 +1,39 @@
+From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Mon, 26 Dec 2016 00:06:33 +0100
+Subject: vtls: s/SSLEAY/OPENSSL
+
+Fixed an old leftover use of the USE_SSLEAY define which would make a
+socket get removed from the applications sockets to monitor when the
+multi_socket API was used, leading to timeouts.
+
+Bug: #1174
+---
+ lib/vtls/vtls.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
+index b808e1c..707f24b 100644
+--- a/lib/vtls/vtls.c
 b/lib/vtls/vtls.c
+@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
+   curlssl_close_all(data);
+ }
+ 
+-#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
++#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
+ defined(USE_DARWINSSL) || defined(USE_NSS)
+ /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
+ int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
+@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
+   (void)numsocks;
+   return GETSOCK_BLANK;
+ }
+-/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
++/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
+ #endif
+ 
+ void Curl_ssl_close(struct connectdata *conn, int sockindex)
+-- 
+cgit v1.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 20:06:39 UTC (rev 242048)
+++ PKGBUILD2017-07-01 20:06:59 UTC (rev 242049)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Lizao (Larry) Li 
-
-pkgname=lib32-libcurl-gnutls
-pkgver=7.54.0
-pkgrel=1
-pkgdesc='An URL retrieval library'
-arch=('x86_64')
-url='https://curl.haxx.se'
-license=('MIT')
-depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libpsl'
- 'lib32-libssh2' 'lib32-nettle' 'lib32-zlib' 'libcurl-gnutls')
-makedepends=('gcc-multilib')
-options=('strip')

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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:05:10
  Author: alucryd
Revision: 242047

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242046, 
lib32-libcurl-compat/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD
(from rev 242046, lib32-libcurl-compat/trunk/PKGBUILD)
Deleted:
  lib32-libcurl-compat/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
  lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD

--+
 0001-vtls-s-SSLEAY-OPENSSL.patch |   78 
 PKGBUILD |  116 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: 0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:05:03 UTC (rev 242046)
+++ 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:05:10 UTC (rev 242047)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Copied: 
lib32-libcurl-compat/repos/multilib-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch 
(from rev 242046, lib32-libcurl-compat/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
===
--- 0001-vtls-s-SSLEAY-OPENSSL.patch(rev 0)
+++ 0001-vtls-s-SSLEAY-OPENSSL.patch2017-07-01 20:05:10 UTC (rev 242047)
@@ -0,0 +1,39 @@
+From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Mon, 26 Dec 2016 00:06:33 +0100
+Subject: vtls: s/SSLEAY/OPENSSL
+
+Fixed an old leftover use of the USE_SSLEAY define which would make a
+socket get removed from the applications sockets to monitor when the
+multi_socket API was used, leading to timeouts.
+
+Bug: #1174
+---
+ lib/vtls/vtls.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
+index b808e1c..707f24b 100644
+--- a/lib/vtls/vtls.c
 b/lib/vtls/vtls.c
+@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
+   curlssl_close_all(data);
+ }
+ 
+-#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
++#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
+ defined(USE_DARWINSSL) || defined(USE_NSS)
+ /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
+ int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
+@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
+   (void)numsocks;
+   return GETSOCK_BLANK;
+ }
+-/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
++/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
+ #endif
+ 
+ void Curl_ssl_close(struct connectdata *conn, int sockindex)
+-- 
+cgit v1.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 20:05:03 UTC (rev 242046)
+++ PKGBUILD2017-07-01 20:05:10 UTC (rev 242047)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Piotr Balcerowski 
-
-pkgname=lib32-libcurl-compat
-pkgver=7.54.0
-pkgrel=1
-pkgdesc='An URL retrieval library (without versioned symbols)'
-arch=('x86_64')
-url='https://curl.haxx.se'
-license=('MIT')
-depends=('lib32-curl' 'lib32-glibc' 'lib32-krb5' 'lib32-libssh2' 'lib32-libpsl'
- 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
-options=('strip')

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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:05:03
  Author: alucryd
Revision: 242046

upgpkg: lib32-libcurl-compat 7.54.1-1

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:02:07 UTC (rev 242045)
+++ PKGBUILD2017-07-01 20:05:03 UTC (rev 242046)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=lib32-libcurl-compat
-pkgver=7.54.0
+pkgver=7.54.1
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf'
+sha256sums=('cd404b808b253512dafec4fed0fb2cc98370d818a7991826c3021984fc27f9d0'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:02:07
  Author: alucryd
Revision: 242045

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

Added:
  libcurl-gnutls/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242044, libcurl-gnutls/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  libcurl-gnutls/repos/community-i686/PKGBUILD
(from rev 242044, libcurl-gnutls/trunk/PKGBUILD)
  libcurl-gnutls/repos/community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242044, libcurl-gnutls/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  libcurl-gnutls/repos/community-x86_64/PKGBUILD
(from rev 242044, libcurl-gnutls/trunk/PKGBUILD)
Deleted:
  libcurl-gnutls/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
  libcurl-gnutls/repos/community-i686/PKGBUILD
  libcurl-gnutls/repos/community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
  libcurl-gnutls/repos/community-x86_64/PKGBUILD

---+
 /0001-vtls-s-SSLEAY-OPENSSL.patch |   78 +
 /PKGBUILD |  112 
 community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch   |   39 --
 community-i686/PKGBUILD   |   56 --
 community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch |   39 --
 community-x86_64/PKGBUILD |   56 --
 6 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 20:01:55 UTC 
(rev 242044)
+++ community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 20:02:07 UTC 
(rev 242045)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Copied: libcurl-gnutls/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 
(from rev 242044, libcurl-gnutls/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
===
--- community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 
(rev 0)
+++ community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 20:02:07 UTC 
(rev 242045)
@@ -0,0 +1,39 @@
+From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Mon, 26 Dec 2016 00:06:33 +0100
+Subject: vtls: s/SSLEAY/OPENSSL
+
+Fixed an old leftover use of the USE_SSLEAY define which would make a
+socket get removed from the applications sockets to monitor when the
+multi_socket API was used, leading to timeouts.
+
+Bug: #1174
+---
+ lib/vtls/vtls.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
+index b808e1c..707f24b 100644
+--- a/lib/vtls/vtls.c
 b/lib/vtls/vtls.c
+@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
+   curlssl_close_all(data);
+ }
+ 
+-#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
++#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
+ defined(USE_DARWINSSL) || defined(USE_NSS)
+ /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
+ int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
+@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
+   (void)numsocks;
+   return GETSOCK_BLANK;
+ }
+-/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
++/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
+ #endif
+ 
+ void Curl_ssl_close(struct connectdata *conn, int 

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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:01:55
  Author: alucryd
Revision: 242044

upgpkg: libcurl-gnutls 7.54.1-1

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 20:00:09 UTC (rev 242043)
+++ PKGBUILD2017-07-01 20:01:55 UTC (rev 242044)
@@ -3,7 +3,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=libcurl-gnutls
-pkgver=7.54.0
+pkgver=7.54.1
 pkgrel=1
 pkgdesc='An URL retrieval library'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf'
+sha256sums=('cd404b808b253512dafec4fed0fb2cc98370d818a7991826c3021984fc27f9d0'
 'SKIP')
 
 build() {


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 20:00:09
  Author: alucryd
Revision: 242043

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

Added:
  libcurl-compat/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242042, libcurl-compat/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  libcurl-compat/repos/community-i686/PKGBUILD
(from rev 242042, libcurl-compat/trunk/PKGBUILD)
  libcurl-compat/repos/community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
(from rev 242042, libcurl-compat/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
  libcurl-compat/repos/community-x86_64/PKGBUILD
(from rev 242042, libcurl-compat/trunk/PKGBUILD)
Deleted:
  libcurl-compat/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
  libcurl-compat/repos/community-i686/PKGBUILD
  libcurl-compat/repos/community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
  libcurl-compat/repos/community-x86_64/PKGBUILD

---+
 /0001-vtls-s-SSLEAY-OPENSSL.patch |   78 ++
 /PKGBUILD |  108 
 community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch   |   39 ---
 community-i686/PKGBUILD   |   54 --
 community-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch |   39 ---
 community-x86_64/PKGBUILD |   54 --
 6 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 19:59:58 UTC 
(rev 242042)
+++ community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 20:00:09 UTC 
(rev 242043)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Copied: libcurl-compat/repos/community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 
(from rev 242042, libcurl-compat/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch)
===
--- community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 
(rev 0)
+++ community-i686/0001-vtls-s-SSLEAY-OPENSSL.patch 2017-07-01 20:00:09 UTC 
(rev 242043)
@@ -0,0 +1,39 @@
+From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Mon, 26 Dec 2016 00:06:33 +0100
+Subject: vtls: s/SSLEAY/OPENSSL
+
+Fixed an old leftover use of the USE_SSLEAY define which would make a
+socket get removed from the applications sockets to monitor when the
+multi_socket API was used, leading to timeouts.
+
+Bug: #1174
+---
+ lib/vtls/vtls.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
+index b808e1c..707f24b 100644
+--- a/lib/vtls/vtls.c
 b/lib/vtls/vtls.c
+@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
+   curlssl_close_all(data);
+ }
+ 
+-#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
++#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
+ defined(USE_DARWINSSL) || defined(USE_NSS)
+ /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
+ int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
+@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
+   (void)numsocks;
+   return GETSOCK_BLANK;
+ }
+-/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
++/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
+ #endif
+ 
+ void Curl_ssl_close(struct connectdata *conn, int 

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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:59:58
  Author: alucryd
Revision: 242042

upgpkg: libcurl-compat 7.54.1-1

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:55:37 UTC (rev 242041)
+++ PKGBUILD2017-07-01 19:59:58 UTC (rev 242042)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=libcurl-compat
-pkgver=7.54.0
+pkgver=7.54.1
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf'
+sha256sums=('cd404b808b253512dafec4fed0fb2cc98370d818a7991826c3021984fc27f9d0'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-at-spi2-atk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:55:37
  Author: alucryd
Revision: 242041

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD
(from rev 242040, lib32-at-spi2-atk/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:55:29 UTC (rev 242040)
+++ PKGBUILD2017-07-01 19:55:37 UTC (rev 242041)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor:Ionut Biru  
-
-pkgname=lib32-at-spi2-atk
-pkgver=2.24.0
-pkgrel=1
-pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
-arch=('x86_64')
-url='https://wiki.gnome.org/Accessibility'
-license=('GPL2')
-depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
-makedepends=('gcc-multilib' 'intltool')
-source=("https://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61')
-
-prepare() {
-  cd at-spi2-atk-${pkgver}
-
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-atk-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---sysconfdir='/etc' \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd at-spi2-atk-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD (from rev 242040, 
lib32-at-spi2-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:55:37 UTC (rev 242041)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor:Ionut Biru  
+
+pkgname=lib32-at-spi2-atk
+pkgver=2.24.1
+pkgrel=1
+pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
+arch=('x86_64')
+url='https://wiki.gnome.org/Accessibility'
+license=('GPL2')
+depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
+makedepends=('gcc-multilib' 'intltool')
+source=("https://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
+sha256sums=('60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d')
+
+prepare() {
+  cd at-spi2-atk-${pkgver}
+
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-atk-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sysconfdir='/etc' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd at-spi2-atk-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-atk/trunk (PKGBUILD)

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:55:29
  Author: alucryd
Revision: 242040

upgpkg: lib32-at-spi2-atk 2.24.1-1

Modified:
  lib32-at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:54:07 UTC (rev 242039)
+++ PKGBUILD2017-07-01 19:55:29 UTC (rev 242040)
@@ -4,7 +4,7 @@
 # Contributor:Ionut Biru  
 
 pkgname=lib32-at-spi2-atk
-pkgver=2.24.0
+pkgver=2.24.1
 pkgrel=1
 pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
 makedepends=('gcc-multilib' 'intltool')
 
source=("https://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61')
+sha256sums=('60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d')
 
 prepare() {
   cd at-spi2-atk-${pkgver}


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:53:56
  Author: alucryd
Revision: 242038

upgpkg: lib32-at-spi2-core 2.24.1-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:51:08 UTC (rev 242037)
+++ PKGBUILD2017-07-01 19:53:56 UTC (rev 242038)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.24.0
+pkgver=2.24.1
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
 makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
 
source=("https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd')
+sha256sums=('1e90d064b937aacfe79a96232ac7e63d28d716e85bd9ff4333f865305a959b5b')
 
 prepare() {
   cd at-spi2-core-${pkgver}


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:54:07
  Author: alucryd
Revision: 242039

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 242038, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:53:56 UTC (rev 242038)
+++ PKGBUILD2017-07-01 19:54:07 UTC (rev 242039)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.24.0
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='https://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 242038, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:54:07 UTC (rev 242039)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.24.1
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='https://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
+sha256sums=('1e90d064b937aacfe79a96232ac7e63d28d716e85bd9ff4333f865305a959b5b')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:53:51
  Author: arojas
Revision: 299519

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

Added:
  qt5-wayland/repos/testing-i686/PKGBUILD
(from rev 299518, qt5-wayland/trunk/PKGBUILD)
  qt5-wayland/repos/testing-x86_64/PKGBUILD
(from rev 299518, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/testing-i686/PKGBUILD
  qt5-wayland/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 19:53:22 UTC (rev 299518)
+++ testing-i686/PKGBUILD   2017-07-01 19:53:51 UTC (rev 299519)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('cf0cb1982a7b748bfec8c7834691f13072f104884c61809d0bbd1a01ebda3ffa')
-
-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/testing-i686/PKGBUILD (from rev 299518, 
qt5-wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 19:53:51 UTC (rev 299519)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('cf0cb1982a7b748bfec8c7834691f13072f104884c61809d0bbd1a01ebda3ffa')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 19:53:22 UTC (rev 299518)
+++ testing-x86_64/PKGBUILD 2017-07-01 19:53:51 UTC (rev 299519)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('cf0cb1982a7b748bfec8c7834691f13072f104884c61809d0bbd1a01ebda3ffa')
-
-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 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:53:22
  Author: arojas
Revision: 299518

Rebuild against correct version of qt5-base

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:49:02 UTC (rev 299517)
+++ PKGBUILD2017-07-01 19:53:22 UTC (rev 299518)
@@ -5,7 +5,7 @@
 pkgname=qt5-wayland
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:51:08
  Author: alucryd
Revision: 242037

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:51:01 UTC (rev 242036)
+++ PKGBUILD2017-07-01 19:51:08 UTC (rev 242037)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.58.0
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/libsoup;
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
- 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
-options=('!emptydirs')
-source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 242036, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:51:08 UTC (rev 242037)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.58.1
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/libsoup;
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
+ 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+conflicts=('lib32-libsoup-gnome')
+replaces=('lib32-libsoup-gnome')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:51:01
  Author: alucryd
Revision: 242036

upgpkg: lib32-libsoup 2.58.1-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:48:51 UTC (rev 242035)
+++ PKGBUILD2017-07-01 19:51:01 UTC (rev 242036)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.58.0
+pkgver=2.58.1
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('lib32-libsoup-gnome')
 options=('!emptydirs')
 
source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5')
+sha256sums=('62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9')
 
 build() {
   cd libsoup-${pkgver}


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:49:02
  Author: arojas
Revision: 299517

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

Added:
  qt5-webchannel/repos/testing-i686/PKGBUILD
(from rev 299516, qt5-webchannel/trunk/PKGBUILD)
  qt5-webchannel/repos/testing-x86_64/PKGBUILD
(from rev 299516, qt5-webchannel/trunk/PKGBUILD)
Deleted:
  qt5-webchannel/repos/testing-i686/PKGBUILD
  qt5-webchannel/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 19:48:35 UTC (rev 299516)
+++ testing-i686/PKGBUILD   2017-07-01 19:49:02 UTC (rev 299517)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('80425f5a6df8784f5221809ffd664486ed38427f514ab4ec174e20456b027000')
-
-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/testing-i686/PKGBUILD (from rev 299516, 
qt5-webchannel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 19:49:02 UTC (rev 299517)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('80425f5a6df8784f5221809ffd664486ed38427f514ab4ec174e20456b027000')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 19:48:35 UTC (rev 299516)
+++ testing-x86_64/PKGBUILD 2017-07-01 19:49:02 UTC (rev 299517)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('80425f5a6df8784f5221809ffd664486ed38427f514ab4ec174e20456b027000')
-
-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 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:48:35
  Author: arojas
Revision: 299516

Rebuild against correct version of qt5-base

Modified:
  qt5-webchannel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:47:39 UTC (rev 299515)
+++ PKGBUILD2017-07-01 19:48:35 UTC (rev 299516)
@@ -5,7 +5,7 @@
 pkgname=qt5-webchannel
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:48:42
  Author: alucryd
Revision: 242034

upgpkg: lib32-libnewt 0.52.20-1

Modified:
  lib32-libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:46:11 UTC (rev 242033)
+++ PKGBUILD2017-07-01 19:48:42 UTC (rev 242034)
@@ -7,8 +7,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=lib32-libnewt
-pkgver=0.52.19
-pkgrel=2
+pkgver=0.52.20
+pkgrel=1
 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
 arch=('x86_64')
 url='https://fedorahosted.org/newt/'
@@ -18,7 +18,7 @@
 optdepends=('lib32-tcl: whiptcl support')
 options=('!makeflags')
 source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz;)
-sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
+sha256sums=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
 
 prepare() {
   cd newt-${pkgver}


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:48:51
  Author: alucryd
Revision: 242035

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:48:42 UTC (rev 242034)
+++ PKGBUILD2017-07-01 19:48:51 UTC (rev 242035)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: oi_wtf 
-# Contributor: Alexander Rødseth 
-# Contributor: Roman Kyrylych 
-# Contributor: Tom Killian 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-libnewt
-pkgver=0.52.19
-pkgrel=2
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
-makedepends=('gcc-multilib' 'lib32-tcl')
-optdepends=('lib32-tcl: whiptcl support')
-options=('!makeflags')
-source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz;)
-sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
-
-prepare() {
-  cd newt-${pkgver}
-
-  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
-  echo '#define USE_INTERP_RESULT 1' >> config.h
-}
-
-build() {
-  cd newt-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---with-gpm-support \
---without-python
-  make
-}
-
-package() {
-  cd newt-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnewt/repos/multilib-x86_64/PKGBUILD (from rev 242034, 
lib32-libnewt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:48:51 UTC (rev 242035)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: oi_wtf 
+# Contributor: Alexander Rødseth 
+# Contributor: Roman Kyrylych 
+# Contributor: Tom Killian 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-libnewt
+pkgver=0.52.20
+pkgrel=1
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=('x86_64')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
+makedepends=('gcc-multilib' 'lib32-tcl')
+optdepends=('lib32-tcl: whiptcl support')
+options=('!makeflags')
+source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz;)
+sha256sums=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
+
+prepare() {
+  cd newt-${pkgver}
+
+  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+}
+
+build() {
+  cd newt-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--with-gpm-support \
+--without-python
+  make
+}
+
+package() {
+  cd newt-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:47:39
  Author: arojas
Revision: 299515

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

Added:
  qt5-virtualkeyboard/repos/testing-i686/PKGBUILD
(from rev 299514, qt5-virtualkeyboard/trunk/PKGBUILD)
  qt5-virtualkeyboard/repos/testing-x86_64/PKGBUILD
(from rev 299514, qt5-virtualkeyboard/trunk/PKGBUILD)
Deleted:
  qt5-virtualkeyboard/repos/testing-i686/PKGBUILD
  qt5-virtualkeyboard/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 testing-i686/PKGBUILD   |   38 ---
 testing-x86_64/PKGBUILD |   38 ---
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 19:47:02 UTC (rev 299514)
+++ testing-i686/PKGBUILD   2017-07-01 19:47:39 UTC (rev 299515)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
-
-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/testing-i686/PKGBUILD (from rev 299514, 
qt5-virtualkeyboard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 19:47:39 UTC (rev 299515)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
+
+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' {} \;
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 19:47:02 UTC (rev 299514)
+++ testing-x86_64/PKGBUILD 2017-07-01 19:47:39 UTC (rev 299515)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
-
-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/testing-x86_64/PKGBUILD (from rev 299514, 
qt5-virtualkeyboard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 19:47:39 UTC (rev 299515)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:47:02
  Author: arojas
Revision: 299514

Rebuild against correct version of qt5-base

Modified:
  qt5-virtualkeyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:44:06 UTC (rev 299513)
+++ PKGBUILD2017-07-01 19:47:02 UTC (rev 299514)
@@ -5,7 +5,7 @@
 pkgname=qt5-virtualkeyboard
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3')


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:46:11
  Author: alucryd
Revision: 242033

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD
(from rev 242032, lib32-libmm-glib/trunk/PKGBUILD)
Deleted:
  lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:46:03 UTC (rev 242032)
+++ PKGBUILD2017-07-01 19:46:11 UTC (rev 242033)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libmm-glib
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='ModemManager library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/ModemManager/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glib2' 'libmm-glib')
-makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
- 'lib32-polkit' 'lib32-systemd' 'python' 'vala')
-source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
-sha256sums=('cdd5b4cb1e4d7643643a28ccbfc4bb354bfa9cb89a77ea160ebdf7926171c668')
-
-build() {
-  cd ModemManager-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-gtk-doc-html \
---disable-static \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-polkit='permissive' \
---with-suspend-resume='systemd' \
---with-udev-base-dir='/usr/lib32/udev'
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make -C libmm-glib
-  make -C data
-}
-
-package() {
-  cd ModemManager-${pkgver}
-
-  make DESTDIR="${pkgdir}" -C libmm-glib install
-  make DESTDIR="${pkgdir}" -C data install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmm-glib/repos/multilib-x86_64/PKGBUILD (from rev 242032, 
lib32-libmm-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:46:11 UTC (rev 242033)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libmm-glib
+pkgver=1.6.8
+pkgrel=1
+pkgdesc='ModemManager library'
+arch=('x86_64')
+url='https://www.freedesktop.org/wiki/Software/ModemManager/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glib2' 'libmm-glib')
+makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
+ 'lib32-polkit' 'lib32-systemd' 'python' 'vala')
+source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
+sha256sums=('ffc035c4bfeb07780c4580bb4488ade0ab1d197c3cdf89cb8ab36386cfb34376')
+
+build() {
+  cd ModemManager-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-gtk-doc-html \
+--disable-static \
+--with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
+--with-polkit='permissive' \
+--with-suspend-resume='systemd' \
+--with-udev-base-dir='/usr/lib32/udev'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C libmm-glib
+  make -C data
+}
+
+package() {
+  cd ModemManager-${pkgver}
+
+  make DESTDIR="${pkgdir}" -C libmm-glib install
+  make DESTDIR="${pkgdir}" -C data install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:46:03
  Author: alucryd
Revision: 242032

upgpkg: lib32-libmm-glib 1.6.8-1

Modified:
  lib32-libmm-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:41:47 UTC (rev 242031)
+++ PKGBUILD2017-07-01 19:46:03 UTC (rev 242032)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmm-glib
-pkgver=1.6.4
+pkgver=1.6.8
 pkgrel=1
 pkgdesc='ModemManager library'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib' 'intltool' 'lib32-libmbim' 'lib32-libqmi'
  'lib32-polkit' 'lib32-systemd' 'python' 'vala')
 
source=("https://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz;)
-sha256sums=('cdd5b4cb1e4d7643643a28ccbfc4bb354bfa9cb89a77ea160ebdf7926171c668')
+sha256sums=('ffc035c4bfeb07780c4580bb4488ade0ab1d197c3cdf89cb8ab36386cfb34376')
 
 build() {
   cd ModemManager-${pkgver}


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:44:06
  Author: arojas
Revision: 299513

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

Added:
  qt5-webengine/repos/testing-i686/PKGBUILD
(from rev 299512, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/testing-x86_64/PKGBUILD
(from rev 299512, qt5-webengine/trunk/PKGBUILD)
Deleted:
  qt5-webengine/repos/testing-i686/PKGBUILD
  qt5-webengine/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   94 ++
 testing-i686/PKGBUILD   |   47 ---
 testing-x86_64/PKGBUILD |   47 ---
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 19:43:28 UTC (rev 299512)
+++ testing-i686/PKGBUILD   2017-07-01 19:44:06 UTC (rev 299513)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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' 'libvpx' 
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
- # namcap note: libxdamage is needed for nvidia users
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_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 -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/testing-i686/PKGBUILD (from rev 299512, 
qt5-webengine/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 19:44:06 UTC (rev 299513)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # namcap note: libxdamage is needed for nvidia users
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_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 -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 19:43:28 UTC (rev 299512)
+++ testing-x86_64/PKGBUILD 2017-07-01 19:44:06 UTC (rev 299513)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 19:43:28
  Author: arojas
Revision: 299512

Rebuild against correct version of qt5-base

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 18:19:30 UTC (rev 299511)
+++ PKGBUILD2017-07-01 19:43:28 UTC (rev 299512)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:41:47
  Author: alucryd
Revision: 242031

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:41:40 UTC (rev 242030)
+++ PKGBUILD2017-07-01 19:41:47 UTC (rev 242031)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TryA 
-# Contributor: Jan de Groot 
-# Contributor: josephgbr 
-
-pkgname=lib32-libproxy
-pkgver=0.4.13
-pkgrel=1
-pkgdesc='A library that provides automatic proxy configuration management'
-arch=('x86_64')
-url='http://libproxy.googlecode.com'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'libproxy')
-makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
-source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
-md5sums=('de293bb311f185a2ffa3492700a694c2')
-
-build() {
-  cd libproxy-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_C_FLAGS="${CFLAGS}" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_SKIP_RPATH='TRUE' \
--DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
--DLIB_SUFFIX='32' \
--DPERL_VENDORINSTALL='FALSE' \
--DWITH_{GNOME3,MOZJS,NATUS,NM,KDE4,PERL,PYTHON,WEBKIT}='FALSE'
-  make
-}
-
-package() {
-  cd libproxy-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libproxy/repos/multilib-x86_64/PKGBUILD (from rev 242030, 
lib32-libproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:41:47 UTC (rev 242031)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TryA 
+# Contributor: Jan de Groot 
+# Contributor: josephgbr 
+
+pkgname=lib32-libproxy
+pkgver=0.4.15
+pkgrel=1
+pkgdesc='A library that provides automatic proxy configuration management'
+arch=('x86_64')
+url='http://libproxy.googlecode.com'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'libproxy')
+makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
+source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
+md5sums=('21ebe5b4ea2a04f5f468bf5d08c40d2c')
+
+build() {
+  cd libproxy-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_C_FLAGS="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+-DCMAKE_SKIP_RPATH='ON' \
+-DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
+-DLIB_SUFFIX='32' \
+-DWITH_{GNOME3,KDE,MOZJS,NATUS,NM,PERL,WEBKIT}='OFF'
+  make
+}
+
+package() {
+  cd libproxy-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:41:40
  Author: alucryd
Revision: 242030

upgpkg: lib32-libproxy 0.4.15-1

Modified:
  lib32-libproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:35:37 UTC (rev 242029)
+++ PKGBUILD2017-07-01 19:41:40 UTC (rev 242030)
@@ -5,7 +5,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libproxy
-pkgver=0.4.13
+pkgver=0.4.15
 pkgrel=1
 pkgdesc='A library that provides automatic proxy configuration management'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-gcc-libs' 'libproxy')
 makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
 source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
-md5sums=('de293bb311f185a2ffa3492700a694c2')
+md5sums=('21ebe5b4ea2a04f5f468bf5d08c40d2c')
 
 build() {
   cd libproxy-${pkgver}
@@ -32,11 +32,10 @@
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_C_FLAGS="${CFLAGS}" \
 -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_SKIP_RPATH='TRUE' \
+-DCMAKE_SKIP_RPATH='ON' \
 -DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
 -DLIB_SUFFIX='32' \
--DPERL_VENDORINSTALL='FALSE' \
--DWITH_{GNOME3,MOZJS,NATUS,NM,KDE4,PERL,PYTHON,WEBKIT}='FALSE'
+-DWITH_{GNOME3,KDE,MOZJS,NATUS,NM,PERL,WEBKIT}='OFF'
   make
 }
 


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:35:37
  Author: alucryd
Revision: 242029

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:35:30 UTC (rev 242028)
+++ PKGBUILD2017-07-01 19:35:37 UTC (rev 242029)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-libmodplug
-pkgver=0.8.8.5
-pkgrel=6
-pkgdesc='A MOD playing library'
-arch=('x86_64')
-url='http://modplug-xmms.sourceforge.net/'
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-glibc' 'libmodplug')
-makedepends=('gcc-multilib')
-source=("http://downloads.sourceforge.net/project/modplug-xmms/libmodplug/${pkgver}/libmodplug-${pkgver}.tar.gz;)
-sha256sums=('77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad')
-
-build() {
-  cd libmodplug-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd libmodplug-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  sed 
's|includedir=${prefix}/include|includedir=${prefix}/include/libmodplug/|' -i 
"${pkgdir}"/usr/lib32/pkgconfig/libmodplug.pc
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libmodplug "${pkgdir}"/usr/share/licenses/lib32-libmodplug
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmodplug/repos/multilib-x86_64/PKGBUILD (from rev 242028, 
lib32-libmodplug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:35:37 UTC (rev 242029)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-libmodplug
+pkgver=0.8.9.0
+pkgrel=1
+pkgdesc='A MOD playing library'
+arch=('x86_64')
+url='http://modplug-xmms.sourceforge.net/'
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-glibc' 'libmodplug')
+makedepends=('gcc-multilib')
+source=("http://downloads.sourceforge.net/project/modplug-xmms/libmodplug/${pkgver}/libmodplug-${pkgver}.tar.gz;)
+sha256sums=('457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de')
+
+build() {
+  cd libmodplug-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd libmodplug-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  sed 
's|includedir=${prefix}/include|includedir=${prefix}/include/libmodplug/|' -i 
"${pkgdir}"/usr/lib32/pkgconfig/libmodplug.pc
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libmodplug "${pkgdir}"/usr/share/licenses/lib32-libmodplug
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:35:30
  Author: alucryd
Revision: 242028

upgpkg: lib32-libmodplug 0.8.9.0-1

Modified:
  lib32-libmodplug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:33:06 UTC (rev 242027)
+++ PKGBUILD2017-07-01 19:35:30 UTC (rev 242028)
@@ -4,8 +4,8 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-libmodplug
-pkgver=0.8.8.5
-pkgrel=6
+pkgver=0.8.9.0
+pkgrel=1
 pkgdesc='A MOD playing library'
 arch=('x86_64')
 url='http://modplug-xmms.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('lib32-gcc-libs' 'lib32-glibc' 'libmodplug')
 makedepends=('gcc-multilib')
 
source=("http://downloads.sourceforge.net/project/modplug-xmms/libmodplug/${pkgver}/libmodplug-${pkgver}.tar.gz;)
-sha256sums=('77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad')
+sha256sums=('457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de')
 
 build() {
   cd libmodplug-${pkgver}


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:32:54
  Author: alucryd
Revision: 242026

upgpkg: lib32-libgusb 0.2.10-1

Modified:
  lib32-libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 19:23:30 UTC (rev 242025)
+++ PKGBUILD2017-07-01 19:32:54 UTC (rev 242026)
@@ -4,8 +4,8 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libgusb
-pkgver=0.2.9
-pkgrel=2
+pkgver=0.2.10
+pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
 arch=('x86_64')
 url='https://github.com/hughsie/libgusb'
@@ -13,7 +13,7 @@
 depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
 makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
 
source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+sha256sums=('5c0442f5e00792bea939bbd16df09245740ae0d8b6ad9890d09189e1f4a3a17a')
 
 build() {
   cd libgusb-${pkgver}


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

2017-07-01 Thread Maxime Gauduin
Date: Saturday, July 1, 2017 @ 19:33:06
  Author: alucryd
Revision: 242027

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 19:32:54 UTC (rev 242026)
+++ PKGBUILD2017-07-01 19:33:06 UTC (rev 242027)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-
-pkgname=lib32-libgusb
-pkgver=0.2.9
-pkgrel=2
-pkgdesc='GObject wrapper for libusb1'
-arch=('x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
-makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
-source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
-
-build() {
-  cd libgusb-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 242026, 
lib32-libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 19:33:06 UTC (rev 242027)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+
+pkgname=lib32-libgusb
+pkgver=0.2.10
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
+makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
+source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
+sha256sums=('5c0442f5e00792bea939bbd16df09245740ae0d8b6ad9890d09189e1f4a3a17a')
+
+build() {
+  cd libgusb-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-01 Thread Bartłomiej Piotrowski
Date: Saturday, July 1, 2017 @ 19:23:13
  Author: bpiotrowski
Revision: 242024

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 242023, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-staging-x86_64/Revert-eeb6872bf.patch
(from rev 242023, gcc-multilib/trunk/Revert-eeb6872bf.patch)

+
 PKGBUILD   |  401 +++
 Revert-eeb6872bf.patch |   82 +
 2 files changed, 483 insertions(+)

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 242023, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-07-01 19:23:13 UTC (rev 242024)
@@ -0,0 +1,401 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=7.1.1
+_pkgver=${pkgver:0:1}
+_islver=0.18
+pkgrel=4
+_commit=d791474f3fc2133fa0c310e566988b0cbdff321e
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+makedepends=('binutils>=2.28' 'libmpc' 'gcc-ada-multilib' 'doxygen' 'git'
+ 'lib32-glibc>=2.25')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+Revert-eeb6872bf.patch)
+md5sums=('SKIP'
+ '11436d6b205e516635b666090b94ab32'
+ 'e4c9c8b498b04c0f51d219d025ca8407')
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/gcc
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80717
+  git apply ../Revert-eeb6872bf.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/gcc/configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared \
+  --enable-threads=posix \
+  --enable-libmpx \
+  --with-system-zlib \
+  --with-isl \
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions \
+  --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --disable-libssp \
+  --enable-gnu-unique-object \
+  --enable-linker-build-id \
+  --enable-lto \
+  --enable-plugin \
+  --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-gnu-indirect-function \
+  --enable-multilib \
+  --disable-werror \
+  --enable-checking=release \
+  --enable-default-pie \
+  --enable-default-ssp
+
+  make
+
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/gcc/contrib/test_summary
+}
+
+package_lib32-gcc-libs()
+{
+  pkgdesc="Runtime libraries shipped by GCC (32-bit)"
+  depends=('lib32-glibc>=2.25')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-build
+
+  make -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/32/libgcc_eh.a
+
+  for lib in libatomic \
+ libcilkrts \
+ libgfortran \
+ libgo \
+ libgomp \
+ libitm \
+ libquadmath \
+ libsanitizer/{a,l,ub}san \
+ libstdc++-v3/src \
+ libvtv; do
+make -C $CHOST/32/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
+  done
+
+  make -C $CHOST/32/libobjc DESTDIR=${pkgdir} install-libs
+
+  make -C $CHOST/32/libmpx DESTDIR=${pkgdir} 

[arch-commits] Commit in gcc-multilib/repos (multilib-testing-x86_64)

2017-07-01 Thread Bartłomiej Piotrowski
Date: Saturday, July 1, 2017 @ 19:23:30
  Author: bpiotrowski
Revision: 242025

cleanup

Deleted:
  gcc-multilib/repos/multilib-testing-x86_64/


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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:37:05
  Author: felixonmars
Revision: 242023

archrelease: copy trunk to community-testing-any

Added:
  python-pifpaf/repos/community-testing-any/
  python-pifpaf/repos/community-testing-any/PKGBUILD
(from rev 242022, python-pifpaf/trunk/PKGBUILD)

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

Copied: python-pifpaf/repos/community-testing-any/PKGBUILD (from rev 242022, 
python-pifpaf/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-07-01 18:37:05 UTC (rev 242023)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-tenacity' 
'python2-tenacity'
+ 'python-jinja' 'python2-jinja')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb' 'python-xattr' 'python2-xattr')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('3974c5973d5654088e0dbe24a7a7c095dcebd753039edbef7f66ba1c2030e5eba407e5ba830e2446c2ccc465c697cbe496d4ea1c3561fd34761167834bab239b')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr || warning "Tests 
failed"
+
+  cd "$srcdir"/pifpaf-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr || 
warning "Tests failed"
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 
'python-daiquiri'
+   'python-tenacity' 'python-jinja')
+  optdepends=('python-xattr: for ceph support')
+
+  cd pifpaf-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pifpaf() {
+  depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
+   'python2-tenacity' 'python2-jinja')
+  optdepends=('python2-xattr: for ceph support')
+
+  cd pifpaf-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pifpaf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:36:35
  Author: felixonmars
Revision: 242022

upgpkg: python-pifpaf 1.5.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 18:23:04 UTC (rev 242021)
+++ PKGBUILD2017-07-01 18:36:35 UTC (rev 242022)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.4.11
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -11,16 +11,16 @@
 url='https://github.com/jd/pifpaf'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
  'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'python-jinja'
- 'python2-jinja')
+ 'python-fixtures' 'python2-fixtures' 'python-tenacity' 
'python2-tenacity'
+ 'python-jinja' 'python2-jinja')
 checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
   'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
   'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
+  'ceph' 'consul' 'couchdb' 'python-xattr' 'python2-xattr')
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('7d910b4f6ff831a385a41ddb141d6296bdee8ddea44b766491dd52e06d484f371195d7bab91950e46c225bb81467cda4ed37bc25692f121d4d8e3bf9fad16190')
+sha512sums=('3974c5973d5654088e0dbe24a7a7c095dcebd753039edbef7f66ba1c2030e5eba407e5ba830e2446c2ccc465c697cbe496d4ea1c3561fd34761167834bab239b')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}
@@ -42,16 +42,17 @@
 
   cd "$srcdir"/pifpaf-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr || warning "Tests 
failed"
 
   cd "$srcdir"/pifpaf-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr || 
warning "Tests failed"
 }
 
 package_python-pifpaf() {
   depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 
'python-daiquiri'
-   'python-xattr' 'python-jinja')
+   'python-tenacity' 'python-jinja')
+  optdepends=('python-xattr: for ceph support')
 
   cd pifpaf-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -59,7 +60,8 @@
 
 package_python2-pifpaf() {
   depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-xattr' 'python2-jinja')
+   'python2-tenacity' 'python2-jinja')
+  optdepends=('python2-xattr: for ceph support')
 
   cd pifpaf-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:23:04
  Author: felixonmars
Revision: 242021

archrelease: copy trunk to community-any

Added:
  python-tenacity/repos/community-any/
  python-tenacity/repos/community-any/PKGBUILD
(from rev 242020, python-tenacity/trunk/PKGBUILD)

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

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 242020, 
python-tenacity/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-07-01 18:23:04 UTC (rev 242021)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tenacity
+pkgname=('python-tenacity' 'python2-tenacity')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
+ 'python-pbr' 'python2-pbr')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz;)
+sha512sums=('1521cc88d4b468b0cf3fa2d31ec7bdad0128e18fb5cfcb2dea05ec791faddb77b9af3f5b8baf0af576428fa95f367450c5c4caa004e370f42269e7c135fdae04')
+
+prepare() {
+  cp -a tenacity-$pkgver{,-py2}
+  sed -i '/monotonic/d' tenacity-$pkgver/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
tenacity-$pkgver/tenacity/__init__.py
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py nosetests --ignore-files '.*async.py'
+}
+
+package_python-tenacity() {
+  depends=('python-six')
+
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tenacity() {
+  depends=('python2-six' 'python2-futures' 'python2-monotonic')
+
+  cd tenacity-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:22:28
  Author: felixonmars
Revision: 242020

addpkg: python-tenacity 4.2.0-1

Added:
  python-tenacity/
  python-tenacity/repos/
  python-tenacity/trunk/
  python-tenacity/trunk/PKGBUILD

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

Added: python-tenacity/trunk/PKGBUILD
===
--- python-tenacity/trunk/PKGBUILD  (rev 0)
+++ python-tenacity/trunk/PKGBUILD  2017-07-01 18:22:28 UTC (rev 242020)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tenacity
+pkgname=('python-tenacity' 'python2-tenacity')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
+ 'python-pbr' 'python2-pbr')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz;)
+sha512sums=('1521cc88d4b468b0cf3fa2d31ec7bdad0128e18fb5cfcb2dea05ec791faddb77b9af3f5b8baf0af576428fa95f367450c5c4caa004e370f42269e7c135fdae04')
+
+prepare() {
+  cp -a tenacity-$pkgver{,-py2}
+  sed -i '/monotonic/d' tenacity-$pkgver/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
tenacity-$pkgver/tenacity/__init__.py
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py nosetests --ignore-files '.*async.py'
+}
+
+package_python-tenacity() {
+  depends=('python-six')
+
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tenacity() {
+  depends=('python2-six' 'python2-futures' 'python2-monotonic')
+
+  cd tenacity-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:19:30
  Author: felixonmars
Revision: 299511

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 299510, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 299510, gcin/trunk/install)
  gcin/repos/extra-i686/qt-5.5.patch
(from rev 299510, gcin/trunk/qt-5.5.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 299510, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 299510, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt-5.5.patch
(from rev 299510, gcin/trunk/qt-5.5.patch)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-i686/qt-5.5.patch
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install
  gcin/repos/extra-x86_64/qt-5.5.patch

---+
 /PKGBUILD |  116 
 /install  |   28 ++
 /qt-5.5.patch |   26 +
 extra-i686/PKGBUILD   |   58 --
 extra-i686/install|   14 -
 extra-i686/qt-5.5.patch   |   13 
 extra-x86_64/PKGBUILD |   58 --
 extra-x86_64/install  |   14 -
 extra-x86_64/qt-5.5.patch |   13 
 9 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-01 18:18:06 UTC (rev 299510)
+++ extra-i686/PKGBUILD 2017-07-01 18:19:30 UTC (rev 299511)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gaetan Bisson 
-# Contributor: Andreas Radke 
-# Contributor: damir 
-
-pkgname=gcin
-pkgver=2.8.4
-pkgrel=6
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt5-base: support for qt5 input method'
-'qt4: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
-qt-5.5.patch)
-sha1sums=('f422d58aecf65f1d674c79c5c5d346ae568d52d3'
-  'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
-
-install=install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-sed 's/lib64/lib/g' -i configure
-sed '/include suffixes-rule/a \
-CFLAGS+='"${CFLAGS}"' \
-LDFLAGS+='"${LDFLAGS}"' \
-OPTFLAGS=' \
--i Makefile
-sed \
--e 's:usr/include/qt5:usr/include/qt:g' \
--e 's:QT=qt5:QT=qt:' \
--e '/^MODVERSION=/a INCS+=-I/usr/include/qt/QtGui/$(MODVERSION) 
-I/usr/include/qt/QtCore/$(MODVERSION)' \
--i qt5-im/Makefile
-
-# FS#45732
-patch -p1 -i ../qt-5.5.patch
-
-# Qt 5.6 doesn't provide Qt5PlatformSupport.pc anymore
-sed -i 's/Qt5PlatformSupport//' qt5-im/Makefile
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --use_i18n=Y
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 299510, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-01 18:19:30 UTC (rev 299511)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Andreas Radke 
+# Contributor: damir 
+
+pkgname=gcin
+pkgver=2.8.5
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+'qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
+qt-5.5.patch)
+sha1sums=('0bed162df43e3d5f65ff9f183b7957cdd9678731'
+  'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
+
+install=install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed 's/lib64/lib/g' -i configure
+sed '/include suffixes-rule/a \
+CFLAGS+='"${CFLAGS}"' \
+LDFLAGS+='"${LDFLAGS}"' \
+OPTFLAGS=' \
+-i Makefile
+sed \
+-e 's:usr/include/qt5:usr/include/qt:g' 

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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 18:18:06
  Author: felixonmars
Revision: 299510

upgpkg: gcin 2.8.5-1

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:47:26 UTC (rev 299509)
+++ PKGBUILD2017-07-01 18:18:06 UTC (rev 299510)
@@ -5,8 +5,8 @@
 # Contributor: damir 
 
 pkgname=gcin
-pkgver=2.8.4
-pkgrel=6
+pkgver=2.8.5
+pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -20,7 +20,7 @@
 'libchewing: support for chewing input method')
 source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
 qt-5.5.patch)
-sha1sums=('f422d58aecf65f1d674c79c5c5d346ae568d52d3'
+sha1sums=('0bed162df43e3d5f65ff9f183b7957cdd9678731'
   'fd29b91d7b573546ecb3a8cb0341d4f11364cd1a')
 
 install=install


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:47:26
  Author: arojas
Revision: 299509

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

Added:
  qt5-x11extras/repos/testing-i686/PKGBUILD
(from rev 299508, qt5-x11extras/trunk/PKGBUILD)
  qt5-x11extras/repos/testing-x86_64/PKGBUILD
(from rev 299508, qt5-x11extras/trunk/PKGBUILD)
Deleted:
  qt5-x11extras/repos/testing-i686/PKGBUILD
  qt5-x11extras/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 16:46:48 UTC (rev 299508)
+++ testing-i686/PKGBUILD   2017-07-01 16:47:26 UTC (rev 299509)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('a63d0e28958331d672dbd0f8c554bdaddbc974a27be37601f7f221a2ef1ad601')
-
-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/testing-i686/PKGBUILD (from rev 299508, 
qt5-x11extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:47:26 UTC (rev 299509)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a63d0e28958331d672dbd0f8c554bdaddbc974a27be37601f7f221a2ef1ad601')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 16:46:48 UTC (rev 299508)
+++ testing-x86_64/PKGBUILD 2017-07-01 16:47:26 UTC (rev 299509)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('a63d0e28958331d672dbd0f8c554bdaddbc974a27be37601f7f221a2ef1ad601')
-
-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/testing-x86_64/PKGBUILD (from rev 299508, 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:46:48
  Author: arojas
Revision: 299508

Rebuild against correct version of qt5-base

Modified:
  qt5-x11extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:36:17 UTC (rev 299507)
+++ PKGBUILD2017-07-01 16:46:48 UTC (rev 299508)
@@ -5,7 +5,7 @@
 pkgname=qt5-x11extras
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:36:17
  Author: arojas
Revision: 299507

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

Added:
  qt5-script/repos/testing-i686/PKGBUILD
(from rev 299506, qt5-script/trunk/PKGBUILD)
  qt5-script/repos/testing-x86_64/PKGBUILD
(from rev 299506, qt5-script/trunk/PKGBUILD)
Deleted:
  qt5-script/repos/testing-i686/PKGBUILD
  qt5-script/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 16:35:32 UTC (rev 299506)
+++ testing-i686/PKGBUILD   2017-07-01 16:36:17 UTC (rev 299507)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('176a08865d5f66437b0f279fc5d7f381f359f20bafbffcebdcac61e86415188f')
-
-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/testing-i686/PKGBUILD (from rev 299506, 
qt5-script/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:36:17 UTC (rev 299507)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('176a08865d5f66437b0f279fc5d7f381f359f20bafbffcebdcac61e86415188f')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 16:35:32 UTC (rev 299506)
+++ testing-x86_64/PKGBUILD 2017-07-01 16:36:17 UTC (rev 299507)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' '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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('176a08865d5f66437b0f279fc5d7f381f359f20bafbffcebdcac61e86415188f')
-
-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 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:35:32
  Author: arojas
Revision: 299506

Rebuild against correct version of qt5-base

Modified:
  qt5-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:29:02 UTC (rev 299505)
+++ PKGBUILD2017-07-01 16:35:32 UTC (rev 299506)
@@ -5,7 +5,7 @@
 pkgname=qt5-script
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:29:02
  Author: arojas
Revision: 299505

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

Added:
  qt5-speech/repos/testing-i686/PKGBUILD
(from rev 299504, qt5-speech/trunk/PKGBUILD)
  qt5-speech/repos/testing-x86_64/PKGBUILD
(from rev 299504, qt5-speech/trunk/PKGBUILD)
Deleted:
  qt5-speech/repos/testing-i686/PKGBUILD
  qt5-speech/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 16:28:14 UTC (rev 299504)
+++ testing-i686/PKGBUILD   2017-07-01 16:29:02 UTC (rev 299505)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ac9cef10637b54fa8d0bfe83f5b98c1c295cb68e63cf0973b2c6f188dcecaa01')
-
-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/testing-i686/PKGBUILD (from rev 299504, 
qt5-speech/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:29:02 UTC (rev 299505)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('ac9cef10637b54fa8d0bfe83f5b98c1c295cb68e63cf0973b2c6f188dcecaa01')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 16:28:14 UTC (rev 299504)
+++ testing-x86_64/PKGBUILD 2017-07-01 16:29:02 UTC (rev 299505)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 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-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ac9cef10637b54fa8d0bfe83f5b98c1c295cb68e63cf0973b2c6f188dcecaa01')
-
-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 

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:28:14
  Author: arojas
Revision: 299504

Rebuild against correct version of qt5-base

Modified:
  qt5-speech/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:27:06 UTC (rev 299503)
+++ PKGBUILD2017-07-01 16:28:14 UTC (rev 299504)
@@ -4,7 +4,7 @@
 pkgname=qt5-speech
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:27:06
  Author: arojas
Revision: 299503

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

Added:
  qt5-svg/repos/testing-i686/PKGBUILD
(from rev 299502, qt5-svg/trunk/PKGBUILD)
  qt5-svg/repos/testing-x86_64/PKGBUILD
(from rev 299502, qt5-svg/trunk/PKGBUILD)
Deleted:
  qt5-svg/repos/testing-i686/PKGBUILD
  qt5-svg/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 16:26:26 UTC (rev 299502)
+++ testing-i686/PKGBUILD   2017-07-01 16:27:06 UTC (rev 299503)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('99f294f874b13553e4ed49cd9465580ad0c9b92e29cdfa47b2e4096835c1e2e5')
-
-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/testing-i686/PKGBUILD (from rev 299502, 
qt5-svg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:27:06 UTC (rev 299503)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('99f294f874b13553e4ed49cd9465580ad0c9b92e29cdfa47b2e4096835c1e2e5')
+
+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}
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 16:26:26 UTC (rev 299502)
+++ testing-x86_64/PKGBUILD 2017-07-01 16:27:06 UTC (rev 299503)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('99f294f874b13553e4ed49cd9465580ad0c9b92e29cdfa47b2e4096835c1e2e5')
-
-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/testing-x86_64/PKGBUILD (from rev 299502, 
qt5-svg/trunk/PKGBUILD)

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:26:26
  Author: arojas
Revision: 299502

Rebuild against correct version of qt5-base

Modified:
  qt5-svg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:08:16 UTC (rev 299501)
+++ PKGBUILD2017-07-01 16:26:26 UTC (rev 299502)
@@ -5,7 +5,7 @@
 pkgname=qt5-svg
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:08:16
  Author: arojas
Revision: 299501

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

Added:
  qt5-declarative/repos/testing-i686/PKGBUILD
(from rev 299500, qt5-declarative/trunk/PKGBUILD)
  qt5-declarative/repos/testing-x86_64/PKGBUILD
(from rev 299500, qt5-declarative/trunk/PKGBUILD)
Deleted:
  qt5-declarative/repos/testing-i686/PKGBUILD
  qt5-declarative/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-01 16:07:11 UTC (rev 299500)
+++ testing-i686/PKGBUILD   2017-07-01 16:08:16 UTC (rev 299501)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-xmlpatterns')
-makedepends=('python2' 'cmake')
-groups=('qt' 'qt5')
-conflicts=('qtchooser' 'qt5-declarative-render2d')
-replaces=('qt5-declarative-render2d')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('d2fe6c9c1a9f19af6e96553c6d75366ab8f397bc232acd67d31476955fee94ff')
-
-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/testing-i686/PKGBUILD (from rev 299500, 
qt5-declarative/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:08:16 UTC (rev 299501)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-xmlpatterns')
+makedepends=('python2' 'cmake')
+groups=('qt' 'qt5')
+conflicts=('qtchooser' 'qt5-declarative-render2d')
+replaces=('qt5-declarative-render2d')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('d2fe6c9c1a9f19af6e96553c6d75366ab8f397bc232acd67d31476955fee94ff')
+
+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: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-01 16:07:11 UTC (rev 299500)
+++ testing-x86_64/PKGBUILD 2017-07-01 16:08:16 UTC (rev 299501)
@@ -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.9.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')

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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 16:07:11
  Author: arojas
Revision: 299500

Rebuild against correct version of qt5-base

Modified:
  qt5-declarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 16:06:22 UTC (rev 299499)
+++ PKGBUILD2017-07-01 16:07:11 UTC (rev 299500)
@@ -5,7 +5,7 @@
 pkgname=qt5-declarative
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in cups/repos (22 files)

2017-07-01 Thread Andreas Radke
Date: Saturday, July 1, 2017 @ 16:06:22
  Author: andyrtr
Revision: 299499

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

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 299498, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 299498, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-fix-install-perms.patch
(from rev 299498, cups/trunk/cups-fix-install-perms.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 299498, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 299498, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 299498, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-systemd-socket.patch
(from rev 299498, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-i686/cups.install
(from rev 299498, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 299498, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 299498, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 299498, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 299498, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-fix-install-perms.patch
(from rev 299498, cups/trunk/cups-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 299498, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 299498, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 299498, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 299498, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 299498, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 299498, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 299498, cups/trunk/cups.pam)

-+
 testing-i686/PKGBUILD   |  164 ++
 testing-i686/cups-1.6.2-statedir.patch  |   12 +
 testing-i686/cups-fix-install-perms.patch   |   23 +++
 testing-i686/cups-no-export-ssllibs.patch   |   12 +
 testing-i686/cups-no-gcrypt.patch   |   11 +
 testing-i686/cups-no-gzip-man.patch |   18 ++
 testing-i686/cups-systemd-socket.patch  |   48 +++
 testing-i686/cups.install   |6 
 testing-i686/cups.logrotate |5 
 testing-i686/cups.pam   |3 
 testing-x86_64/PKGBUILD |  164 ++
 testing-x86_64/cups-1.6.2-statedir.patch|   12 +
 testing-x86_64/cups-fix-install-perms.patch |   23 +++
 testing-x86_64/cups-no-export-ssllibs.patch |   12 +
 testing-x86_64/cups-no-gcrypt.patch |   11 +
 testing-x86_64/cups-no-gzip-man.patch   |   18 ++
 testing-x86_64/cups-systemd-socket.patch|   48 +++
 testing-x86_64/cups.install |6 
 testing-x86_64/cups.logrotate   |5 
 testing-x86_64/cups.pam |3 
 20 files changed, 604 insertions(+)

Copied: cups/repos/testing-i686/PKGBUILD (from rev 299498, cups/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 16:06:22 UTC (rev 299499)
@@ -0,0 +1,164 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase="cups"
+pkgname=('libcups' 'cups')
+pkgver=2.2.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://www.cups.org/;
+makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
+ 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
+cups.logrotate cups.pam
+# improve build and linking
+cups-no-export-ssllibs.patch
+cups-no-gcrypt.patch
+cups-no-gzip-man.patch
+cups-1.6.2-statedir.patch
+cups-fix-install-perms.patch
+# bugfixes
+cups-systemd-socket.patch
+)
+sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
+'SKIP'
+'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
+

[arch-commits] Commit in cups/trunk (3 files)

2017-07-01 Thread Andreas Radke
Date: Saturday, July 1, 2017 @ 16:05:56
  Author: andyrtr
Revision: 299498

upgpkg: cups 2.2.4-1

upstream update 2.2.4

Added:
  cups/trunk/cups-fix-install-perms.patch
(from rev 299497, cups/trunk/cups-1.6.0-fix-install-perms.patch)
Modified:
  cups/trunk/PKGBUILD
Deleted:
  cups/trunk/cups-1.6.0-fix-install-perms.patch

+
 PKGBUILD   |   10 +-
 cups-1.6.0-fix-install-perms.patch |   25 -
 cups-fix-install-perms.patch   |   23 +++
 3 files changed, 28 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 14:39:30 UTC (rev 299497)
+++ PKGBUILD2017-07-01 16:05:56 UTC (rev 299498)
@@ -3,7 +3,7 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,11 +18,11 @@
 cups-no-gcrypt.patch
 cups-no-gzip-man.patch
 cups-1.6.2-statedir.patch
-cups-1.6.0-fix-install-perms.patch
+cups-fix-install-perms.patch
 # bugfixes
 cups-systemd-socket.patch
 )
-sha256sums=('66701fe15838f2c892052c913bde1ba106bbee2e0a953c955a62ecacce76885f'
+sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
 'SKIP'
 'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -30,7 +30,7 @@
 '1423673e16e374ed372c5b69aebc785b6674bf40601c74a5c08454f672ffa7f1'
 'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
 '23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'4a4a885bb2e111bd67bcb90a5780f33841b18bc02382317fb5e64c384aa0c4c8'
+'2496b683920417c922d58c1f70807f7a0f0c818db9ce75fe182104bd4484027b'
 'cdad3c266cb2abb0f90af3113420fa47a09e3ed974a2ffa9fb6a642e11971d65')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 
@@ -48,7 +48,7 @@
   # move /var/run -> /run for pid file
   patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
   # fix permissions on some files (by Gentoo) - alternative: cups-0755.patch 
by FC
-  patch -Np0 -i ${srcdir}/cups-1.6.0-fix-install-perms.patch
+  patch -Np0 -i ${srcdir}/cups-fix-install-perms.patch
 
   # bug fixes
   # make sure network is up when starting and notify systemd - FC

Deleted: cups-1.6.0-fix-install-perms.patch
===
--- cups-1.6.0-fix-install-perms.patch  2017-07-01 14:39:30 UTC (rev 299497)
+++ cups-1.6.0-fix-install-perms.patch  2017-07-01 16:05:56 UTC (rev 299498)
@@ -1,25 +0,0 @@
-Index: Makedefs.in
-===
 Makedefs.in(Revision 10520)
-+++ Makedefs.in(Arbeitskopie)
-@@ -40,14 +40,14 @@
- # Installation programs...
- #
- 
--INSTALL_BIN   =   $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
--INSTALL_COMPDATA =$(INSTALL) -c -m 444 @INSTALL_GZIP@
-+INSTALL_BIN   =   $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
-+INSTALL_COMPDATA =$(INSTALL) -c -m 644 @INSTALL_GZIP@
- INSTALL_CONFIG=   $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
--INSTALL_DATA  =   $(INSTALL) -c -m 444
-+INSTALL_DATA  =   $(INSTALL) -c -m 644
- INSTALL_DIR   =   $(INSTALL) -d
--INSTALL_LIB   =   $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
--INSTALL_MAN   =   $(INSTALL) -c -m 444
--INSTALL_SCRIPT=   $(INSTALL) -c -m 555
-+INSTALL_LIB   =   $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
-+INSTALL_MAN   =   $(INSTALL) -c -m 644
-+INSTALL_SCRIPT=   $(INSTALL) -c -m 755
- 
- #
- # Default user, group, and system groups for the scheduler...

Copied: cups/trunk/cups-fix-install-perms.patch (from rev 299497, 
cups/trunk/cups-1.6.0-fix-install-perms.patch)
===
--- cups-fix-install-perms.patch(rev 0)
+++ cups-fix-install-perms.patch2017-07-01 16:05:56 UTC (rev 299498)
@@ -0,0 +1,23 @@
+--- Makedefs.in2017-06-30 17:44:38.0 +0200
 Makedefs.in.new2017-07-01 17:59:28.075942932 +0200
+@@ -38,14 +38,14 @@
+ # Installation programs...
+ #
+ 
+-INSTALL_BIN   =   $(LIBTOOL) $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ 
@INSTALL_STRIP@
+-INSTALL_COMPDATA =$(INSTALL) -c -m 444 @INSTALL_GZIP@
++INSTALL_BIN   =   $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
++INSTALL_COMPDATA =$(INSTALL) -c -m 644 @INSTALL_GZIP@
+ INSTALL_CONFIG=   $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
+-INSTALL_DATA  =   $(INSTALL) -c -m 444
++INSTALL_DATA  =   $(INSTALL) -c -m 644
+ INSTALL_DIR   =   $(INSTALL) -d
+-INSTALL_LIB   =   $(LIBTOOL) $(INSTALL) -c 

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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 15:51:26
  Author: felixonmars
Revision: 242019

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 242018, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 242018, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-01 15:51:00 UTC (rev 242018)
+++ community-i686/PKGBUILD 2017-07-01 15:51:26 UTC (rev 242019)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.15
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('fe8f8cbf08e1d003799dd2fa37632d1acd52b95d249816a1d8168c07ebece2d218c4789e17b7edf0cfcd2a34e99ffa251bc6c2532181fa67248e05b35df7a5e8')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 242018, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-01 15:51:26 UTC (rev 242019)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.16
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('ea88b3cb1b06d5b77608c3521f7011b8b524dc5fa3f4809fca40eb025123a0eb42144cf4e7b35e7fa9e0dcb81499b7cd9a025b193322c01a4823f2c168c8c000')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-01 15:51:00 UTC (rev 242018)
+++ community-x86_64/PKGBUILD   2017-07-01 15:51:26 UTC (rev 242019)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.15
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('fe8f8cbf08e1d003799dd2fa37632d1acd52b95d249816a1d8168c07ebece2d218c4789e17b7edf0cfcd2a34e99ffa251bc6c2532181fa67248e05b35df7a5e8')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 242018, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-01 15:51:26 UTC (rev 242019)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.16
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')

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

2017-07-01 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 15:51:00
  Author: felixonmars
Revision: 242018

upgpkg: python-ruamel-yaml 0.15.16-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 15:22:47 UTC (rev 242017)
+++ PKGBUILD2017-07-01 15:51:00 UTC (rev 242018)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.15
+pkgver=0.15.16
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('fe8f8cbf08e1d003799dd2fa37632d1acd52b95d249816a1d8168c07ebece2d218c4789e17b7edf0cfcd2a34e99ffa251bc6c2532181fa67248e05b35df7a5e8')
+sha512sums=('ea88b3cb1b06d5b77608c3521f7011b8b524dc5fa3f4809fca40eb025123a0eb42144cf4e7b35e7fa9e0dcb81499b7cd9a025b193322c01a4823f2c168c8c000')
 
 package() {
   depends=('python')


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

2017-07-01 Thread Jakob Gruber
Date: Saturday, July 1, 2017 @ 15:22:25
  Author: schuay
Revision: 242015

angband-4.1.0-1

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 15:05:25 UTC (rev 242014)
+++ PKGBUILD2017-07-01 15:22:25 UTC (rev 242015)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.0.5
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 
source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/angband-master"
 
   # Fix detection of ncurses config script for ncurses 6.0
   sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
@@ -26,7 +26,7 @@
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/angband-master"
 
   ./autogen.sh
 
@@ -44,7 +44,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/angband-master"
 
   make DESTDIR="${pkgdir}" install
 
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('82d28d0e51b167fb2b66603e310d9def')
+md5sums=('c54f7364d58ea2216b188afcbaa40a66')


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

2017-07-01 Thread Jakob Gruber
Date: Saturday, July 1, 2017 @ 15:22:47
  Author: schuay
Revision: 242017

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 242016, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 15:22:39 UTC (rev 242016)
+++ PKGBUILD2017-07-01 15:22:47 UTC (rev 242017)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('82d28d0e51b167fb2b66603e310d9def')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 242016, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 15:22:47 UTC (rev 242017)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-master"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-master"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-master"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('c54f7364d58ea2216b188afcbaa40a66')


[arch-commits] Commit in angband/repos/community-i686 (PKGBUILD PKGBUILD)

2017-07-01 Thread Jakob Gruber
Date: Saturday, July 1, 2017 @ 15:22:39
  Author: schuay
Revision: 242016

archrelease: copy trunk to community-i686

Added:
  angband/repos/community-i686/PKGBUILD
(from rev 242015, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-01 15:22:25 UTC (rev 242015)
+++ PKGBUILD2017-07-01 15:22:39 UTC (rev 242016)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('82d28d0e51b167fb2b66603e310d9def')

Copied: angband/repos/community-i686/PKGBUILD (from rev 242015, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-01 15:22:39 UTC (rev 242016)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-master"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-master"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-master"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('c54f7364d58ea2216b188afcbaa40a66')


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

2017-07-01 Thread Sergej Pupykin
Date: Saturday, July 1, 2017 @ 15:05:06
  Author: spupykin
Revision: 242013

upgpkg: pitivi 0.98.1-1

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 14:53:02 UTC (rev 242012)
+++ PKGBUILD2017-07-01 15:05:06 UTC (rev 242013)
@@ -4,8 +4,8 @@
 # Contributor: Gabor Nyekhelyi (n0gabor) 
 
 pkgname=pitivi
-pkgver=0.98
-pkgrel=2
+pkgver=0.98.1
+pkgrel=1
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/;
@@ -19,7 +19,7 @@
 'gst-libav: additional multimedia codecs'
 'gst-plugins-ugly: additional multimedia codecs')
 
source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.98/$pkgname-$pkgver.tar.xz)
-sha256sums=('bd2fecb4674c128efd6b85310145b5f89389e763c52316aca1f447047ae778ed')
+sha256sums=('10a8e23600681af5f7aed0412400d48e5b5e0fbfb609658ff2c636010f27f32d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-07-01 Thread Sergej Pupykin
Date: Saturday, July 1, 2017 @ 15:05:25
  Author: spupykin
Revision: 242014

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

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

+
 /ChangeLog |   82 +++
 /PKGBUILD  |   68 +++
 community-i686/ChangeLog   |   41 -
 community-i686/PKGBUILD|   34 -
 community-x86_64/ChangeLog |   41 -
 community-x86_64/PKGBUILD  |   34 -
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-07-01 15:05:06 UTC (rev 242013)
+++ community-i686/ChangeLog2017-07-01 15:05:25 UTC (rev 242014)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/ChangeLog (from rev 242013, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-07-01 15:05:25 UTC (rev 242014)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-01 15:05:06 UTC (rev 242013)
+++ community-i686/PKGBUILD 2017-07-01 15:05:25 UTC (rev 242014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.98
-pkgrel=2
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://www.pitivi.org/;
-license=('LGPL')
-depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
- 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
- 'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
- 'python-dbus' 'gst-transcoder')
-makedepends=('intltool' 'itstool' 'git' 'python-nose' 'meson')
-optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
-'gst-libav: additional multimedia codecs'
-'gst-plugins-ugly: additional multimedia codecs')

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

2017-07-01 Thread Balló György
Date: Saturday, July 1, 2017 @ 14:53:02
  Author: bgyorgy
Revision: 242012

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

Added:
  navit/repos/
  navit/repos/community-i686/
  navit/repos/community-i686/PKGBUILD
(from rev 242011, navit/trunk/PKGBUILD)
  navit/repos/community-i686/navit.install
(from rev 242011, navit/trunk/navit.install)
  navit/repos/community-x86_64/
  navit/repos/community-x86_64/PKGBUILD
(from rev 242011, navit/trunk/PKGBUILD)
  navit/repos/community-x86_64/navit.install
(from rev 242011, navit/trunk/navit.install)

+
 community-i686/PKGBUILD|   30 ++
 community-i686/navit.install   |8 
 community-x86_64/PKGBUILD  |   30 ++
 community-x86_64/navit.install |8 
 4 files changed, 76 insertions(+)

Copied: navit/repos/community-i686/PKGBUILD (from rev 242011, 
navit/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-07-01 14:53:02 UTC (rev 242012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64' 'i686')
+url="http://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib -DSAMPLE_MAP=FALSE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: navit/repos/community-i686/navit.install (from rev 242011, 
navit/trunk/navit.install)
===
--- repos/community-i686/navit.install  (rev 0)
+++ repos/community-i686/navit.install  2017-07-01 14:53:02 UTC (rev 242012)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
+  echo
+}

Copied: navit/repos/community-x86_64/PKGBUILD (from rev 242011, 
navit/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-07-01 14:53:02 UTC (rev 242012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64' 'i686')
+url="http://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib -DSAMPLE_MAP=FALSE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: navit/repos/community-x86_64/navit.install (from rev 242011, 
navit/trunk/navit.install)
===
--- repos/community-x86_64/navit.install(rev 0)
+++ repos/community-x86_64/navit.install2017-07-01 14:53:02 UTC (rev 
242012)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
+  echo
+}


[arch-commits] Commit in (4 files)

2017-07-01 Thread Balló György
Date: Saturday, July 1, 2017 @ 14:52:47
  Author: bgyorgy
Revision: 242011

Move navit from AUR with 10 votes

Added:
  navit/
  navit/trunk/
  navit/trunk/PKGBUILD
  navit/trunk/navit.install

---+
 PKGBUILD  |   30 ++
 navit.install |8 
 2 files changed, 38 insertions(+)

Added: navit/trunk/PKGBUILD
===
--- navit/trunk/PKGBUILD(rev 0)
+++ navit/trunk/PKGBUILD2017-07-01 14:52:47 UTC (rev 242011)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64' 'i686')
+url="http://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib -DSAMPLE_MAP=FALSE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: navit/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: navit/trunk/navit.install
===
--- navit/trunk/navit.install   (rev 0)
+++ navit/trunk/navit.install   2017-07-01 14:52:47 UTC (rev 242011)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
+  echo
+}


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:44:50
  Author: arojas
Revision: 242010

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

Added:
  fcitx-qt5/repos/community-testing-i686/
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
(from rev 242009, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 242009, fcitx-qt5/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 242009, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-01 14:44:50 UTC (rev 242010)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 242009, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-01 14:44:50 UTC (rev 242010)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:44:19
  Author: arojas
Revision: 242009

Qt 5.9.1 rebuild

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 14:03:52 UTC (rev 242008)
+++ PKGBUILD2017-07-01 14:44:19 UTC (rev 242009)
@@ -4,13 +4,13 @@
 pkgname=fcitx-qt5
 pkgver=1.1.0
 _commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx;
 license=('GPL')
 groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.0')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
 makedepends=('extra-cmake-modules' 'git')
 source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
 sha512sums=('SKIP')


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

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:39:13
  Author: arojas
Revision: 299496

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

Added:
  qt5-websockets/repos/testing-i686/
  qt5-websockets/repos/testing-i686/PKGBUILD
(from rev 299495, qt5-websockets/trunk/PKGBUILD)
  qt5-websockets/repos/testing-x86_64/
  qt5-websockets/repos/testing-x86_64/PKGBUILD
(from rev 299495, qt5-websockets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: qt5-websockets/repos/testing-i686/PKGBUILD (from rev 299495, 
qt5-websockets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:39:13 UTC (rev 299496)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('01277362430b5a75c19a16ded8cf4c53a3bccddcc0ba2f50648e0f2985f23464')
+
+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/testing-x86_64/PKGBUILD (from rev 299495, 
qt5-websockets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:39:13 UTC (rev 299496)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('01277362430b5a75c19a16ded8cf4c53a3bccddcc0ba2f50648e0f2985f23464')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:39:30
  Author: arojas
Revision: 299497

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

Added:
  qt5-x11extras/repos/testing-i686/
  qt5-x11extras/repos/testing-i686/PKGBUILD
(from rev 299496, qt5-x11extras/trunk/PKGBUILD)
  qt5-x11extras/repos/testing-x86_64/
  qt5-x11extras/repos/testing-x86_64/PKGBUILD
(from rev 299496, qt5-x11extras/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-x11extras/repos/testing-i686/PKGBUILD (from rev 299496, 
qt5-x11extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:39:30 UTC (rev 299497)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a63d0e28958331d672dbd0f8c554bdaddbc974a27be37601f7f221a2ef1ad601')
+
+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/testing-x86_64/PKGBUILD (from rev 299496, 
qt5-x11extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:39:30 UTC (rev 299497)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a63d0e28958331d672dbd0f8c554bdaddbc974a27be37601f7f221a2ef1ad601')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:38:56
  Author: arojas
Revision: 299495

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

Added:
  qt5-webview/repos/testing-i686/
  qt5-webview/repos/testing-i686/PKGBUILD
(from rev 299494, qt5-webview/trunk/PKGBUILD)
  qt5-webview/repos/testing-x86_64/
  qt5-webview/repos/testing-x86_64/PKGBUILD
(from rev 299494, qt5-webview/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-webview/repos/testing-i686/PKGBUILD (from rev 299494, 
qt5-webview/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:38:56 UTC (rev 299495)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('d6f77bfa60033561d123b1224679178c956319549666e84d4736c5e109ccbd62')
+
+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/testing-x86_64/PKGBUILD (from rev 299494, 
qt5-webview/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:38:56 UTC (rev 299495)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-webview
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('d6f77bfa60033561d123b1224679178c956319549666e84d4736c5e109ccbd62')
+
+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-wayland/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:38:38
  Author: arojas
Revision: 299494

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

Added:
  qt5-wayland/repos/testing-i686/
  qt5-wayland/repos/testing-i686/PKGBUILD
(from rev 299493, qt5-wayland/trunk/PKGBUILD)
  qt5-wayland/repos/testing-x86_64/
  qt5-wayland/repos/testing-x86_64/PKGBUILD
(from rev 299493, qt5-wayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-wayland/repos/testing-i686/PKGBUILD (from rev 299493, 
qt5-wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:38:38 UTC (rev 299494)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('cf0cb1982a7b748bfec8c7834691f13072f104884c61809d0bbd1a01ebda3ffa')
+
+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/testing-x86_64/PKGBUILD (from rev 299493, 
qt5-wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:38:38 UTC (rev 299494)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('cf0cb1982a7b748bfec8c7834691f13072f104884c61809d0bbd1a01ebda3ffa')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:38:06
  Author: arojas
Revision: 299493

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

Added:
  qt5-virtualkeyboard/repos/testing-i686/
  qt5-virtualkeyboard/repos/testing-i686/PKGBUILD
(from rev 299492, qt5-virtualkeyboard/trunk/PKGBUILD)
  qt5-virtualkeyboard/repos/testing-x86_64/
  qt5-virtualkeyboard/repos/testing-x86_64/PKGBUILD
(from rev 299492, qt5-virtualkeyboard/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: qt5-virtualkeyboard/repos/testing-i686/PKGBUILD (from rev 299492, 
qt5-virtualkeyboard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:38:06 UTC (rev 299493)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
+
+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/testing-x86_64/PKGBUILD (from rev 299492, 
qt5-virtualkeyboard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:38:06 UTC (rev 299493)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
+
+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-svg/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:37:48
  Author: arojas
Revision: 299492

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

Added:
  qt5-svg/repos/testing-i686/
  qt5-svg/repos/testing-i686/PKGBUILD
(from rev 299491, qt5-svg/trunk/PKGBUILD)
  qt5-svg/repos/testing-x86_64/
  qt5-svg/repos/testing-x86_64/PKGBUILD
(from rev 299491, qt5-svg/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-svg/repos/testing-i686/PKGBUILD (from rev 299491, 
qt5-svg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:37:48 UTC (rev 299492)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('99f294f874b13553e4ed49cd9465580ad0c9b92e29cdfa47b2e4096835c1e2e5')
+
+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/testing-x86_64/PKGBUILD (from rev 299491, 
qt5-svg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:37:48 UTC (rev 299492)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('99f294f874b13553e4ed49cd9465580ad0c9b92e29cdfa47b2e4096835c1e2e5')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:37:31
  Author: arojas
Revision: 299491

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

Added:
  qt5-speech/repos/testing-i686/
  qt5-speech/repos/testing-i686/PKGBUILD
(from rev 299490, qt5-speech/trunk/PKGBUILD)
  qt5-speech/repos/testing-x86_64/
  qt5-speech/repos/testing-x86_64/PKGBUILD
(from rev 299490, qt5-speech/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-speech/repos/testing-i686/PKGBUILD (from rev 299490, 
qt5-speech/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:37:31 UTC (rev 299491)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('ac9cef10637b54fa8d0bfe83f5b98c1c295cb68e63cf0973b2c6f188dcecaa01')
+
+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/testing-x86_64/PKGBUILD (from rev 299490, 
qt5-speech/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:37:31 UTC (rev 299491)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('ac9cef10637b54fa8d0bfe83f5b98c1c295cb68e63cf0973b2c6f188dcecaa01')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:36:57
  Author: arojas
Revision: 299489

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

Added:
  qt5-scxml/repos/testing-i686/
  qt5-scxml/repos/testing-i686/PKGBUILD
(from rev 299488, qt5-scxml/trunk/PKGBUILD)
  qt5-scxml/repos/testing-x86_64/
  qt5-scxml/repos/testing-x86_64/PKGBUILD
(from rev 299488, qt5-scxml/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-scxml/repos/testing-i686/PKGBUILD (from rev 299488, 
qt5-scxml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:36:57 UTC (rev 299489)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('409758206d1381f262e879d8bde72c147f36f04af2be58986b5a61581e376bd4')
+
+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/testing-x86_64/PKGBUILD (from rev 299488, 
qt5-scxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:36:57 UTC (rev 299489)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('409758206d1381f262e879d8bde72c147f36f04af2be58986b5a61581e376bd4')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:37:14
  Author: arojas
Revision: 299490

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

Added:
  qt5-serialbus/repos/testing-i686/
  qt5-serialbus/repos/testing-i686/PKGBUILD
(from rev 299489, qt5-serialbus/trunk/PKGBUILD)
  qt5-serialbus/repos/testing-x86_64/
  qt5-serialbus/repos/testing-x86_64/PKGBUILD
(from rev 299489, qt5-serialbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-serialbus/repos/testing-i686/PKGBUILD (from rev 299489, 
qt5-serialbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:37:14 UTC (rev 299490)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('caa9feefbf1d51b38d6bc923428009d524c0c5eb77f30e4b6d84fec1ce19f3c3')
+
+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/testing-x86_64/PKGBUILD (from rev 299489, 
qt5-serialbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:37:14 UTC (rev 299490)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('caa9feefbf1d51b38d6bc923428009d524c0c5eb77f30e4b6d84fec1ce19f3c3')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:36:38
  Author: arojas
Revision: 299488

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

Added:
  qt5-script/repos/testing-i686/
  qt5-script/repos/testing-i686/PKGBUILD
(from rev 299487, qt5-script/trunk/PKGBUILD)
  qt5-script/repos/testing-x86_64/
  qt5-script/repos/testing-x86_64/PKGBUILD
(from rev 299487, qt5-script/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-script/repos/testing-i686/PKGBUILD (from rev 299487, 
qt5-script/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:36:38 UTC (rev 299488)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('176a08865d5f66437b0f279fc5d7f381f359f20bafbffcebdcac61e86415188f')
+
+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/testing-x86_64/PKGBUILD (from rev 299487, 
qt5-script/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:36:38 UTC (rev 299488)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('176a08865d5f66437b0f279fc5d7f381f359f20bafbffcebdcac61e86415188f')
+
+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-remoteobjects/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:36:19
  Author: arojas
Revision: 299487

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

Added:
  qt5-remoteobjects/repos/testing-i686/
  qt5-remoteobjects/repos/testing-i686/PKGBUILD
(from rev 299486, qt5-remoteobjects/trunk/PKGBUILD)
  qt5-remoteobjects/repos/testing-x86_64/
  qt5-remoteobjects/repos/testing-x86_64/PKGBUILD
(from rev 299486, qt5-remoteobjects/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: qt5-remoteobjects/repos/testing-i686/PKGBUILD (from rev 299486, 
qt5-remoteobjects/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:36:19 UTC (rev 299487)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a04ef16017903050a4afefb64f1d6a88fadb3c9b3668b320d6dfc4fa1cc07c82')
+
+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/testing-x86_64/PKGBUILD (from rev 299486, 
qt5-remoteobjects/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:36:19 UTC (rev 299487)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a04ef16017903050a4afefb64f1d6a88fadb3c9b3668b320d6dfc4fa1cc07c82')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:36:02
  Author: arojas
Revision: 299486

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

Added:
  qt5-quickcontrols2/repos/testing-i686/
  qt5-quickcontrols2/repos/testing-i686/PKGBUILD
(from rev 299485, qt5-quickcontrols2/trunk/PKGBUILD)
  qt5-quickcontrols2/repos/testing-x86_64/
  qt5-quickcontrols2/repos/testing-x86_64/PKGBUILD
(from rev 299485, qt5-quickcontrols2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-quickcontrols2/repos/testing-i686/PKGBUILD (from rev 299485, 
qt5-quickcontrols2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:36:02 UTC (rev 299486)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('203be0321112d1513b722fce463f9e30d7d00befb33349901d9517f4f13408ff')
+
+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/testing-x86_64/PKGBUILD (from rev 299485, 
qt5-quickcontrols2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:36:02 UTC (rev 299486)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('203be0321112d1513b722fce463f9e30d7d00befb33349901d9517f4f13408ff')
+
+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 (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:35:43
  Author: arojas
Revision: 299485

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

Added:
  qt5-quickcontrols/repos/testing-i686/
  qt5-quickcontrols/repos/testing-i686/PKGBUILD
(from rev 299484, qt5-quickcontrols/trunk/PKGBUILD)
  qt5-quickcontrols/repos/testing-x86_64/
  qt5-quickcontrols/repos/testing-x86_64/PKGBUILD
(from rev 299484, qt5-quickcontrols/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: qt5-quickcontrols/repos/testing-i686/PKGBUILD (from rev 299484, 
qt5-quickcontrols/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:35:43 UTC (rev 299485)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('520ed0e110f9d0977eb873ea0e05a3d205c9c1b1ad2dd606875708848b21ec2e')
+
+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/testing-x86_64/PKGBUILD (from rev 299484, 
qt5-quickcontrols/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:35:43 UTC (rev 299485)
@@ -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.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('520ed0e110f9d0977eb873ea0e05a3d205c9c1b1ad2dd606875708848b21ec2e')
+
+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-networkauth/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:35:26
  Author: arojas
Revision: 299484

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

Added:
  qt5-networkauth/repos/testing-i686/
  qt5-networkauth/repos/testing-i686/PKGBUILD
(from rev 299483, qt5-networkauth/trunk/PKGBUILD)
  qt5-networkauth/repos/testing-x86_64/
  qt5-networkauth/repos/testing-x86_64/PKGBUILD
(from rev 299483, qt5-networkauth/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: qt5-networkauth/repos/testing-i686/PKGBUILD (from rev 299483, 
qt5-networkauth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:35:26 UTC (rev 299484)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('2aff7ec9d12e686d0d0ea6bb957ac09d0f39afb31d072b7e129f617aeee8eab9')
+
+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/testing-x86_64/PKGBUILD (from rev 299483, 
qt5-networkauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:35:26 UTC (rev 299484)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-networkauth
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 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-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('2aff7ec9d12e686d0d0ea6bb957ac09d0f39afb31d072b7e129f617aeee8eab9')
+
+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-multimedia/repos (4 files)

2017-07-01 Thread Antonio Rojas
Date: Saturday, July 1, 2017 @ 14:35:08
  Author: arojas
Revision: 299483

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

Added:
  qt5-multimedia/repos/testing-i686/
  qt5-multimedia/repos/testing-i686/PKGBUILD
(from rev 299482, qt5-multimedia/trunk/PKGBUILD)
  qt5-multimedia/repos/testing-x86_64/
  qt5-multimedia/repos/testing-x86_64/PKGBUILD
(from rev 299482, qt5-multimedia/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: qt5-multimedia/repos/testing-i686/PKGBUILD (from rev 299482, 
qt5-multimedia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-01 14:35:08 UTC (rev 299483)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-bad: camera support')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('e48fbe71b4418eb7caba5ef5aa422483fb28d0e894cbc41f3d8b73b3d7fee6e4')
+
+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/testing-x86_64/PKGBUILD (from rev 299482, 
qt5-multimedia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-01 14:35:08 UTC (rev 299483)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' '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-libs' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-bad: camera support')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('e48fbe71b4418eb7caba5ef5aa422483fb28d0e894cbc41f3d8b73b3d7fee6e4')
+
+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}
+}


  1   2   >