summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13_broken/README
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-09-20 17:08:32 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-09-29 06:38:40 +0000
commit018f946ee70600993c60a74046f417ca05bdb41b (patch)
tree37829ad4f8af4005172148ee78ab38b67328cecb /arch/3.5.13_broken/README
parent2bcda9ee7da7582ee0e550a71b9f865cac76dce2 (diff)
downloadtde-packaging-018f946ee70600993c60a74046f417ca05bdb41b.tar.gz
tde-packaging-018f946ee70600993c60a74046f417ca05bdb41b.zip
ArchLinux: Take a newer state of pkgbuilds from Michael Manley
Clean old long-term not maintained pkgbuilds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'arch/3.5.13_broken/README')
-rw-r--r--arch/3.5.13_broken/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/3.5.13_broken/README b/arch/3.5.13_broken/README
deleted file mode 100644
index 4631fc8dc..000000000
--- a/arch/3.5.13_broken/README
+++ /dev/null
@@ -1,27 +0,0 @@
-Those are PKGBUILDs for trinity components
-that won't build on arch because of various reasons.
-
-I've out them here for archival reasons.
-
-PKGBUILDs itself (apart for dependencies) are pretty
-much finished for those.
-
-After fixing and veryfing that they build pleas move
-them to the 3.5.13 dir.
-
-Problems with builds:
- kgtk-qt3:
- not our CMakeLists.txt files. Probably created
- by original KDE team (since it includes options
- for building it for Qt4). Cannot be build because
- of hard coded paths to tmoc. And uic-tqt.
- Fix for uic-tqt is included in the patch, but tmoc
- cannot be fixed. Maybe manually passing
- -DQT_MOC_EXECUTABLE=/opt/trinity/bin/tmoc could help?
- Tried: cmake hangs after "--Found Threads:TRUE"
- message. Top shows 24 sed processes. Any fix?
- If it cannot be fixed, maybe whole CMake should
- be rewritten for this?
-
- wlassistant:
- hardcoded incudes? Does not compile?