Fix .desktop file

This commit is contained in:
Rodrigo Bezerra
2015-10-31 15:38:00 -03:00
parent fac346f6a5
commit 92004f69d0
3 changed files with 16 additions and 17 deletions

View File

@@ -1,10 +1,8 @@
# Generated by makepkg 4.2.1
# Mon Mar 9 14:53:10 UTC 2015
pkgbase = qtcreator-git
pkgdesc = Lightweight, cross-platform integrated development environment
pkgver = v3.4.0.beta1.r95.gd65d84f
pkgver = v3.6.0.beta1.r111.ga1f2b8c
pkgrel = 1
url = http://qt-project.org/wiki/Category:Tools::QtCreator
url = http://wiki.qt.io/Category:Tools::QtCreator
install = qtcreator-git.install
arch = i686
arch = x86_64
@@ -32,7 +30,7 @@ pkgbase = qtcreator-git
source = qtcreator.desktop
md5sums = SKIP
md5sums = SKIP
md5sums = 50880836fd62ccd87550940feb995f06
md5sums = 800c94165c547b64012a207d9830250a
pkgname = qtcreator-git

View File

@@ -7,11 +7,11 @@
# Contributor: heinz from #qt-creator
pkgname=qtcreator-git
pkgver=v3.4.0.beta1.r95.gd65d84f
pkgver=v3.6.0.beta1.r111.ga1f2b8c
pkgrel=1
pkgdesc="Lightweight, cross-platform integrated development environment"
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url="http://qt-project.org/wiki/Category:Tools::QtCreator"
url='http://wiki.qt.io/Category:Tools::QtCreator'
license=('LGPL')
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
makedepends=('git' 'mesa' 'clang')
@@ -33,7 +33,7 @@ source=("git://code.qt.io/qt-creator/qt-creator.git"
'qtcreator.desktop')
md5sums=('SKIP'
'SKIP'
'50880836fd62ccd87550940feb995f06')
'800c94165c547b64012a207d9830250a')
pkgver() {
cd qt-creator
@@ -53,7 +53,7 @@ build() {
[[ -d build ]] && rm -r build
mkdir build && cd build
LLVM_INSTALL_DIR=/usr qmake -r CONFIG+=journald ../qt-creator/qtcreator.pro
LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
make
make docs -j1
}

View File

@@ -1,9 +1,10 @@
[Desktop Entry]
Exec=/usr/bin/qtcreator
Name=Qt Creator
GenericName=C++ IDE
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator.png
Terminal=false
Type=Application
Categories=Qt;Development;
Exec=qtcreator %F
Name=Qt Creator
GenericName=C++ IDE for developing Qt applications
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator
Terminal=false
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;