Сравнение openrgb-plugin-effects-0.8 с openrgb-plugin-effects-0.9
/usr/portage/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild 2023-10-09 14:52:28.812368333 +0300 | ||
---|---|---|
22 | 22 |
KEYWORDS="amd64" |
23 | 23 | |
24 | 24 |
RDEPEND=" |
25 |
>=app-misc/openrgb-0.7:= |
|
25 |
>=app-misc/openrgb-0.9:= |
|
26 | 26 |
dev-qt/qtcore:5 |
27 | 27 |
dev-qt/qtgui:5[-gles2-only] |
28 | 28 |
dev-qt/qtwidgets:5[-gles2-only] |
... | ... | |
34 | 34 |
" |
35 | 35 | |
36 | 36 |
PATCHES=( |
37 |
"${FILESDIR}/openrgb-plugin-effects-0.8-dep.patch" |
|
38 |
"${FILESDIR}/openrgb-plugin-effects-0.8-qrc.patch" |
|
37 |
"${FILESDIR}/openrgb-plugin-effects-0.9-dep.patch" |
|
39 | 38 |
) |
40 | 39 | |
41 | 40 |
src_prepare() { |
... | ... | |
52 | 51 | |
53 | 52 |
# Because of -Wl,--export-dynamic in app-misc/openrgb, this resources.qrc |
54 | 53 |
# conflicts with the openrgb's one. So rename it. |
54 |
sed -e 's/ resources.qrc/ resources_effects_plugin.qrc/' -i *.pro || die |
|
55 | 55 |
mv --no-clobber resources.qrc resources_effects_plugin.qrc || die |
56 | 56 |
} |
57 | 57 | |
... | ... | |
62 | 62 | |
63 | 63 |
src_install() { |
64 | 64 |
exeinto /usr/$(get_libdir)/OpenRGB/plugins |
65 |
doexe libOpenRGBEffectsPlugin.so.1.0 |
|
65 |
doexe libOpenRGBEffectsPlugin.so.1.0.0 |
|
66 | 66 |
} |