mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 04:54:17 +02:00
Prepare 1.7.4 release
This commit is contained in:
parent
71d6351c8c
commit
9d73ab3cc5
3 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak-config(1) "Version 1.7.3" "Cagebreak Manual"
|
||||
cagebreak-config(1) "Version 1.7.4" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak(1) "Version 1.7.3" "Cagebreak Manual"
|
||||
cagebreak(1) "Version 1.7.4" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
12
meson.build
12
meson.build
|
|
@ -1,5 +1,5 @@
|
|||
project('cagebreak', 'c',
|
||||
version: '1.7.3',
|
||||
version: '1.7.4',
|
||||
license: 'MIT',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
@ -200,11 +200,11 @@ reproducible_build_versions = {
|
|||
'wayland_cursor': '1.19.0',
|
||||
'wlroots': '0.14.0',
|
||||
'xkbcommon': '1.3.0',
|
||||
'fontconfig': '2.13.93',
|
||||
'fontconfig': '2.13.94',
|
||||
'pixman': '0.40.0',
|
||||
'pango': '1.48.5',
|
||||
'pango': '1.48.6',
|
||||
'cairo': '1.17.4',
|
||||
'pangocairo': '1.48.5',
|
||||
'pangocairo': '1.48.6',
|
||||
'math': '-1'
|
||||
}
|
||||
|
||||
|
|
@ -257,7 +257,7 @@ if get_option('man-pages')
|
|||
output : 'cagebreak.1',
|
||||
input : 'man/cagebreak.1.md',
|
||||
capture : true,
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1624989203 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
install: true,
|
||||
install_dir: mandir1
|
||||
)
|
||||
|
|
@ -266,7 +266,7 @@ if get_option('man-pages')
|
|||
output : 'cagebreak-config.5',
|
||||
input : 'man/cagebreak-config.5.md',
|
||||
capture : true,
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1624989203 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
install: true,
|
||||
install_dir: mandir5
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue