commit:     857b98c71ac8112fc8f22b399022b357f6290957
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Apr  7 07:00:35 2020 +0000
Commit:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
CommitDate: Tue Apr  7 07:01:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=857b98c7

sys-auth/AusweisApp2: drop patch

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild         |  5 ++++-
 sys-auth/AusweisApp2/AusweisApp2-9999.ebuild           |  5 ++++-
 .../AusweisApp2/files/1.20.0-fix-Install.cmake.patch   | 18 ------------------
 3 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
index b71dce5..0eaaed0 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -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
+}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
index 5b4754d..cce70f5 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
@@ -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
+}

diff --git a/sys-auth/AusweisApp2/files/1.20.0-fix-Install.cmake.patch 
b/sys-auth/AusweisApp2/files/1.20.0-fix-Install.cmake.patch
deleted file mode 100644
index 9a18e86..0000000
--- a/sys-auth/AusweisApp2/files/1.20.0-fix-Install.cmake.patch
+++ /dev/null
@@ -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)

Reply via email to