Skip to content

Commit

Permalink
Installing glade catalog.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Dec 9, 2024
1 parent a31d2fa commit b96921f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion glade/v3270.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<glade-catalog version="0.50.2" supports="gtkbuilder" name="v3270-@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@" library="v3270" domain="v3270-@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@" depends="gtk+" book="v3270">
<glade-catalog version="0.50.2" supports="gtkbuilder" name="v3270-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@" library="v3270" domain="v3270-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@" depends="gtk+" book="v3270">
<glade-widget-classes>
<glade-widget-class title="v3270 Terminal" name="v3270" generic-name="TN3270 Terminal">
<properties>
Expand Down
11 changes: 11 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -495,3 +495,14 @@ install_data(
'conf/colors.conf',
install_dir: get_option('datadir') + '/' + lib3270.get_variable('product_name')
)

glade_file = configure_file(
input : 'glade/v3270.xml.in',
output : 'v3270.xml',
configuration : app_conf
)

install_data(
glade_file,
install_dir: get_option('datadir') + '/glade/v3270.xml'
)

0 comments on commit b96921f

Please sign in to comment.