mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-07-19 00:02:15 -04:00
Compare commits
2 Commits
fc847d5c9f
...
3004e86b2e
Author | SHA1 | Date | |
---|---|---|---|
|
3004e86b2e | ||
|
cf3944bf85 |
@ -3,11 +3,7 @@ desktop_conf.set('VERSION', glade_version)
|
||||
|
||||
i18n.merge_file(
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: 'org.gnome.Glade.desktop.in.in',
|
||||
output: '@BASENAME@',
|
||||
configuration: desktop_conf,
|
||||
),
|
||||
input: 'org.gnome.Glade.desktop.in',
|
||||
output: '@BASENAME@',
|
||||
po_dir: po_dir,
|
||||
install: true,
|
||||
|
@ -1,7 +1,7 @@
|
||||
# List of source files containing translatable strings.
|
||||
|
||||
# Main application
|
||||
data/org.gnome.Glade.desktop.in.in
|
||||
data/org.gnome.Glade.desktop.in
|
||||
data/org.gnome.Glade.appdata.xml.in
|
||||
src/glade-window.c
|
||||
src/main.c
|
||||
|
@ -1,8 +1,5 @@
|
||||
# List of source files to skip.
|
||||
|
||||
# Main application
|
||||
data/glade.desktop.in
|
||||
|
||||
# Test data
|
||||
tests/toplevel_order_test5.glade
|
||||
tests/toplevel_order_test6.glade
|
||||
|
Loading…
x
Reference in New Issue
Block a user