Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/qt-creator: disable on s390x | Natanael Copa | 2018-02-10 | 1 | -1/+1 |
| | | | | build fails | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | testing/qt-creator: Disable build on ppc64le | Breno Leitao | 2017-05-09 | 1 | -1/+1 |
| | | | | | | | | | | qt-creator currently fails to build on ppc64le due to several errors like: language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address] if (!!&a != !!&b) Since this is more a desktop package, skipping it on ppc64le for now. | ||||
* | testing/qt-creator: disable on aarch64 | Carlo Landmeter | 2016-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | g++ -c -pipe -fPIC -ansi -fpermissive -finline-functions -Wno-long-long -O2 -fvisibility=hidden -Wall -W -D_REENTRANT -fPIC -DQSSH_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DBOTAN_DLL= -DBOTAN_TARGET_OS_HAS_GETTIMEOFDAY -DBOTAN_HAS_ALLOC_MMAP -DBOTAN_HAS_ENTROPY_SRC_DEV_RANDOM -DBOTAN_HAS_ENTROPY_SRC_EGD -DBOTAN_HAS_ENTROPY_SRC_FTW -DBOTAN_HAS_ENTROPY_SRC_UNIX -DBOTAN_HAS_MUTEX_PTHREAD -DBOTAN_HAS_PIPE_UNIXFD_IO -DBOTAN_TARGET_OS_IS_LINUX -DBOTAN_TARGET_OS_HAS_CLOCK_GETTIME -DBOTAN_TARGET_OS_HAS_DLOPEN -DBOTAN_TARGET_OS_HAS_GMTIME_R -DBOTAN_TARGET_OS_HAS_POSIX_MLOCK -DBOTAN_HAS_DYNAMICALLY_LOADED_ENGINE -DBOTAN_HAS_DYNAMIC_LOADER -DBOTAN_BUILD_COMPILER_IS_GCC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I../../../src -I../../libs -I/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/tools -I../../plugins -I../3rdparty -I.moc/release-shared -I.uic -o .obj/release-shared/botan.o ../3rdparty/botan/botan.cpp ../3rdparty/botan/botan.cpp:46234:21: fatal error: cpuid.h: No such file or directory #include <cpuid.h> ^ compilation terminated. make[3]: *** [Makefile:4265: .obj/release-shared/botan.o] Error 1 make[3]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs/ssh' make[2]: *** [Makefile:253: sub-ssh-make_default] Error 2 make[2]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs' make[1]: *** [Makefile:42: sub-libs-make_default-ordered] Error 2 make[1]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src' | ||||
* | testing/qt-creator: apply upstream arm build fix | Timo Teräs | 2016-04-05 | 2 | -0/+82 |
| | |||||
* | testing/qt-creator: use paxmark | Timo Teräs | 2015-04-10 | 1 | -3/+3 |
| | |||||
* | testing/qt-creator: upgrade to 3.0.1 | Timo Teräs | 2014-03-03 | 3 | -6/+58 |
| | |||||
* | testing/qt-creator: qmlpuppet needs paxctl treatment too | Timo Teräs | 2012-09-18 | 1 | -2/+3 |
| | |||||
* | testing/qt-creator: depend on qt-private-dev | Natanael Copa | 2012-09-18 | 1 | -2/+2 |
| | | | | It is needed for qmlpuppet | ||||
* | testing/qt-creator: upgrade to 2.5.2 | Natanael Copa | 2012-09-18 | 1 | -4/+6 |
| | |||||
* | testing/qt-creator: new aport | Natanael Copa | 2012-07-09 | 2 | -0/+53 |
Lightweight and cross-platform IDE for Qt http://developer.qt.nokia.com/wiki/Category:Tools::QtCreator |