aboutsummaryrefslogtreecommitdiffstats
path: root/main/qt
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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/
* main/qt: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/qt: fix build with icu-59Natanael Copa2017-07-252-2/+44
|
* main/qt: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/qt: rebuild to fix depends for subpackagesNatanael Copa2017-03-211-1/+1
|
* main/qt: add s390x supportTuan M. Hoang2017-03-203-29/+57
|
* main/qt: bump pkgrel due to dbus-dev upgradeFrancesco Colista2017-01-191-1/+1
|
* main/qt: workaround for gcc bugNatanael Copa2016-10-172-4/+23
| | | | | remove -O2 for declarative to work around a bug in gcc https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78004
* main/qt: rebuild against libresslNatanael Copa2016-10-102-5/+61
|
* main/qt: fix build on gcc6 and aarch64Carlo Landmeter2016-08-093-16/+576
|
* main/qt: upgrade to 4.8.7Natanael Copa2015-07-151-5/+5
|
* main/qt: use paxmarkTimo Teräs2015-04-091-5/+4
|
* main/qt: rebuild against mariadbŁukasz Jendrysik2015-01-261-3/+4
|
* main/qt: upgrade to 4.8.6Natanael Copa2014-11-031-6/+6
|
* main/qt: fix iconv for muslTimo Teräs2013-10-192-0/+15
| | | | musl does not currently support BOM, so patch the iconv to not use it.
* main/qt: fix arm buildTimo Teräs2013-10-151-0/+1
| | | | | seems that pch is somehow broken, or something wrong with the parallel build if there's slow cpu.
* main/qt: abuild will move *.prl to -dev for usNatanael Copa2013-10-081-2/+0
|
* main/qt: fix musl buildTimo Teräs2013-10-073-1/+40
|
* main/qt: rebuild against libmng-2, split out translations, fix urlNatanael Copa2013-10-031-5/+13
|
* main/qt: upgrade to 4.8.5Timo Teräs2013-09-252-35/+45
| | | | many bug fixes. rebase the theme patch too.
* main/qt: rebuild against libpng16Natanael Copa2013-08-271-1/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-0/+1
|
* main/qt: add hicolor-icon-theme to makedependsNatanael Copa2013-04-241-2/+2
| | | | | | | the qt-x11 subpackage depends on it so it will be needed to install qt-dev by adding it to makedepends we make sure that it is picked up by abuild -R when boostrapping the repo. (otherwise the hicolor-icon-theme would not be built early enough)
* main/qt: fix circular dependencyNatanael Copa2013-04-161-1/+4
| | | | | | qmlplugindump(qt) -> so:libQtDeclarative.so.4(qt-x11) -> qt we move qmlplugindump to qt-x11
* main/qt: rebuild against mesa-9.1Natanael Copa2013-03-051-1/+1
|
* main/qt: upgrade to 4.8.4Natanael Copa2012-11-301-3/+3
|
* main/qt: rebuild against mesa-9.0Natanael Copa2012-10-171-1/+1
|
* main/qt: add qt-tds subpackageNatanael Copa2012-09-181-4/+10
|
* main/qt: subpackage for private headersNatanael Copa2012-09-181-3/+22
| | | | | - private headers for qmlpuppet (qt-creator) - paxctl qmlviewer and designer
* main/qt: upgrade to 4.8.3Natanael Copa2012-09-142-18/+4
|
* main/qt: remove rpath, build fix for gcc-4.7Natanael Copa2012-09-122-2/+18
|
* main/qt: upgrade to 4.8.2Natanael Copa2012-08-071-5/+6
|
* main/qt: rebuild against tiff-4Natanael Copa2012-07-231-1/+1
|
* main/qt: rebuild against sqlite-libsNatanael Copa2012-05-311-1/+1
|
* main/qt: remove unused fileNatanael Copa2012-05-241-119/+0
|
* main/qt: rebuild against glib-2.32Natanael Copa2012-04-251-1/+1
|
* main/qt: upgrade to 4.8.1Natanael Copa2012-04-031-3/+3
|
* main/qt: rebuild against mesa-8.0Natanael Copa2012-02-291-1/+1
|
* main/qt: actually apply the qsettings patchNatanael Copa2012-02-231-1/+3
|
* main/qt: make qsettings mutex recursiveNatanael Copa2012-02-222-1/+18
| | | | | fixes deadlock when starting up rosegarden http://developer.qt.nokia.com/forums/viewthread/10365
* main/qt: fix GTK theme detectionTimo Teräs2012-02-032-1/+68
|
* main/qt: upgrade to 4.8.0Natanael Copa2011-12-191-3/+3
|
* main/qt: rebuild against mesa-7.11Natanael Copa2011-10-251-1/+1
|
* main/qt: upgrade to 4.7.4Natanael Copa2011-09-041-3/+3
|
* main/qt: fix makedependsNatanael Copa2011-07-041-5/+7
|
* main/qt: remove *.la filesWilliam Pitcock2011-06-291-1/+2
|
* main/qt: rebuild against libpng1.5William Pitcock2011-05-131-1/+1
|
* main/qt: upgrade to 4.7.3Natanael Copa2011-05-061-3/+3
|
* main/qt: move from testingWilliam Pitcock2011-04-097-0/+397