mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Prepare 1.7.5 release
This commit is contained in:
parent
4733c73a47
commit
57719a2c2d
3 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak-config(1) "Version 1.7.4" "Cagebreak Manual"
|
||||
cagebreak-config(1) "Version 1.7.5" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak(1) "Version 1.7.4" "Cagebreak Manual"
|
||||
cagebreak(1) "Version 1.7.5" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
14
meson.build
14
meson.build
|
|
@ -1,5 +1,5 @@
|
|||
project('cagebreak', 'c',
|
||||
version: '1.7.4',
|
||||
version: '1.7.5',
|
||||
license: 'MIT',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
@ -53,7 +53,7 @@ if is_freebsd
|
|||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: ['>=0.14.0', '< 0.15.0'])
|
||||
wlroots = dependency('wlroots', version: ['>=0.14.1', '< 0.15.0'])
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
wayland_cursor = dependency('wayland-cursor')
|
||||
|
|
@ -198,13 +198,13 @@ reproducible_build_versions = {
|
|||
'wayland_server': '1.19.0',
|
||||
'wayland_client': '1.19.0',
|
||||
'wayland_cursor': '1.19.0',
|
||||
'wlroots': '0.14.0',
|
||||
'wlroots': '0.14.1',
|
||||
'xkbcommon': '1.3.0',
|
||||
'fontconfig': '2.13.94',
|
||||
'pixman': '0.40.0',
|
||||
'pango': '1.48.6',
|
||||
'pango': '1.48.7',
|
||||
'cairo': '1.17.4',
|
||||
'pangocairo': '1.48.6',
|
||||
'pangocairo': '1.48.7',
|
||||
'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=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625921119 ; @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=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625921119 ; @0@ < @INPUT@'.format(scdoc.path())],
|
||||
install: true,
|
||||
install_dir: mandir5
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue