[neon/extras/smb4k/Neon/release_jammy] debian: -DSMB4K_INSTALL_PLASMOID=OFF -DSMB4K_WITH_WS_DISCOVERY=ON

Carlos De Maine null at kde.org
Sun Jun 9 09:37:21 BST 2024


Git commit 5bec1382accc0be7efd429a9bec7fa41711d1911 by Carlos De Maine.
Committed on 09/06/2024 at 08:36.
Pushed by carlosdem into branch 'Neon/release_jammy'.

-DSMB4K_INSTALL_PLASMOID=OFF -DSMB4K_WITH_WS_DISCOVERY=ON

M  +1    -10   debian/rules

https://invent.kde.org/neon/extras/smb4k/-/commit/5bec1382accc0be7efd429a9bec7fa41711d1911

diff --git a/debian/rules b/debian/rules
index cb16400..96742c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,4 @@
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF
-
-override_dh_auto_install:
-	dh_auto_install
-	# remove symlinks of private libraries
-	find debian/smb4k -name '*.so' -type l -print -delete
-	# remove translations of unbuilt plasma widget
-	rm -f debian/smb4k/usr/share/locale/*/LC_MESSAGES/plasma_applet_org.kde.smb4kqml.mo
-	# at the end, remove empty directories
-	find debian/smb4k -type d -empty -delete
+	dh_auto_configure -Skf5 -- -DSMB4K_INSTALL_PLASMOID=OFF -DSMB4K_WITH_WS_DISCOVERY=ON


More information about the Neon-commits mailing list