mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qtcreator to 3.0.1-1
This commit is contained in:
parent
86eddfd9a9
commit
a5cfbab066
2 changed files with 5 additions and 5 deletions
|
@ -10,9 +10,9 @@
|
||||||
# - patch to upgrade included botan version so it builds on ARM
|
# - patch to upgrade included botan version so it builds on ARM
|
||||||
|
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
pkgver=3.0.0
|
pkgver=3.0.1
|
||||||
_pkgver=3.0.0
|
_pkgver=3.0.1
|
||||||
pkgrel=2
|
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'
|
url='http://qt-project.org'
|
||||||
|
@ -35,7 +35,7 @@ source=("git://gitorious.org/qt-creator/qt-creator.git#tag=v${_pkgver}"
|
||||||
'botan-upgrade.patch')
|
'botan-upgrade.patch')
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'82888d4be900e7833d768050a135cd37'
|
'50880836fd62ccd87550940feb995f06'
|
||||||
'7d71e58bdb7a918adb779b0e527fbba5')
|
'7d71e58bdb7a918adb779b0e527fbba5')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -3,7 +3,7 @@ Exec=/usr/bin/qtcreator
|
||||||
Name=Qt Creator
|
Name=Qt Creator
|
||||||
GenericName=C++ IDE
|
GenericName=C++ IDE
|
||||||
X-KDE-StartupNotify=true
|
X-KDE-StartupNotify=true
|
||||||
Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
|
Icon=QtProject-qtcreator.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Qt;Development;
|
Categories=Qt;Development;
|
||||||
|
|
Loading…
Reference in a new issue