Diff QGnomePlatform-0.9.2-r1 with a QGnomePlatform-0.9.2-r2
/usr/portage/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r2.ebuild 2023-10-09 14:52:35.984368514 +0300 | ||
---|---|---|
27 | 27 |
DEPEND="${RDEPEND}" |
28 | 28 |
BDEPEND="${RDEPEND}" |
29 | 29 | |
30 |
src_prepare() { |
|
31 |
# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729 |
|
32 |
eapply -R "${FILESDIR}/${P}-gtk3-conflict.patch" |
|
33 |
cmake_src_prepare |
|
34 |
} |
|
35 | ||
36 | 30 |
src_configure() { |
37 | 31 |
local mycmakeargs=( |
38 | 32 |
-DUSE_QT6=false |
... | ... | |
40 | 34 |
) |
41 | 35 |
cmake_src_configure |
42 | 36 |
} |
37 | ||
38 |
src_install() { |
|
39 |
cmake_src_install |
|
40 | ||
41 |
# https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729 |
|
42 |
newenvd - 98qgnomeplatform <<< 'QT_QPA_PLATFORMTHEME=qgnomeplatform' |
|
43 |
} |