Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633424 Details for
Bug 717910
[kde overlay] kde-misc/latte-dock-9999: app/settings/dialogs/settingsdialog.cpp:35:10: fatal error: ../../liblatte2/types.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff for fix
latte-dock.diff (text/plain), 911 bytes, created by
FlyingWaffle
on 2020-04-17 16:22:39 UTC
(
hide
)
Description:
diff for fix
Filename:
MIME Type:
Creator:
FlyingWaffle
Created:
2020-04-17 16:22:39 UTC
Size:
911 bytes
patch
obsolete
>--- latte-dock-9999-OFFICIAL.ebuild 2020-04-17 11:44:52.439725415 -0400 >+++ latte-dock-9999.ebuild 2020-04-17 12:16:56.879685834 -0400 >@@ -5,9 +5,13 @@ > > KFMIN=5.64.0 > QTMIN=5.12.3 >-inherit ecm kde.org >+inherit cmake kde.org > >-if [[ ${KDE_BUILD_TYPE} = release ]]; then >+if [[ "${PV}" == 9999 ]] ; then >+ inherit git-r3 >+# EGIT_REPO_URI="https://github.com/KDE/latte-dock.git" >+ EGIT_REPO_URI="https://anongit.kde.org/latte-dock.git" >+else > SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" > KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" > fi >@@ -56,3 +60,27 @@ > " > > DOCS=( CHANGELOG.md README.md ) >+ >+src_prepare() { >+ default >+ mkdir ${S}/build >+ BUILD_DIR=${S}/build >+ cmake_src_prepare >+} >+ >+src_configure() { >+ local mycmakeargs=( >+ -DCMAKE_INSTALL_PREFIX=/usr >+ -DCMAKE_BUILD_TYPE="Release" >+ .. >+ ) >+ cmake_src_configure >+} >+ >+src_compile() { >+ cmake_src_compile >+} >+ >+src_install() { >+ cmake_src_install >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 717910
:
633418
|
633422
| 633424 |
633426