[arch-commits] Commit in qtcreator/repos (10 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Dec 2 00:30:02 UTC 2013


    Date: Monday, December 2, 2013 @ 01:30:02
  Author: svenstaro
Revision: 101821

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

Added:
  qtcreator/repos/kde-unstable-i686/
  qtcreator/repos/kde-unstable-i686/PKGBUILD
    (from rev 101820, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-i686/fix-build.patch
    (from rev 101820, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-i686/qtcreator.desktop
    (from rev 101820, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-i686/qtcreator.install
    (from rev 101820, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/kde-unstable-x86_64/
  qtcreator/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 101820, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/kde-unstable-x86_64/fix-build.patch
    (from rev 101820, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop
    (from rev 101820, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/kde-unstable-x86_64/qtcreator.install
    (from rev 101820, qtcreator/trunk/qtcreator.install)

---------------------------------------+
 kde-unstable-i686/PKGBUILD            |   51 ++++++++++++++++++++++++++++++++
 kde-unstable-i686/fix-build.patch     |   10 ++++++
 kde-unstable-i686/qtcreator.desktop   |    9 +++++
 kde-unstable-i686/qtcreator.install   |   12 +++++++
 kde-unstable-x86_64/PKGBUILD          |   51 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/fix-build.patch   |   10 ++++++
 kde-unstable-x86_64/qtcreator.desktop |    9 +++++
 kde-unstable-x86_64/qtcreator.install |   12 +++++++
 8 files changed, 164 insertions(+)

Copied: qtcreator/repos/kde-unstable-i686/PKGBUILD (from rev 101820, qtcreator/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya <ornitorrincos at archlinux-es.org>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: Dan Vratil <progdan at progdansoft.com>
+# Contributor: thotypous <matiasΘarchlinux-br·org>
+# Contributor: delor <bartekpiech gmail com>
+
+pkgname=qtcreator
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+            'gdb: for the debugger'
+            'cmake: for cmake project support'
+            'openssh-askpass: for ssh support'
+            'git: for git support'
+            'mercurial: for mercurial support'
+            'bzr: for bazaar support'
+            'valgrind: for analyze support')
+install=qtcreator.install
+source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz"
+        'qtcreator.desktop')
+md5sums=('50f3d001655092474440290e0cfad1de'
+         '82888d4be900e7833d768050a135cd37')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop ${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/kde-unstable-i686/fix-build.patch (from rev 101820, qtcreator/trunk/fix-build.patch)
===================================================================
--- kde-unstable-i686/fix-build.patch	                        (rev 0)
+++ kde-unstable-i686/fix-build.patch	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~	2013-02-27 13:55:23.818990553 +0000
++++ qt-creator-2.6.2-src/qtcreator.pri	2013-02-27 13:55:52.335454428 +0000
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += \
++    /usr/include \
+     $$IDE_BUILD_TREE/src \ # for <app/app_version.h>
+     $$IDE_SOURCE_TREE/src/libs \
+     $$IDE_SOURCE_TREE/tools \

Copied: qtcreator/repos/kde-unstable-i686/qtcreator.desktop (from rev 101820, qtcreator/trunk/qtcreator.desktop)
===================================================================
--- kde-unstable-i686/qtcreator.desktop	                        (rev 0)
+++ kde-unstable-i686/qtcreator.desktop	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/kde-unstable-i686/qtcreator.install (from rev 101820, qtcreator/trunk/qtcreator.install)
===================================================================
--- kde-unstable-i686/qtcreator.install	                        (rev 0)
+++ kde-unstable-i686/qtcreator.install	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: qtcreator/repos/kde-unstable-x86_64/PKGBUILD (from rev 101820, qtcreator/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya <ornitorrincos at archlinux-es.org>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: Dan Vratil <progdan at progdansoft.com>
+# Contributor: thotypous <matiasΘarchlinux-br·org>
+# Contributor: delor <bartekpiech gmail com>
+
+pkgname=qtcreator
+pkgver=3.0.0rc1
+_pkgver=3.0.0-rc1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+            'gdb: for the debugger'
+            'cmake: for cmake project support'
+            'openssh-askpass: for ssh support'
+            'git: for git support'
+            'mercurial: for mercurial support'
+            'bzr: for bazaar support'
+            'valgrind: for analyze support')
+install=qtcreator.install
+source=("http://download.qt-project.org/development_releases/qtcreator/3.0/${_pkgver}/qt-creator-opensource-src-${_pkgver}.tar.gz"
+        'qtcreator.desktop')
+md5sums=('50f3d001655092474440290e0cfad1de'
+         '82888d4be900e7833d768050a135cd37')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-opensource-src-${_pkgver}/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop ${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator-opensource-src-${_pkgver}/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/kde-unstable-x86_64/fix-build.patch (from rev 101820, qtcreator/trunk/fix-build.patch)
===================================================================
--- kde-unstable-x86_64/fix-build.patch	                        (rev 0)
+++ kde-unstable-x86_64/fix-build.patch	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~	2013-02-27 13:55:23.818990553 +0000
++++ qt-creator-2.6.2-src/qtcreator.pri	2013-02-27 13:55:52.335454428 +0000
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += \
++    /usr/include \
+     $$IDE_BUILD_TREE/src \ # for <app/app_version.h>
+     $$IDE_SOURCE_TREE/src/libs \
+     $$IDE_SOURCE_TREE/tools \

Copied: qtcreator/repos/kde-unstable-x86_64/qtcreator.desktop (from rev 101820, qtcreator/trunk/qtcreator.desktop)
===================================================================
--- kde-unstable-x86_64/qtcreator.desktop	                        (rev 0)
+++ kde-unstable-x86_64/qtcreator.desktop	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/kde-unstable-x86_64/qtcreator.install (from rev 101820, qtcreator/trunk/qtcreator.install)
===================================================================
--- kde-unstable-x86_64/qtcreator.install	                        (rev 0)
+++ kde-unstable-x86_64/qtcreator.install	2013-12-02 00:30:02 UTC (rev 101821)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list