diff options
author | ArTourter <artourter@gmail.com> | 2023-01-29 16:30:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-07 07:37:43 +0700 |
commit | 7d17655b86aba347470b6eedd205203775c4b0c2 (patch) | |
tree | 8934d39a14108c9a61c4715bf217d7ff0b62fdad /office/kbibtex/desktop_perms.patch | |
parent | 65b388bc0d1d0b863dbd7a4192c1019aa63e1c03 (diff) |
office/kbibtex: Updated for version 0.10.0
- 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>
Diffstat (limited to 'office/kbibtex/desktop_perms.patch')
-rw-r--r-- | office/kbibtex/desktop_perms.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/kbibtex/desktop_perms.patch b/office/kbibtex/desktop_perms.patch new file mode 100644 index 0000000000000..47061964c2d10 --- /dev/null +++ b/office/kbibtex/desktop_perms.patch @@ -0,0 +1,13 @@ +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} |