deepin.dde-polkit-agent: deprecate dcombobox.h header
This commit is contained in:
parent
49c492773a
commit
45f6c5dfe8
@ -34,6 +34,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
sed -i pluginmanager.cpp \
|
sed -i pluginmanager.cpp \
|
||||||
-e "s,/usr/lib/polkit-1-dde/plugins,/run/current-system/sw/lib/polkit-1-dde/plugins,"
|
-e "s,/usr/lib/polkit-1-dde/plugins,/run/current-system/sw/lib/polkit-1-dde/plugins,"
|
||||||
|
|
||||||
|
# Deprecate dcombobox.h header
|
||||||
|
sed -i 's|dcombobox.h|QComboBox|' AuthDialog.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = deepin.updateScript { inherit name; };
|
passthru.updateScript = deepin.updateScript { inherit name; };
|
||||||
|
Loading…
Reference in New Issue
Block a user