File: rules

package info (click to toggle)
breeze 4%3A6.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 91,708 kB
  • sloc: cpp: 17,452; python: 199; sh: 188; makefile: 6
file content (18 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_QT5=ON -DBUILD_QT6=ON

#override_dh_install:
	# This is required to make sure Plasma does not
	# fall back to a cursor theme from the 90's
	#CURDIR=$(CURDIR) $(CURDIR)/debian/wrapperthemes.sh breeze_cursors \
	#                                                   Breeze_Snow
	#dh_install