File: rules

package info (click to toggle)
smb4k 3.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,748 kB
  • sloc: cpp: 24,629; xml: 937; sh: 102; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with kf5

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DSMB4K_INSTALL_PLASMOID=false

execute_after_dh_auto_install:
	# 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