mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qtcreator to 3.4.0-2
This commit is contained in:
parent
4eb07cafe4
commit
4a3790562d
2 changed files with 7 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
pkgname=qtcreator
|
||||
pkgver=3.4.0
|
||||
_pkgver=v3.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
|
@ -36,7 +36,7 @@ source=("git+https://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
|||
'0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch')
|
||||
md5sums=('SKIP'
|
||||
'SKIP'
|
||||
'aab59d7e8b8527b18a41ec310bd6e543'
|
||||
'800c94165c547b64012a207d9830250a'
|
||||
'49924cb71a664d079b8283a7173bc14f')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Exec=/usr/bin/qtcreator
|
||||
Type=Application
|
||||
Exec=qtcreator %F
|
||||
Name=Qt Creator
|
||||
GenericName=C++ IDE
|
||||
GenericName=C++ IDE for developing Qt applications
|
||||
X-KDE-StartupNotify=true
|
||||
Icon=QtProject-qtcreator
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;Development;
|
||||
Categories=Development;IDE;Qt;
|
||||
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
|
||||
|
|
Loading…
Reference in a new issue