Codebase list xapp / 84d5d47
disable python2 building Norbert Preining 4 years ago
4 changed file(s) with 17 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1919 libx11-dev,
2020 libxkbfile-dev,
2121 meson (>= 0.40.0),
22 python,
2322 python-gi-dev,
2423 python3,
2524 valac,
3433 Depends:
3534 ${gir:Depends},
3635 ${misc:Depends},
37 ${python:Depends},
3836 ${python3:Depends}
3937 Description: Introspection data for Xapp
4038 Xapp provides components which are common to multiple desktop environments
0 ---
1 pygobject/meson.build | 2 +-
2 1 file changed, 1 insertion(+), 1 deletion(-)
3
4 --- xapp.git.orig/pygobject/meson.build
5 +++ xapp.git/pygobject/meson.build
6 @@ -3,7 +3,7 @@ pygobject = dependency('pygobject-3.0',
7 required: true,
8 )
9
10 -foreach exec : ['python2', 'python3']
11 +foreach exec : ['python3']
12 r = run_command(exec, '-c', 'import gi;print(gi._overridesdir)')
13
14 if r.returncode() == 0
0 disable-python2-gir
22 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,now
33
44 %:
5 dh $@ --with=gir,python2,python3
5 dh $@ --with=gir,python3
66
77 override_dh_auto_configure:
88 dh_auto_configure -- \