mirror of
https://github.com/lubuntu-team/trojita-packaging.git
synced 2025-08-10 15:14:05 +00:00
make libs private
This commit is contained in:
parent
0cfb42a592
commit
a6f8fc187f
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,5 +2,6 @@ trojita (0.7-0ubuntu1) cosmic; urgency=medium
|
|||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
* Include support for GpgME's native C++ bindings.
|
* Include support for GpgME's native C++ bindings.
|
||||||
|
* Make libs private.
|
||||||
|
|
||||||
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 05 Sep 2018 00:15:44 -0700
|
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 05 Sep 2018 00:15:44 -0700
|
||||||
|
22
debian/patches/make-libs-private.patch
vendored
Normal file
22
debian/patches/make-libs-private.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Description: Make libs private.
|
||||||
|
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||||
|
Last-Update: 2018-10-02
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -125,14 +125,10 @@ else()
|
||||||
|
message(STATUS "Could not find QtKeychain library")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
-if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
|
||||||
|
- set(CMAKE_INSTALL_LIBDIR "lib${LIB_SUFFIX}")
|
||||||
|
-endif()
|
||||||
|
+set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR}/trojita")
|
||||||
|
mark_as_advanced(CMAKE_INSTALL_LIBDIR)
|
||||||
|
|
||||||
|
-if(NOT CMAKE_INSTALL_PLUGIN_DIR)
|
||||||
|
- set(CMAKE_INSTALL_PLUGIN_DIR "${CMAKE_INSTALL_LIBDIR}/trojita")
|
||||||
|
-endif()
|
||||||
|
+set(CMAKE_INSTALL_PLUGIN_DIR "${CMAKE_INSTALL_LIBDIR}")
|
||||||
|
mark_as_advanced(CMAKE_INSTALL_PLUGIN_DIR)
|
||||||
|
|
||||||
|
if(NOT PLUGIN_DIR)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1,3 @@
|
|||||||
vanilla-gpgme-support.patch
|
vanilla-gpgme-support.patch
|
||||||
fix-gpg-test.patch
|
fix-gpg-test.patch
|
||||||
|
make-libs-private.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user