mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-auth/AusweisApp2: drop patch
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
This commit is contained in:
@@ -32,4 +32,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/1.20.0-fix-Install.cmake.patch )
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@@ -32,4 +32,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/1.20.0-fix-Install.cmake.patch )
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
diff --git a/cmake/Install.cmake b/cmake/Install.cmake
|
||||
index a13e029..336785c 100644
|
||||
--- a/cmake/Install.cmake
|
||||
+++ b/cmake/Install.cmake
|
||||
@@ -269,6 +269,13 @@ ELSEIF(ANDROID)
|
||||
ELSEIF(UNIX)
|
||||
IF(BUILD_SHARED_LIBS)
|
||||
SET(CMAKE_INSTALL_RPATH "\$ORIGIN")
|
||||
+ INSTALL(TARGETS AusweisAppActivation AusweisAppActivationCustomScheme AusweisAppActivationIntent
|
||||
+ AusweisAppActivationInternal AusweisAppActivationWebservice AusweisAppCard AusweisAppCardDrivers
|
||||
+ AusweisAppCardPcsc AusweisAppConfiguration AusweisAppCore AusweisAppExport AusweisAppFileProvider
|
||||
+ AusweisAppGlobal AusweisAppInit AusweisAppNetwork AusweisAppRemoteDevice AusweisAppSecureStorage
|
||||
+ AusweisAppServices AusweisAppSettings AusweisAppUi AusweisAppUiAidl AusweisAppUiCommon
|
||||
+ AusweisAppUiJson AusweisAppUiQml AusweisAppUiWebsocket AusweisAppUiWidget AusweisAppWhitelistClient
|
||||
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} OPTIONAL)
|
||||
ENDIF()
|
||||
|
||||
SET(DEFAULT_FILE_DESTINATION ${CMAKE_INSTALL_DATADIR}/${VENDOR}/AusweisApp2)
|
||||
Reference in New Issue
Block a user