mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
sirikali: fixing external lxqt-wallet
This commit is contained in:
parent
dbd7e7f1bf
commit
88aae64ee1
5 changed files with 9 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST lxqt_wallet-4.0.2.gh.tar.gz 289994 BLAKE2B d393e90dbc786142c0803bd8d23b681286295ca85a67df56896c64d1f460800873fd22509f8bbc82cdfeb515bacad63b3b44be238fceb8f5706b72b518df2917 SHA512 9d8075db92b57921bcc8ac61938e704cb4daee12fa40030691131c2e9deaeb5987615e1adbff95a33aac5024ca72e635c78688a7c469d9a4b7d7b0747c2d9ed8
|
||||
DIST lxqt-wallet-4.0.2.gh.tar.gz 289994 BLAKE2B d393e90dbc786142c0803bd8d23b681286295ca85a67df56896c64d1f460800873fd22509f8bbc82cdfeb515bacad63b3b44be238fceb8f5706b72b518df2917 SHA512 9d8075db92b57921bcc8ac61938e704cb4daee12fa40030691131c2e9deaeb5987615e1adbff95a33aac5024ca72e635c78688a7c469d9a4b7d7b0747c2d9ed8
|
||||
|
|
@ -3,12 +3,14 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
CMAKE_BUILD_TYPE=RELEASE
|
||||
MY_PN="${PN/-/_}"
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A kwallet like functionality for lxqt"
|
||||
HOMEPAGE="https://github.com/lxqt/lxqt_wallet"
|
||||
SRC_URI="https://github.com/lxqt/lxqt_wallet/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
|
@ -22,14 +24,16 @@ DEPEND="
|
|||
keyring? ( app-crypt/libsecret )
|
||||
kwallet? ( kde-frameworks/kwallet )
|
||||
"
|
||||
PATCHES=("${FILESDIR}/kwallet6.patch")
|
||||
#PATCHES=("${FILESDIR}/kwallet6.patch")
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DNOSECRETSUPPORT=$(usex keyring false true)
|
||||
-DNOKDESUPPORT=$(usex kwallet false true)
|
||||
# -DCMAKE_BUILD_TYPE=$(usex debug Debug Release)
|
||||
)
|
||||
cmake_src_configure
|
||||
# DCMAKE_BUILD_TYPE=$(usex debug RelWithDebInfo Release) cmake_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
EAPI=8
|
||||
|
||||
CMAKE_BUILD_TYPE=RELEASE
|
||||
#CMAKE_MAKEFILE_GENERATOR=emake
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A Qt/C++ GUI front end to some encrypted filesystems and sshfs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue