[arch-commits] Commit in qt5-tools/repos (20 files)
Antonio Rojas
arojas at archlinux.org
Wed Mar 16 13:16:29 UTC 2016
Date: Wednesday, March 16, 2016 @ 14:16:28
Author: arojas
Revision: 261892
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
qt5-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 261891, qt5-tools/trunk/PKGBUILD)
qt5-tools/repos/kde-unstable-i686/assistant.desktop
(from rev 261891, qt5-tools/trunk/assistant.desktop)
qt5-tools/repos/kde-unstable-i686/designer.desktop
(from rev 261891, qt5-tools/trunk/designer.desktop)
qt5-tools/repos/kde-unstable-i686/linguist.desktop
(from rev 261891, qt5-tools/trunk/linguist.desktop)
qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop
(from rev 261891, qt5-tools/trunk/qdbusviewer.desktop)
qt5-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 261891, qt5-tools/trunk/PKGBUILD)
qt5-tools/repos/kde-unstable-x86_64/assistant.desktop
(from rev 261891, qt5-tools/trunk/assistant.desktop)
qt5-tools/repos/kde-unstable-x86_64/designer.desktop
(from rev 261891, qt5-tools/trunk/designer.desktop)
qt5-tools/repos/kde-unstable-x86_64/linguist.desktop
(from rev 261891, qt5-tools/trunk/linguist.desktop)
qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop
(from rev 261891, qt5-tools/trunk/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 | 152 ++++++++++++++++++++++++++++++
/assistant.desktop | 16 +++
/designer.desktop | 20 +++
/linguist.desktop | 18 +++
/qdbusviewer.desktop | 18 +++
kde-unstable-i686/PKGBUILD | 76 ---------------
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 | 76 ---------------
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, 224 insertions(+), 224 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-i686/PKGBUILD 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,76 +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.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
-depends=('qt5-base')
-makedepends=()
-optdepends=('qt5-doc: documentation')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz"
- {assistant,designer,linguist,qdbusviewer}.desktop)
-md5sums=('f7e376678e3ec47d7380b8838c5ee8c1'
- 'b2897dd6a2967bccf8f10e397aafee55'
- '76e150b20178d2d43801f7367232e5f7'
- '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1')
-
-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/"
-
- # Useful symlinks
- install -d "${pkgdir}"/usr/bin
- for b in "${pkgdir}"/usr/lib/qt/bin/*; do
- ln -s /usr/lib/qt/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 261891, qt5-tools/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,76 @@
+# $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.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
+depends=('qt5-base')
+makedepends=()
+optdepends=('qt5-doc: documentation')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz"
+ {assistant,designer,linguist,qdbusviewer}.desktop)
+md5sums=('f7e376678e3ec47d7380b8838c5ee8c1'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '76e150b20178d2d43801f7367232e5f7'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1')
+
+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/"
+
+ # Useful symlinks
+ install -d "${pkgdir}"/usr/bin
+ for b in "${pkgdir}"/usr/lib/qt/bin/*; do
+ ln -s /usr/lib/qt/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-i686/assistant.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Qt Assistant
-Comment=Shows Qt documentation and examples
-Exec=/usr/lib/qt/bin/assistant
-Icon=assistant
-Terminal=false
-Type=Application
-Categories=Qt;Development;Documentation;
Copied: qt5-tools/repos/kde-unstable-i686/assistant.desktop (from rev 261891, qt5-tools/trunk/assistant.desktop)
===================================================================
--- kde-unstable-i686/assistant.desktop (rev 0)
+++ kde-unstable-i686/assistant.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=/usr/lib/qt/bin/assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;
Deleted: kde-unstable-i686/designer.desktop
===================================================================
--- kde-unstable-i686/designer.desktop 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-i686/designer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Qt Designer
-GenericName=Interface Designer
-Comment=Design GUIs for Qt applications
-Exec=/usr/lib/qt/bin/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 261891, qt5-tools/trunk/designer.desktop)
===================================================================
--- kde-unstable-i686/designer.desktop (rev 0)
+++ kde-unstable-i686/designer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt applications
+Exec=/usr/lib/qt/bin/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-i686/linguist.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt Linguist
-Comment=Add translations to Qt applications
-Exec=/usr/lib/qt/bin/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 261891, qt5-tools/trunk/linguist.desktop)
===================================================================
--- kde-unstable-i686/linguist.desktop (rev 0)
+++ kde-unstable-i686/linguist.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt Linguist
+Comment=Add translations to Qt applications
+Exec=/usr/lib/qt/bin/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-i686/qdbusviewer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt QDbusViewer
-GenericName=D-Bus Debugger
-Comment=Debug D-Bus applications
-Exec=/usr/lib/qt/bin/qdbusviewer
-Icon=qdbusviewer
-Terminal=false
-Type=Application
-Categories=Qt;Development;Debugger;
Copied: qt5-tools/repos/kde-unstable-i686/qdbusviewer.desktop (from rev 261891, qt5-tools/trunk/qdbusviewer.desktop)
===================================================================
--- kde-unstable-i686/qdbusviewer.desktop (rev 0)
+++ kde-unstable-i686/qdbusviewer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt QDbusViewer
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=/usr/lib/qt/bin/qdbusviewer
+Icon=qdbusviewer
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,76 +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.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
-depends=('qt5-base')
-makedepends=()
-optdepends=('qt5-doc: documentation')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz"
- {assistant,designer,linguist,qdbusviewer}.desktop)
-md5sums=('f7e376678e3ec47d7380b8838c5ee8c1'
- 'b2897dd6a2967bccf8f10e397aafee55'
- '76e150b20178d2d43801f7367232e5f7'
- '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1')
-
-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/"
-
- # Useful symlinks
- install -d "${pkgdir}"/usr/bin
- for b in "${pkgdir}"/usr/lib/qt/bin/*; do
- ln -s /usr/lib/qt/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 261891, qt5-tools/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,76 @@
+# $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.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
+depends=('qt5-base')
+makedepends=()
+optdepends=('qt5-doc: documentation')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz"
+ {assistant,designer,linguist,qdbusviewer}.desktop)
+md5sums=('f7e376678e3ec47d7380b8838c5ee8c1'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '76e150b20178d2d43801f7367232e5f7'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1')
+
+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/"
+
+ # Useful symlinks
+ install -d "${pkgdir}"/usr/bin
+ for b in "${pkgdir}"/usr/lib/qt/bin/*; do
+ ln -s /usr/lib/qt/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-x86_64/assistant.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Qt Assistant
-Comment=Shows Qt documentation and examples
-Exec=/usr/lib/qt/bin/assistant
-Icon=assistant
-Terminal=false
-Type=Application
-Categories=Qt;Development;Documentation;
Copied: qt5-tools/repos/kde-unstable-x86_64/assistant.desktop (from rev 261891, qt5-tools/trunk/assistant.desktop)
===================================================================
--- kde-unstable-x86_64/assistant.desktop (rev 0)
+++ kde-unstable-x86_64/assistant.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=/usr/lib/qt/bin/assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;
Deleted: kde-unstable-x86_64/designer.desktop
===================================================================
--- kde-unstable-x86_64/designer.desktop 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-x86_64/designer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Qt Designer
-GenericName=Interface Designer
-Comment=Design GUIs for Qt applications
-Exec=/usr/lib/qt/bin/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 261891, qt5-tools/trunk/designer.desktop)
===================================================================
--- kde-unstable-x86_64/designer.desktop (rev 0)
+++ kde-unstable-x86_64/designer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt applications
+Exec=/usr/lib/qt/bin/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-x86_64/linguist.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt Linguist
-Comment=Add translations to Qt applications
-Exec=/usr/lib/qt/bin/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 261891, qt5-tools/trunk/linguist.desktop)
===================================================================
--- kde-unstable-x86_64/linguist.desktop (rev 0)
+++ kde-unstable-x86_64/linguist.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt Linguist
+Comment=Add translations to Qt applications
+Exec=/usr/lib/qt/bin/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 2016-03-16 13:16:06 UTC (rev 261891)
+++ kde-unstable-x86_64/qdbusviewer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt QDbusViewer
-GenericName=D-Bus Debugger
-Comment=Debug D-Bus applications
-Exec=/usr/lib/qt/bin/qdbusviewer
-Icon=qdbusviewer
-Terminal=false
-Type=Application
-Categories=Qt;Development;Debugger;
Copied: qt5-tools/repos/kde-unstable-x86_64/qdbusviewer.desktop (from rev 261891, qt5-tools/trunk/qdbusviewer.desktop)
===================================================================
--- kde-unstable-x86_64/qdbusviewer.desktop (rev 0)
+++ kde-unstable-x86_64/qdbusviewer.desktop 2016-03-16 13:16:28 UTC (rev 261892)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt QDbusViewer
+GenericName=D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=/usr/lib/qt/bin/qdbusviewer
+Icon=qdbusviewer
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;
More information about the arch-commits
mailing list