[neon/qt/qtwebengine/Neon/release] debian: bring back jstemplate_compiled.js as it is now expected
Jonathan Esk-Riddell
null at kde.org
Fri Jul 15 14:27:16 BST 2022
Git commit c751b437581f8b1981e4f3a002c10d99b938dfb1 by Jonathan Esk-Riddell.
Committed on 15/07/2022 at 13:27.
Pushed by jriddell into branch 'Neon/release'.
bring back jstemplate_compiled.js as it is now expected
M +3 -3 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/c751b437581f8b1981e4f3a002c10d99b938dfb1
diff --git a/debian/rules b/debian/rules
index 60f349c..d2ff01f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ override_dh_auto_clean:
rm -rf $(CURDIR)/test_root
rm -rf $(CURDIR)/docs
rm -rf $(CURDIR)/.local
- #rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
+ rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
rm -f $(CURDIR)/examples/webenginewidgets/contentmanipulation/jquery*.js
for fname in $(touch_files); do \
@@ -126,8 +126,8 @@ endif
qmake QT_BUILD_PARTS+=tests QMAKE_EXTRA_ARGS+="$(config_args)" QMAKE_PYTHON2=python2
# # Create js files, that are needed for building step for arch and indep builds
- # cd $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/; \
- # cat util.js jsevalcontext.js jstemplate.js exports.js > jstemplate_compiled.js
+ cd $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/; \
+ cat util.js jsevalcontext.js jstemplate.js exports.js > jstemplate_compiled.js
>examples/webenginewidgets/contentmanipulation/jquery.js cat debian/missing-sources/jquery-*.js
yui-compressor --type js "examples/webenginewidgets/contentmanipulation/jquery.js" -o "examples/webenginewidgets/contentmanipulation/jquery.min.js"
More information about the Neon-commits
mailing list