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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Feb 27 14:28:03 UTC 2013


    Date: Wednesday, February 27, 2013 @ 15:28:02
  Author: andrea
Revision: 85091

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

Added:
  qtcreator/repos/community-staging-i686/
  qtcreator/repos/community-staging-i686/PKGBUILD
    (from rev 85090, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-staging-i686/fix-build.patch
    (from rev 85090, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-staging-i686/qtcreator.desktop
    (from rev 85090, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-staging-i686/qtcreator.install
    (from rev 85090, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-staging-x86_64/
  qtcreator/repos/community-staging-x86_64/PKGBUILD
    (from rev 85090, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-staging-x86_64/fix-build.patch
    (from rev 85090, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-staging-x86_64/qtcreator.desktop
    (from rev 85090, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-staging-x86_64/qtcreator.install
    (from rev 85090, qtcreator/trunk/qtcreator.install)

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   57 +++++++++++++++++++++++++++
 community-staging-i686/fix-build.patch     |   10 ++++
 community-staging-i686/qtcreator.desktop   |    9 ++++
 community-staging-i686/qtcreator.install   |   12 +++++
 community-staging-x86_64/PKGBUILD          |   57 +++++++++++++++++++++++++++
 community-staging-x86_64/fix-build.patch   |   10 ++++
 community-staging-x86_64/qtcreator.desktop |    9 ++++
 community-staging-x86_64/qtcreator.install |   12 +++++
 8 files changed, 176 insertions(+)

Copied: qtcreator/repos/community-staging-i686/PKGBUILD (from rev 85090, qtcreator/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-27 14:28:02 UTC (rev 85091)
@@ -0,0 +1,57 @@
+# $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=2.6.2
+_pkgver=2.6.2
+pkgrel=2
+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')
+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://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz"
+        'qtcreator.desktop'
+        'fix-build.patch')
+md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
+         '82888d4be900e7833d768050a135cd37'
+         '4087c00d853addf97ca329d304e9a0a5')
+
+build() {
+  cd qt-creator-${_pkgver}-src
+  patch -p1 -i "${srcdir}"/fix-build.patch
+  cd ../
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-${_pkgver}-src/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-${_pkgver}-src/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/community-staging-i686/fix-build.patch (from rev 85090, qtcreator/trunk/fix-build.patch)
===================================================================
--- community-staging-i686/fix-build.patch	                        (rev 0)
+++ community-staging-i686/fix-build.patch	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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/community-staging-i686/qtcreator.desktop (from rev 85090, qtcreator/trunk/qtcreator.desktop)
===================================================================
--- community-staging-i686/qtcreator.desktop	                        (rev 0)
+++ community-staging-i686/qtcreator.desktop	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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/community-staging-i686/qtcreator.install (from rev 85090, qtcreator/trunk/qtcreator.install)
===================================================================
--- community-staging-i686/qtcreator.install	                        (rev 0)
+++ community-staging-i686/qtcreator.install	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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/community-staging-x86_64/PKGBUILD (from rev 85090, qtcreator/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-27 14:28:02 UTC (rev 85091)
@@ -0,0 +1,57 @@
+# $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=2.6.2
+_pkgver=2.6.2
+pkgrel=2
+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')
+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://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz"
+        'qtcreator.desktop'
+        'fix-build.patch')
+md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
+         '82888d4be900e7833d768050a135cd37'
+         '4087c00d853addf97ca329d304e9a0a5')
+
+build() {
+  cd qt-creator-${_pkgver}-src
+  patch -p1 -i "${srcdir}"/fix-build.patch
+  cd ../
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-${_pkgver}-src/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-${_pkgver}-src/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/community-staging-x86_64/fix-build.patch (from rev 85090, qtcreator/trunk/fix-build.patch)
===================================================================
--- community-staging-x86_64/fix-build.patch	                        (rev 0)
+++ community-staging-x86_64/fix-build.patch	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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/community-staging-x86_64/qtcreator.desktop (from rev 85090, qtcreator/trunk/qtcreator.desktop)
===================================================================
--- community-staging-x86_64/qtcreator.desktop	                        (rev 0)
+++ community-staging-x86_64/qtcreator.desktop	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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/community-staging-x86_64/qtcreator.install (from rev 85090, qtcreator/trunk/qtcreator.install)
===================================================================
--- community-staging-x86_64/qtcreator.install	                        (rev 0)
+++ community-staging-x86_64/qtcreator.install	2013-02-27 14:28:02 UTC (rev 85091)
@@ -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