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(
|
i18n.merge_file(
|
||||||
type: 'desktop',
|
type: 'desktop',
|
||||||
input: configure_file(
|
input: 'org.gnome.Glade.desktop.in',
|
||||||
input: 'org.gnome.Glade.desktop.in.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
configuration: desktop_conf,
|
|
||||||
),
|
|
||||||
output: '@BASENAME@',
|
output: '@BASENAME@',
|
||||||
po_dir: po_dir,
|
po_dir: po_dir,
|
||||||
install: true,
|
install: true,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
|
|
||||||
# Main application
|
# Main application
|
||||||
data/org.gnome.Glade.desktop.in.in
|
data/org.gnome.Glade.desktop.in
|
||||||
data/org.gnome.Glade.appdata.xml.in
|
data/org.gnome.Glade.appdata.xml.in
|
||||||
src/glade-window.c
|
src/glade-window.c
|
||||||
src/main.c
|
src/main.c
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# List of source files to skip.
|
# List of source files to skip.
|
||||||
|
|
||||||
# Main application
|
|
||||||
data/glade.desktop.in
|
|
||||||
|
|
||||||
# Test data
|
# Test data
|
||||||
tests/toplevel_order_test5.glade
|
tests/toplevel_order_test5.glade
|
||||||
tests/toplevel_order_test6.glade
|
tests/toplevel_order_test6.glade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user