[neon/qt6/qt6-webengine/Neon/unstable] debian: what???
Carlos De Maine
null at kde.org
Wed Sep 6 08:44:21 BST 2023
Git commit d0ab29a4f8e177c7c161e853b934b02b6f8a54ef by Carlos De Maine.
Committed on 06/09/2023 at 09:44.
Pushed by carlosdem into branch 'Neon/unstable'.
what???
M +12 -13 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/d0ab29a4f8e177c7c161e853b934b02b6f8a54ef
diff --git a/debian/rules b/debian/rules
index 5ffd6de..52699aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,19 +45,6 @@ override_dh_auto_clean:
# Turn on system FFmpeg libraries for 6.3
override_dh_auto_configure:
-# this oneshell bash snippet init's nvm and installs the required node deps with npm. Makefile's sh doesn't
-# know bashism's and executes each line in a new shell thus losing all the env variables
-.ONESHELL:
-nvm_init_please:
- @nvm_init_please=defined
- source /etc/profile.d/nvm-profile.sh
- npm install pako
- npm install rollup-plugin-terser
- npm install yargs
- echo $${nvm_init_please:-undefined}
-
-.PHONY: nvm_init_please
-
dh_auto_configure -- \
--log-level=STATUS \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
@@ -77,6 +64,18 @@ nvm_init_please:
-DFEATURE_webengine_webrtc=ON \
-DFEATURE_webengine_webrtc-pipewire=ON
+# this oneshell bash snippet init's nvm and installs the required node deps with npm. Makefile's sh doesn't
+# know bashism's and executes each line in a new shell thus losing all the env variables
+.ONESHELL:
+nvm_init_please:
+ @nvm_init_please=defined
+ source /etc/profile.d/nvm-profile.sh
+ npm install pako
+ npm install rollup-plugin-terser
+ npm install yargs
+ echo $${nvm_init_please:-undefined}
+.PHONY: nvm_init_please
+
# 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
More information about the Neon-commits
mailing list