build: Apply fixes/suggestions
Following comments on https://source.puri.sm/Librem5/squeekboard/merge_requests/20
This commit is contained in:
		@ -16,8 +16,6 @@ build_meson:
 | 
				
			|||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - librem5
 | 
					    - librem5
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - mkdir -p build
 | 
					    - meson . _build/ -Ddepdatadir=/usr/share
 | 
				
			||||||
    - meson build/ -Ddepdatadir=/usr/share
 | 
					    - ninja -C _build install
 | 
				
			||||||
    - cd build
 | 
					 | 
				
			||||||
    - ninja install
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					squeekboard (1.0.10) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Use a shared DBus definition
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>  Tue, 02 Jul 2019 20:12:02 +0000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
squeekboard (1.0.9) unstable; urgency=medium
 | 
					squeekboard (1.0.9) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Initial release.
 | 
					  * Initial release.
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
project(
 | 
					project(
 | 
				
			||||||
    'squeekboard',
 | 
					    'squeekboard',
 | 
				
			||||||
    'c', 'rust',
 | 
					    'c', 'rust',
 | 
				
			||||||
    version: '1.0.9',
 | 
					    version: '1.0.10',
 | 
				
			||||||
    license: 'GPLv3',
 | 
					    license: 'GPLv3',
 | 
				
			||||||
    meson_version: '>=0.43.0',
 | 
					    meson_version: '>=0.43.0',
 | 
				
			||||||
    default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
 | 
					    default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user