KDE: configure packaging of kwin theme
This commit is contained in:
		
							parent
							
								
									59e43e84d2
								
							
						
					
					
						commit
						740dbee32c
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @ -4,6 +4,8 @@ LOGIN_BACKGROUND=kali-contours | |||||||
| 
 | 
 | ||||||
| build: | build: | ||||||
| 	bin/update-default-backgrounds $(DESKTOP_BACKGROUND) $(LOGIN_BACKGROUND) | 	bin/update-default-backgrounds $(DESKTOP_BACKGROUND) $(LOGIN_BACKGROUND) | ||||||
|  | 	cmake -B kwin-theme-build -S KDE-themes/kwin5 | ||||||
|  | 	cmake --build kwin-theme-build | ||||||
| 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) build &&) true | 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) build &&) true | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| @ -11,3 +13,4 @@ clean: | |||||||
| 
 | 
 | ||||||
| install: | install: | ||||||
| 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) install &&) true | 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) install &&) true | ||||||
|  | 	cmake --install kwin-build | ||||||
|  | |||||||
							
								
								
									
										12
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @ -3,7 +3,17 @@ Section: misc | |||||||
| Priority: optional | Priority: optional | ||||||
| Maintainer: Kali Developers <devel@kali.org> | Maintainer: Kali Developers <devel@kali.org> | ||||||
| Uploaders: Daniel Ruiz de Alegría <daniel@drasite.com>, Raphaël Hertzog <raphael@offensive-security.com> | Uploaders: Daniel Ruiz de Alegría <daniel@drasite.com>, Raphaël Hertzog <raphael@offensive-security.com> | ||||||
| Build-Depends: debhelper-compat (= 12), | Build-Depends: cmake, | ||||||
|  |  debhelper-compat (= 12), | ||||||
|  |  extra-cmake-modules, | ||||||
|  |  libkdecorations2-dev, | ||||||
|  |  libkf5configwidgets-dev, | ||||||
|  |  libkf5coreaddons-dev, | ||||||
|  |  libkf5guiaddons-dev, | ||||||
|  |  libkf5i18n-dev, | ||||||
|  |  libkf5iconthemes-dev, | ||||||
|  |  libkf5windowsystem-dev, | ||||||
|  |  libqt5x11extras5-dev, | ||||||
|  librsvg2-bin, |  librsvg2-bin, | ||||||
|  optipng, |  optipng, | ||||||
| Standards-Version: 4.5.1 | Standards-Version: 4.5.1 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Ruiz de Alegría
						Daniel Ruiz de Alegría