Commit Graph

25 Commits

Author SHA1 Message Date
Tony Theodore 01a4c03baa make cleanup-style 2018-03-15 12:34:41 +11:00
Mark Brand 9e9ad63304 qtservice: provide pkgconfig .pc file 2018-03-12 15:11:47 +11:00
Mark Brand d40bafda7a qtservice: build shared lib 2018-03-12 15:11:47 +11:00
Mark Brand ef9867b11d qtservice: replace patch with qmake arguments 2018-03-12 15:11:47 +11:00
Mark Brand 20ba76c1a6 update qtservice 2018-01-24 01:21:14 +01:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Tony Theodore b0e89cbbaf qt5 modules: remove disabled debug workaround for *.pc files 2016-07-17 00:30:44 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand bc2a46a5f6 qtservice: update 2015-08-09 11:42:29 +02:00
Moritz Bunkus 263b98a435 various qt packages: fix libraries having debug postfix in pkg-config files
qmake is invoked with removed debug options as a workaround for
https://bugreports.qt-project.org/browse/QTBUG-30898

This fix uses the same mechanism used for qtbase.mk in b30e9d41.
2015-07-04 14:56:34 +02:00
Mark Brand cb2f2371fe qtservice: update 2015-06-13 17:02:37 +02:00
Mark Brand a2537b1194 qtservice: remove stray macro 2015-01-30 21:46:38 +01:00
Mark Brand 1d4bf65bb3 qtservice: update 2015-01-29 12:55:31 +01:00
Timothy Gu 7d265e6f70 Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:42:11 +00:00
Timothy Gu a108a13fcf Revert "qt5: try to fix CMake files"
This reverts commit 8a6cf7cab7.
2014-09-23 09:43:28 -07:00
Timothy Gu 8a6cf7cab7 qt5: try to fix CMake files
See #466.

This is one of the worst hacks I've ever seen. If there is a way to fix
this better, please mention on #466.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-22 21:53:47 -07:00
Timothy Gu 8b70bf0008 qt*: Disable all packages on i686-pc-mingw32 that depends on qtbase
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-18 07:24:32 -07:00
Timothy Gu 9f7c1f8fd6 qtservice, qtsystems: move download URL to GitHub
Gitorious is very unstable lately.

See #452, #473, #480.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-22 08:54:56 -07:00
Guilherme Bernal 414a585650 qtservice, qtsystems: fix checksums (again) 2014-08-19 23:23:32 -03:00
Timothy Gu e1683bfa2a qtservice, qtsystems: fix checksums
Fixes #452.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-08 13:42:22 -07:00
Mark Brand f4cafd0edb update package qtservice 2014-04-04 17:58:11 +02:00
Mark Brand 1b221fd4d5 new project qtservice 2013-08-29 12:01:41 +02:00