Fix .desktop file
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,10 +1,8 @@
|
|||||||
# Generated by makepkg 4.2.1
|
|
||||||
# Mon Mar 9 14:53:10 UTC 2015
|
|
||||||
pkgbase = qtcreator-git
|
pkgbase = qtcreator-git
|
||||||
pkgdesc = Lightweight, cross-platform integrated development environment
|
pkgdesc = Lightweight, cross-platform integrated development environment
|
||||||
pkgver = v3.4.0.beta1.r95.gd65d84f
|
pkgver = v3.6.0.beta1.r111.ga1f2b8c
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://qt-project.org/wiki/Category:Tools::QtCreator
|
url = http://wiki.qt.io/Category:Tools::QtCreator
|
||||||
install = qtcreator-git.install
|
install = qtcreator-git.install
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -32,7 +30,7 @@ pkgbase = qtcreator-git
|
|||||||
source = qtcreator.desktop
|
source = qtcreator.desktop
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = 50880836fd62ccd87550940feb995f06
|
md5sums = 800c94165c547b64012a207d9830250a
|
||||||
|
|
||||||
pkgname = qtcreator-git
|
pkgname = qtcreator-git
|
||||||
|
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@@ -7,11 +7,11 @@
|
|||||||
# Contributor: heinz from #qt-creator
|
# Contributor: heinz from #qt-creator
|
||||||
|
|
||||||
pkgname=qtcreator-git
|
pkgname=qtcreator-git
|
||||||
pkgver=v3.4.0.beta1.r95.gd65d84f
|
pkgver=v3.6.0.beta1.r111.ga1f2b8c
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight, cross-platform integrated development environment"
|
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://qt-project.org/wiki/Category:Tools::QtCreator"
|
url='http://wiki.qt.io/Category:Tools::QtCreator'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
|
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
|
||||||
makedepends=('git' 'mesa' 'clang')
|
makedepends=('git' 'mesa' 'clang')
|
||||||
@@ -33,7 +33,7 @@ source=("git://code.qt.io/qt-creator/qt-creator.git"
|
|||||||
'qtcreator.desktop')
|
'qtcreator.desktop')
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'50880836fd62ccd87550940feb995f06')
|
'800c94165c547b64012a207d9830250a')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd qt-creator
|
cd qt-creator
|
||||||
@@ -53,7 +53,7 @@ build() {
|
|||||||
[[ -d build ]] && rm -r build
|
[[ -d build ]] && rm -r build
|
||||||
mkdir build && cd 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
|
||||||
make docs -j1
|
make docs -j1
|
||||||
}
|
}
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Exec=/usr/bin/qtcreator
|
|
||||||
Name=Qt Creator
|
|
||||||
GenericName=C++ IDE
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
Icon=QtProject-qtcreator.png
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
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;
|
||||||
|
Reference in New Issue
Block a user