all repos — tint2 @ 8ec7f2dd9cfd871ac816e8b5383c8a140b7901a4

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

packaging/ubuntu/rules (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_auto_install:
	dh_auto_install --destdir=$(CURDIR)/debian/tmp

override_dh_installdocs:
	dh_installdocs --link-doc=tint2
	cp -r debian/wiki debian/tint2/usr/share/doc/tint2/html