public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Volkmar W. Pogatzki" <gentoo@pogatzki.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-auth/AusweisApp2/
Date: Wed,  1 Apr 2020 12:57:06 +0000 (UTC)	[thread overview]
Message-ID: <1585745826.e484b4e1c95e8fc30d0e33be18e3b7ebe7e8b80e.VolkmarPogatzki@gentoo> (raw)

commit:     e484b4e1c95e8fc30d0e33be18e3b7ebe7e8b80e
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr  1 12:55:53 2020 +0000
Commit:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
CommitDate: Wed Apr  1 12:57:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e484b4e1

sys-auth/AusweisApp2: build with shared libs

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 | 32 +++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
index 0eaaed0..7ed25c3 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -32,7 +32,33 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5"
 
-src_configure() {
-	local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-	cmake_src_configure
+src_install() {
+	cmake_src_install
+	dolib.so "${BUILD_DIR}"/src/activation/base/libAusweisAppActivation.so
+	dolib.so "${BUILD_DIR}"/src/activation/customscheme/libAusweisAppActivationCustomScheme.so
+	dolib.so "${BUILD_DIR}"/src/activation/intent/libAusweisAppActivationIntent.so
+	dolib.so "${BUILD_DIR}"/src/activation/internal/libAusweisAppActivationInternal.so
+	dolib.so "${BUILD_DIR}"/src/activation/webservice/libAusweisAppActivationWebservice.so
+	dolib.so "${BUILD_DIR}"/src/card/base/libAusweisAppCard.so
+	dolib.so "${BUILD_DIR}"/src/card/drivers/libAusweisAppCardDrivers.so
+	dolib.so "${BUILD_DIR}"/src/card/pcsc/libAusweisAppCardPcsc.so
+	dolib.so "${BUILD_DIR}"/src/configuration/libAusweisAppConfiguration.so
+	dolib.so "${BUILD_DIR}"/src/core/libAusweisAppCore.so
+	dolib.so "${BUILD_DIR}"/src/export/libAusweisAppExport.so
+	dolib.so "${BUILD_DIR}"/src/file_provider/libAusweisAppFileProvider.so
+	dolib.so "${BUILD_DIR}"/src/global/libAusweisAppGlobal.so
+	dolib.so "${BUILD_DIR}"/src/init/libAusweisAppInit.so
+	dolib.so "${BUILD_DIR}"/src/network/libAusweisAppNetwork.so
+	dolib.so "${BUILD_DIR}"/src/remote_device/libAusweisAppRemoteDevice.so
+	dolib.so "${BUILD_DIR}"/src/secure_storage/libAusweisAppSecureStorage.so
+	dolib.so "${BUILD_DIR}"/src/services/libAusweisAppServices.so
+	dolib.so "${BUILD_DIR}"/src/settings/libAusweisAppSettings.so
+	dolib.so "${BUILD_DIR}"/src/ui/aidl/libAusweisAppUiAidl.so
+	dolib.so "${BUILD_DIR}"/src/ui/base/libAusweisAppUi.so
+	dolib.so "${BUILD_DIR}"/src/ui/common/libAusweisAppUiCommon.so
+	dolib.so "${BUILD_DIR}"/src/ui/json/libAusweisAppUiJson.so
+	dolib.so "${BUILD_DIR}"/src/ui/qml/libAusweisAppUiQml.so
+	dolib.so "${BUILD_DIR}"/src/ui/websocket/libAusweisAppUiWebsocket.so
+	dolib.so "${BUILD_DIR}"/src/ui/widget/libAusweisAppUiWidget.so
+	dolib.so "${BUILD_DIR}"/src/whitelist_client/libAusweisAppWhitelistClient.so
 }


             reply	other threads:[~2020-04-01 12:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 12:57 Volkmar W. Pogatzki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-25 12:49 [gentoo-commits] repo/proj/guru:dev commit in: sys-auth/AusweisApp2/ Volkmar W. Pogatzki
2020-04-03 13:10 Volkmar W. Pogatzki
2020-04-02  7:13 Volkmar W. Pogatzki
2020-04-01  7:17 Volkmar W. Pogatzki
2020-03-31 12:58 Volkmar W. Pogatzki
2020-03-31 10:48 Volkmar W. Pogatzki
2020-03-31  9:12 Andrew Ammerlaan
2020-03-31  9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-31  9:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585745826.e484b4e1c95e8fc30d0e33be18e3b7ebe7e8b80e.VolkmarPogatzki@gentoo \
    --to=gentoo@pogatzki.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox