Michele Calgaro
34c35e11fb
Use proper TQt headers
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
3c012e46bd
tqt-replace and uic-tqt are no longer required
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Ing. Daniel Rozsnyó
bcdaa92c5e
Fix wrong nesting in KDE_CHECK_TQT_JPEG function
...
Signed-off-by: Ing. Daniel Rozsnyó <daniel@rozsnyo.com>
11 months ago
Slávek Banko
3bdc9fd55f
Improve TQt detection. Use CFLAGS from pkg-config
...
instead of hard-coded include paths.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro
fb9f93be9a
Fix detection of TQt3 following bug introduced in previous commit
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
4cee536196
Drop TQT_VERSION_ONLY
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Ray-V
80a742849d
Fix visibility support check
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
1 year ago
Michele Calgaro
d0f78209de
Drop USE_QT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko
9fdc22134b
Detect and use abiflags during Python 3 detection
...
because these are used as part of the library name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro
7e4fd6fc51
Update version detection for python 3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
b9fb6ca397
Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.
...
The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf.
To verify the C++ standard supported by the compiler, only the value
of the __cplusplus constant defined by the compiler is checked,
instead of testing examples of using individual C++ features.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
133b3127ab
Drop -ansi from CXXFLAGS because it is actually a synonym for enforcing -std=c++98.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
f656574fa0
Add includes to the UI file generated for testing TDE UIC plugins.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
gregory guy
8c7e0d40de
Make /opt/trinity the default PATH for search and install.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
f60afc3d42
Fix for (t)qmake.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
86158a269e
Just to reestablish the truth....
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
245cf67eba
Fix for the env variable TQTDOCDIR.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
aneejit1
ae96f3ea48
Allow TQt3 includes to exist somewhere other than /usr/include/tqt
...
The test for TQt3 fails when it's not installed in /usr due to CXXFLAGS being hardcoded to /usr/include/tqt. Amended to append to CXXFLAGS.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
4 years ago
Slávek Banko
68f23556e6
Drop definition of deprecated substitution type ksize_t.
...
This avoids FTBFS on FreeBSD 12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
83f68e199a
Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE.
...
Removed _XOPEN_SOURCE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7fdd2988ca
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7b38d20e88
Fixed following issues:
...
- bug in original admin module with wrong "fi" position (by Slávek
Banko)
- default settings for path check
- test for tqt3 detection
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
e9de3f5ab0
Fixed mistakes in previous commit related to test for tqt-mt.
...
Thanks to Slávek Banko for review the proposed code :-)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7ed4760de4
Conversion qt -> tqt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
e0f1af443c
Add cppunit detection using pkg-config
...
Obsolete cppunit-config was removed in cppunit 1.14.0
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
0e86934fc8
Add check if Java is >= 8
...
With Java >= 8 instead of javah, it is preferred to use javac
with option -h. In later Java versions, javah is removed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
04c35f89e0
Do not force C dialect for automake builds
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
92ee091d6e
Fix remaining renaming knewstuff
10 years ago
Slávek Banko
4813f61a33
Update default pam service name to 'tde'
11 years ago
Slávek Banko
a9f6b4e876
Update default pam service name to 'tde'
11 years ago
Slávek Banko
c413f6060b
Fix sqlite3 plugin detection
11 years ago
Michele Calgaro
b5c58c72eb
Update default C dialect to C99 standard. This resolves a FTBFS in tdemultimedia
...
when using libxine2-dev >=1.2.5-1.
11 years ago
Slávek Banko
8fd91e197f
Fix setting TQTDCOPIDLNG
11 years ago
Slávek Banko
bae6da3fa8
Rename kdewidgets => tdewidgets
11 years ago
Slávek Banko
6b7f7225ef
Additional k => tde renaming and fixes
11 years ago
Darrell Anderson
307fab5fda
Update files and references in support of bug report 1446.
12 years ago
Timothy Pearson
4027b878fb
Rename makekdewidgets
12 years ago
Timothy Pearson
d3351c945e
Rename KABC namespace
12 years ago
Timothy Pearson
50c595422f
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
39466b7b95
Fix Python library detection on multiarch systems
12 years ago
Timothy Pearson
c5cef804fe
Rename a few build variables for overall consistency
12 years ago
Timothy Pearson
b2340915fd
Rename kiobuffer and KHTML
12 years ago
Timothy Pearson
b6d5b67549
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
38cacb89dd
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
f30a3aea25
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Timothy Pearson
efdff81cd2
Allow build to proceed even if libhpi.so is not present
12 years ago
Timothy Pearson
69a6474abe
Use tqt3 moc
13 years ago
Darrell Anderson
06098efaf3
Update XDG information in support of bug report 892.
13 years ago
Darrell Anderson
a7f223eb92
Update acinclude.m4.in to avoid "unary operator expected" output
...
messages caused by failure to parse new TDE version scheme string.
This resolves bug report 819.
13 years ago
Darrell Anderson
ee037c6fad
Update final HTML install path so all modules are consistent.
13 years ago