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

2020-05-11 Thread Antonio Rojas via arch-commits
Date: Monday, May 11, 2020 @ 18:34:03
  Author: arojas
Revision: 383218

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 18:33:33 UTC (rev 383217)
+++ PKGBUILD2020-05-11 18:34:03 UTC (rev 383218)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang') # 'qt5-webkit'
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('309836df9a3d7bf2db91a8ee02c193be682ee1ecb67b91e8c4e2ce1b571ab7b2'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 383217, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 18:34:03 UTC (rev 383218)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2020-05-07 Thread Antonio Rojas via arch-commits
Date: Thursday, May 7, 2020 @ 22:08:40
  Author: arojas
Revision: 382707

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 22:08:17 UTC (rev 382706)
+++ PKGBUILD2020-05-07 22:08:40 UTC (rev 382707)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('e9c8b166b82b153d6777b866016a6d50d5b34791e98e1e2d37146a6dda46'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 382706, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 22:08:40 UTC (rev 382707)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2020-04-20 Thread Antonio Rojas via arch-commits
Date: Monday, April 20, 2020 @ 08:33:17
  Author: arojas
Revision: 380596

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 08:32:59 UTC (rev 380595)
+++ PKGBUILD2020-04-20 08:33:17 UTC (rev 380596)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('22818a4375c507ac3a0e84439305f18a760d996639ea3a41ce5786e02de82061'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 380595, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-20 08:33:17 UTC (rev 380596)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2020-04-16 Thread Antonio Rojas via arch-commits
Date: Thursday, April 16, 2020 @ 06:47:10
  Author: arojas
Revision: 380422

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-16 06:46:45 UTC (rev 380421)
+++ PKGBUILD2020-04-16 06:47:10 UTC (rev 380422)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('22818a4375c507ac3a0e84439305f18a760d996639ea3a41ce5786e02de82061'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 380421, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-16 06:47:10 UTC (rev 380422)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2020-04-06 Thread Antonio Rojas via arch-commits
Date: Monday, April 6, 2020 @ 11:30:36
  Author: arojas
Revision: 379627

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 11:30:17 UTC (rev 379626)
+++ PKGBUILD2020-04-06 11:30:36 UTC (rev 379627)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('5c99c02bc2d32c9a37966816aef74f465702d5b0a79b6643a3af3719b17d6937'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 379626, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 11:30:36 UTC (rev 379627)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2020-03-20 Thread Antonio Rojas via arch-commits
Date: Friday, March 20, 2020 @ 14:41:25
  Author: arojas
Revision: 377975

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-20 14:41:08 UTC (rev 377974)
+++ PKGBUILD2020-03-20 14:41:25 UTC (rev 377975)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.15.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('61859c6ba2773a1dbc97acae5aab9ab20d4a215b5a2d6d5e5b310ec5c74d9e07'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 377974, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-20 14:41:25 UTC (rev 377975)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2019-12-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 09:52:50
  Author: arojas
Revision: 370577

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 09:52:34 UTC (rev 370576)
+++ PKGBUILD2019-12-10 09:52:50 UTC (rev 370577)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.14.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('6cf2ab0681af1c6ee359a767af612086d5b756056bb1c82b6e893822a5b572e3'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 370576, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 09:52:50 UTC (rev 370577)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.14.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2019-12-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 4, 2019 @ 12:21:15
  Author: arojas
Revision: 370348

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-04 12:21:02 UTC (rev 370347)
+++ PKGBUILD2019-12-04 12:21:15 UTC (rev 370348)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.14.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('3f099d91f0b4deaa6f2ab5c622a6914c848696622b85f61d6cf7639b339e06fa'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 370347, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-04 12:21:15 UTC (rev 370348)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.14.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 15:49:54
  Author: arojas
Revision: 367960

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 15:49:42 UTC (rev 367959)
+++ PKGBUILD2019-11-12 15:49:54 UTC (rev 367960)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.14.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('da519ceafe4941ae4f53c3bcc8998cbae5b0715aba87c366fa3fe6dfd6a46b5f'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 367959, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 15:49:54 UTC (rev 367960)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.14.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2019-10-24 Thread Antonio Rojas via arch-commits
Date: Thursday, October 24, 2019 @ 19:35:13
  Author: arojas
Revision: 365451

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-24 19:34:59 UTC (rev 365450)
+++ PKGBUILD2019-10-24 19:35:13 UTC (rev 365451)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.14.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('1703d2529f8ea88798fee4dafeaefb7c9a4d146023d0b1107f5bd76b18cc7e69'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 365450, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-24 19:35:13 UTC (rev 365451)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.14.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2019-06-17 Thread Antonio Rojas via arch-commits
Date: Monday, June 17, 2019 @ 15:51:15
  Author: arojas
Revision: 356277

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 15:51:00 UTC (rev 356276)
+++ PKGBUILD2019-06-17 15:51:15 UTC (rev 356277)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-rc2
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('f59d0a848551cb3d2533cc2d47b89d42adc19add447b8380368138711d7bb6a9'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 356276, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 15:51:15 UTC (rev 356277)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-rc3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2019-06-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 12, 2019 @ 10:49:36
  Author: arojas
Revision: 355920

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-12 10:49:12 UTC (rev 355919)
+++ PKGBUILD2019-06-12 10:49:36 UTC (rev 355920)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-rc2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('f59d0a848551cb3d2533cc2d47b89d42adc19add447b8380368138711d7bb6a9'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 355919, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-12 10:49:36 UTC (rev 355920)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2019-06-10 Thread Antonio Rojas via arch-commits
Date: Monday, June 10, 2019 @ 16:44:39
  Author: arojas
Revision: 355546

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-10 16:44:25 UTC (rev 355545)
+++ PKGBUILD2019-06-10 16:44:39 UTC (rev 355546)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('beeaca62463cbf0dce5c7d712cc09e4375fdcd06b0dd5394b8eaf91bc051b4e1'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 355545, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-10 16:44:39 UTC (rev 355546)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 12:12:10
  Author: arojas
Revision: 354789

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 12:11:54 UTC (rev 354788)
+++ PKGBUILD2019-06-04 12:12:10 UTC (rev 354789)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('78139313b9ec424d43b62c470be00245dcc9735396cd13b98bdf5788cc090d9f'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 354788, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 12:12:10 UTC (rev 354789)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI 

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

2019-05-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 29, 2019 @ 08:23:54
  Author: arojas
Revision: 354474

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 08:23:39 UTC (rev 354473)
+++ PKGBUILD2019-05-29 08:23:54 UTC (rev 354474)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('e636c82377c9a2f48759a63bb0d33cc74fd78cc3cb66b2af1a00ca221822eb75'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 354473, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-29 08:23:54 UTC (rev 354474)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2019-04-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 30, 2019 @ 08:35:38
  Author: arojas
Revision: 352269

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-30 08:35:21 UTC (rev 352268)
+++ PKGBUILD2019-04-30 08:35:38 UTC (rev 352269)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('67d646b13fcbff95588cd7dca547186c2adea6be268bed215cdd6bfa052c6518'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
-'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 352268, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-30 08:35:38 UTC (rev 352269)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and 

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

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 22:24:16
  Author: arojas
Revision: 351798

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 22:24:01 UTC (rev 351797)
+++ PKGBUILD2019-04-20 22:24:16 UTC (rev 351798)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('d67ce7614de3c32401a731bd28d96112f856b9b135a71f15bc705e7c596cf2e9'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 351797, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-20 22:24:16 UTC (rev 351798)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2019-03-28 Thread Antonio Rojas via arch-commits
Date: Thursday, March 28, 2019 @ 15:27:08
  Author: arojas
Revision: 349371

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-28 15:26:40 UTC (rev 349370)
+++ PKGBUILD2019-03-28 15:27:08 UTC (rev 349371)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.13.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-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' 'vulkan-headers' 'clang' 'qt5-webkit')
-optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('d67ce7614de3c32401a731bd28d96112f856b9b135a71f15bc705e7c596cf2e9'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 349370, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-28 15:27:08 UTC (rev 349371)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application 

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

2018-11-29 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 11:35:56
  Author: arojas
Revision: 340609

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 340608, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 11:35:56 UTC (rev 340609)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.12.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A 

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

2018-11-22 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 11:14:48
  Author: arojas
Revision: 340242

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 340241, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-22 11:14:48 UTC (rev 340242)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.12.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A 

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

2018-11-08 Thread Antonio Rojas via arch-commits
Date: Thursday, November 8, 2018 @ 10:21:55
  Author: arojas
Revision: 338079

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 338078, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 10:21:55 UTC (rev 338079)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.12.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A 

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

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 09:54:27
  Author: arojas
Revision: 337264

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 337263, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 09:54:27 UTC (rev 337264)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.12.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 

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

2018-10-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 16, 2018 @ 13:55:19
  Author: arojas
Revision: 336679

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 336678, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-16 13:55:19 UTC (rev 336679)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.12.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 

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

2018-05-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 16, 2018 @ 11:54:00
  Author: arojas
Revision: 324328

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 324327, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- 

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

2018-05-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 8, 2018 @ 13:05:04
  Author: arojas
Revision: 323503

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 323502, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-08 13:05:04 UTC (rev 323503)
@@ -0,0 +1,81 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

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

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

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

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

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

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

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

2018-04-09 Thread Antonio Rojas via arch-commits
Date: Monday, April 9, 2018 @ 10:24:57
  Author: arojas
Revision: 321350

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 321349, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-09 10:24:57 UTC (rev 321350)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2018-03-19 Thread Antonio Rojas via arch-commits
Date: Monday, March 19, 2018 @ 22:31:36
  Author: arojas
Revision: 319668

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 319667, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-19 22:31:36 UTC (rev 319668)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2018-03-15 Thread Antonio Rojas via arch-commits
Date: Thursday, March 15, 2018 @ 19:07:47
  Author: arojas
Revision: 319340

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

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

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

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

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 319339, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 19:07:47 UTC (rev 319340)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2017-12-01 Thread Antonio Rojas via arch-commits
Date: Friday, December 1, 2017 @ 11:30:18
  Author: arojas
Revision: 311222

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-01 11:29:56 UTC (rev 311221)
+++ PKGBUILD2017-12-01 11:30:18 UTC (rev 311222)
@@ -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.10.0-rc1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('qt5-declarative' 'qt5-webkit')
-optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('b27bd8b991fa18690ddb3cba91d3a836f664bf95ab6e55646ba83a49f763109d'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 311221, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-01 11:30:18 UTC (rev 311222)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

2017-11-27 Thread Antonio Rojas via arch-commits
Date: Monday, November 27, 2017 @ 13:43:38
  Author: arojas
Revision: 311012

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-27 13:43:18 UTC (rev 311011)
+++ PKGBUILD2017-11-27 13:43:38 UTC (rev 311012)
@@ -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.10.0-beta4
-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' 'vulkan-headers')
-optdepends=('qt5-doc: documentation' 'qt5-webkit: for Qt Assistant')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('7b1411c4d728eb626500798e420747fbe2552cd189a5fb3b804fee961d3dc029'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 311011, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-27 13:43:38 UTC (rev 311012)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea 

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

2017-05-23 Thread Antonio Rojas
Date: Tuesday, May 23, 2017 @ 15:19:14
  Author: arojas
Revision: 296489

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-23 15:18:56 UTC (rev 296488)
+++ PKGBUILD2017-05-23 15:19:14 UTC (rev 296489)
@@ -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.0-beta4
-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')
-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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('2d87373abd74095099cd2860a94f58d9bf3ac8ae2aeda5a89bd71a06d78c7157'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 296488, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-23 15:19:14 UTC (rev 296489)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2017-05-22 Thread Antonio Rojas
Date: Monday, May 22, 2017 @ 16:13:12
  Author: arojas
Revision: 296431

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-22 16:12:56 UTC (rev 296430)
+++ PKGBUILD2017-05-22 16:13:12 UTC (rev 296431)
@@ -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.0-beta3
-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')
-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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('3c462beaeaf1b80103069c1813e857e9d8f26c184596d3f8e4983ab7391c'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 296430, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-22 16:13:12 UTC (rev 296431)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2017-05-02 Thread Antonio Rojas
Date: Tuesday, May 2, 2017 @ 06:31:39
  Author: arojas
Revision: 295147

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-02 06:31:16 UTC (rev 295146)
+++ PKGBUILD2017-05-02 06:31:39 UTC (rev 295147)
@@ -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.0-beta2
-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')
-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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('21c8305305856d428f6a181476392be9f2786d25bd5f3e79f8c76a8e24661cb5'
-'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-'366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
-'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 295146, 
qt5-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-02 06:31:39 UTC (rev 295147)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino