mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
7d17655b86
- disabled build testing as requires X which doesn't work with sudo anyway and slows down build - Using git repo archive download link as the stable kde downloads links are not permanent - add patch to fix desktop file permissions Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
309 B
Diff
13 lines
309 B
Diff
diff --git a/src/program/CMakeLists.txt b/src/program/CMakeLists.txt
|
|
index b9ed670f..8ff76302 100644
|
|
--- a/src/program/CMakeLists.txt
|
|
+++ b/src/program/CMakeLists.txt
|
|
@@ -135,7 +135,7 @@ install(
|
|
)
|
|
|
|
install(
|
|
- PROGRAMS
|
|
+ FILES
|
|
org.kde.kbibtex.desktop
|
|
DESTINATION
|
|
${KDE_INSTALL_APPDIR}
|