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

Antonio Rojas arojas at archlinux.org
Tue Jan 3 09:52:17 UTC 2017


    Date: Tuesday, January 3, 2017 @ 09:52:17
  Author: arojas
Revision: 285228

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

Added:
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
    (from rev 285227, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
    (from rev 285227, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-i686/designer.desktop
    (from rev 285227, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
    (from rev 285227, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
    (from rev 285227, qt5-tools/kde-unstable/qdbusviewer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 285227, qt5-tools/kde-unstable/PKGBUILD)
  qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
    (from rev 285227, qt5-tools/kde-unstable/assistant.desktop)
  qt5-tools/repos/kde-unstable-x86_64/designer.desktop
    (from rev 285227, qt5-tools/kde-unstable/designer.desktop)
  qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
    (from rev 285227, qt5-tools/kde-unstable/linguist.desktop)
  qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
    (from rev 285227, qt5-tools/kde-unstable/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/kde-unstable-i686/PKGBUILD
  qt5-tools/repos/kde-unstable-i686/assistant.desktop
  qt5-tools/repos/kde-unstable-i686/designer.desktop
  qt5-tools/repos/kde-unstable-i686/linguist.desktop
  qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
  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 +++
 kde-unstable-i686/PKGBUILD              |   75 ---------------
 kde-unstable-i686/assistant.desktop     |    8 -
 kde-unstable-i686/designer.desktop      |   10 --
 kde-unstable-i686/linguist.desktop      |    9 -
 kde-unstable-i686/qdbusviewer.desktop   |    9 -
 kde-unstable-x86_64/PKGBUILD            |   75 ---------------
 kde-unstable-x86_64/assistant.desktop   |    8 -
 kde-unstable-x86_64/designer.desktop    |   10 --
 kde-unstable-x86_64/linguist.desktop    |    9 -
 kde-unstable-x86_64/qdbusviewer.desktop |    9 -
 15 files changed, 222 insertions(+), 222 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-i686/PKGBUILD	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,75 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt5-tools
-_qtver=5.8.0-rc
-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')
-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)
-md5sums=('1f51a8053f16b3266a586a5f088ff4c7'
-         '4d5108891a3c0255af29e7640a29caed'
-         'f9a33d1e43ebf4ee9c6feda68feba64a'
-         '521eff2020e1397aa9b22caa17d4ee4b'
-         '05a8324f294da817b2fd3a59863a06f1')
-
-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-i686/PKGBUILD (from rev 285227, qt5-tools/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-tools
+_qtver=5.8.0-rc
+pkgver=${_qtver/-/}
+pkgrel=2
+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)
+md5sums=('1f51a8053f16b3266a586a5f088ff4c7'
+         '4d5108891a3c0255af29e7640a29caed'
+         'f9a33d1e43ebf4ee9c6feda68feba64a'
+         '521eff2020e1397aa9b22caa17d4ee4b'
+         '05a8324f294da817b2fd3a59863a06f1')
+
+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}
+}

Deleted: kde-unstable-i686/assistant.desktop
===================================================================
--- kde-unstable-i686/assistant.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-i686/assistant.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Qt Assistant
-Comment=Shows Qt documentation and examples
-Exec=assistant
-Icon=assistant
-Terminal=false
-Type=Application
-Categories=Qt;Development;Documentation;

Copied: qt5-tools/repos/kde-unstable-i686/assistant.desktop (from rev 285227, qt5-tools/kde-unstable/assistant.desktop)
===================================================================
--- kde-unstable-i686/assistant.desktop	                        (rev 0)
+++ kde-unstable-i686/assistant.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;

Deleted: kde-unstable-i686/designer.desktop
===================================================================
--- kde-unstable-i686/designer.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-i686/designer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Qt Designer
-GenericName=Interface Designer
-Comment=Design GUIs for Qt applications
-Exec=designer
-Icon=QtProject-designer
-MimeType=application/x-designer;
-Terminal=false
-Type=Application
-Categories=Qt;Development;

Copied: qt5-tools/repos/kde-unstable-i686/designer.desktop (from rev 285227, qt5-tools/kde-unstable/designer.desktop)
===================================================================
--- kde-unstable-i686/designer.desktop	                        (rev 0)
+++ kde-unstable-i686/designer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt applications
+Exec=designer
+Icon=QtProject-designer
+MimeType=application/x-designer;
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Deleted: kde-unstable-i686/linguist.desktop
===================================================================
--- kde-unstable-i686/linguist.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-i686/linguist.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt Linguist
-Comment=Add translations to Qt applications
-Exec=linguist
-Icon=linguist
-MimeType=text/vnd.trolltech.linguist;application/x-linguist;
-Terminal=false
-Type=Application
-Categories=Qt;Development;

Copied: qt5-tools/repos/kde-unstable-i686/linguist.desktop (from rev 285227, qt5-tools/kde-unstable/linguist.desktop)
===================================================================
--- kde-unstable-i686/linguist.desktop	                        (rev 0)
+++ kde-unstable-i686/linguist.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt Linguist
+Comment=Add translations to Qt applications
+Exec=linguist
+Icon=linguist
+MimeType=text/vnd.trolltech.linguist;application/x-linguist;
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Deleted: kde-unstable-i686/qdbusviewer.desktop
===================================================================
--- kde-unstable-i686/qdbusviewer.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-i686/qdbusviewer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt QDbusViewer 
-GenericName=D-Bus Debugger
-Comment=Debug D-Bus applications
-Exec=qdbusviewer
-Icon=qdbusviewer
-Terminal=false
-Type=Application
-Categories=Qt;Development;Debugger;

Copied: qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop (from rev 285227, qt5-tools/kde-unstable/qdbusviewer.desktop)
===================================================================
--- kde-unstable-i686/qdbusviewer.desktop	                        (rev 0)
+++ kde-unstable-i686/qdbusviewer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt QDbusViewer 
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=qdbusviewer
+Icon=qdbusviewer
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-x86_64/PKGBUILD	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,75 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt5-tools
-_qtver=5.8.0-rc
-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')
-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)
-md5sums=('1f51a8053f16b3266a586a5f088ff4c7'
-         '4d5108891a3c0255af29e7640a29caed'
-         'f9a33d1e43ebf4ee9c6feda68feba64a'
-         '521eff2020e1397aa9b22caa17d4ee4b'
-         '05a8324f294da817b2fd3a59863a06f1')
-
-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 285227, qt5-tools/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-tools
+_qtver=5.8.0-rc
+pkgver=${_qtver/-/}
+pkgrel=2
+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)
+md5sums=('1f51a8053f16b3266a586a5f088ff4c7'
+         '4d5108891a3c0255af29e7640a29caed'
+         'f9a33d1e43ebf4ee9c6feda68feba64a'
+         '521eff2020e1397aa9b22caa17d4ee4b'
+         '05a8324f294da817b2fd3a59863a06f1')
+
+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}
+}

Deleted: kde-unstable-x86_64/assistant.desktop
===================================================================
--- kde-unstable-x86_64/assistant.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-x86_64/assistant.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Qt Assistant
-Comment=Shows Qt documentation and examples
-Exec=assistant
-Icon=assistant
-Terminal=false
-Type=Application
-Categories=Qt;Development;Documentation;

Copied: qt5-tools/repos/kde-unstable-x86_64/assistant.desktop (from rev 285227, qt5-tools/kde-unstable/assistant.desktop)
===================================================================
--- kde-unstable-x86_64/assistant.desktop	                        (rev 0)
+++ kde-unstable-x86_64/assistant.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;

Deleted: kde-unstable-x86_64/designer.desktop
===================================================================
--- kde-unstable-x86_64/designer.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-x86_64/designer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Qt Designer
-GenericName=Interface Designer
-Comment=Design GUIs for Qt applications
-Exec=designer
-Icon=QtProject-designer
-MimeType=application/x-designer;
-Terminal=false
-Type=Application
-Categories=Qt;Development;

Copied: qt5-tools/repos/kde-unstable-x86_64/designer.desktop (from rev 285227, qt5-tools/kde-unstable/designer.desktop)
===================================================================
--- kde-unstable-x86_64/designer.desktop	                        (rev 0)
+++ kde-unstable-x86_64/designer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt applications
+Exec=designer
+Icon=QtProject-designer
+MimeType=application/x-designer;
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Deleted: kde-unstable-x86_64/linguist.desktop
===================================================================
--- kde-unstable-x86_64/linguist.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-x86_64/linguist.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt Linguist
-Comment=Add translations to Qt applications
-Exec=linguist
-Icon=linguist
-MimeType=text/vnd.trolltech.linguist;application/x-linguist;
-Terminal=false
-Type=Application
-Categories=Qt;Development;

Copied: qt5-tools/repos/kde-unstable-x86_64/linguist.desktop (from rev 285227, qt5-tools/kde-unstable/linguist.desktop)
===================================================================
--- kde-unstable-x86_64/linguist.desktop	                        (rev 0)
+++ kde-unstable-x86_64/linguist.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt Linguist
+Comment=Add translations to Qt applications
+Exec=linguist
+Icon=linguist
+MimeType=text/vnd.trolltech.linguist;application/x-linguist;
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Deleted: kde-unstable-x86_64/qdbusviewer.desktop
===================================================================
--- kde-unstable-x86_64/qdbusviewer.desktop	2017-01-03 09:51:35 UTC (rev 285227)
+++ kde-unstable-x86_64/qdbusviewer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt QDbusViewer 
-GenericName=D-Bus Debugger
-Comment=Debug D-Bus applications
-Exec=qdbusviewer
-Icon=qdbusviewer
-Terminal=false
-Type=Application
-Categories=Qt;Development;Debugger;

Copied: qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop (from rev 285227, qt5-tools/kde-unstable/qdbusviewer.desktop)
===================================================================
--- kde-unstable-x86_64/qdbusviewer.desktop	                        (rev 0)
+++ kde-unstable-x86_64/qdbusviewer.desktop	2017-01-03 09:52:17 UTC (rev 285228)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt QDbusViewer 
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=qdbusviewer
+Icon=qdbusviewer
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;



More information about the arch-commits mailing list