Сравнение openrgb-plugin-skin-0.8 с openrgb-plugin-skin-0.9
/usr/portage/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0.9.ebuild 2023-10-09 14:52:28.812368333 +0300 | ||
---|---|---|
15 | 15 |
SLOT="0" |
16 | 16 | |
17 | 17 |
RDEPEND=" |
18 |
>=app-misc/openrgb-0.8:= |
|
18 |
>=app-misc/openrgb-0.9:= |
|
19 | 19 |
dev-qt/qtcore:5 |
20 | 20 |
dev-qt/qtgui:5 |
21 | 21 |
dev-qt/qtwidgets:5 |
... | ... | |
30 | 30 |
rm -r OpenRGB || die |
31 | 31 |
ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die |
32 | 32 |
sed -e '/^GIT_/d' -i *.pro || die |
33 | ||
34 |
# Because of -Wl,--export-dynamic in app-misc/openrgb, this resources.qrc |
|
35 |
# conflicts with the openrgb's one. So rename it. |
|
36 |
sed -e 's/resources.qrc/resources_skin_plugin.qrc/' -i *.pro || die |
|
37 |
mv --no-clobber resources.qrc resources_skin_plugin.qrc || die |
|
33 | 38 |
} |
34 | 39 | |
35 | 40 |
src_configure() { |