Package Details: qtcreator-src 8.0.1-1

Git Clone URL: https://aur.archlinux.org/qtcreator-src.git (read-only, click to copy)
Package Base: qtcreator-src
Description: Source code of Qt Creator IDE needed to build plugins
Upstream URL: https://www.qt.io
Licenses: LGPL
Submitter: felixzero
Maintainer: trollixx
Last Packager: trollixx
Votes: 14
Popularity: 0.000000
First Submitted: 2011-09-25 21:38 (UTC)
Last Updated: 2022-10-02 17:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

MarsSeed commented on 2023-08-21 00:56 (UTC)

This package is an obsolete duplicate with a different name and directory structure of repo's qtcreator-devel, which corresponds to the same version of repo's qtcreator.

Please don't try to revive this as a parallel package to repo's qtcreator source bundle. As per guidelines, this PKGBUILD should be deleted from AUR.

MarsSeed commented on 2023-08-21 00:50 (UTC)

Normally it should not be so.

An in-development plugin (i.e. its latest commit version) should aim to support at least the latest stable Qt Creator.

If it requires experimental features not yet available in the latter, it should detect this during build time or runtime, and adapt to the available feature set of the used Qt Creator.

Ashark commented on 2023-08-21 00:22 (UTC)

I guess the plugins ending with -git suppose you use qtcreator-src-git.

MarsSeed commented on 2023-08-21 00:17 (UTC)

@Ashark, this package should be deleted, and any remaining QtCreator plugins on AUR that rely on this should be modernized to use repo's qtcreator-devel, or get deleted if no longer maintainable.

Ashark commented on 2023-08-20 23:47 (UTC)

By the way, there is a qtcreator-devel package, containing source files. It has slightly diffetent paths. For example:
in qtcreator-devel: /usr/include/qtcreator/src/libs/3rdparty/cplusplus/Type.h
in qtcreator-src: /usr/src/qtcreator/src/libs/3rdparty/cplusplus/Type.h

Ashark commented on 2023-08-20 23:05 (UTC)

Please update to 11.0.1

pkgver=11.0.1
sha256sums=('4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73')

Martchus commented on 2017-11-18 21:17 (UTC)

Customizing the extension in the PKGBUILD file is not nice IMHO. Instead, let the user make the decision like any other package does. I understand that it might be desirable to have a special configuration for some packages. However, introducing a separate variable for that purpose (which could be set in /etc/makepkg.conf) would be less intrusive. In PKGBUILD: ``` [[ $QT_CREATOR_SRC_PKGEXT ]] && PKGEXT="${QT_CREATOR_SRC_PKGEXT}" ``` In /etc/makepkg.conf: ``` QT_CREATOR_SRC_PKGEXT='.pkg.tar' ```

jcelerier commented on 2015-12-19 10:43 (UTC) (edited on 2015-12-19 10:43 (UTC) by jcelerier)

Please update with 3.6.0 : http://download.qt.io/official_releases/qtcreator/3.6/3.6.0/qt-creator-opensource-src-3.6.0.tar.gz.mirrorlist md5 is : 6b0052a6d671318fca540a190cacd97d By the way since AUR migrated to git, isn't there a way to allow pull requests to AUR packages ? This would remove a lot of burden on maintainers I think.

fargie_s commented on 2015-12-13 23:40 (UTC)

Updated pkgbuild: https://gist.github.com/fargies/f04c3702537db1f67dab Matches current qtcreator package, but breaks some plugins