deepin.dde-polkit-agent: deprecate dcombobox.h header

This commit is contained in:
José Romildo Malaquias
2019-04-01 06:41:25 -03:00
parent 49c492773a
commit 45f6c5dfe8
@@ -34,6 +34,9 @@ stdenv.mkDerivation rec {
sed -i pluginmanager.cpp \
-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; };