Compare commits

...

2 Commits

Author SHA1 Message Date
Jake Dane
3004e86b2e Merge branch 'jakedane-master-patch-48480' into 'master'
desktop: Remove obsolete Bugzilla entries

See merge request GNOME/glade!119
2023-09-08 10:40:20 +00:00
Jake Dane
cf3944bf85 desktop: Remove obsolete Bugzilla entries
The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2
technology that's been gone for over a decade. These entries are
obsolete and can be removed.
2023-06-05 04:19:54 +00:00
4 changed files with 2 additions and 9 deletions

View File

@ -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,

View File

@ -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

View File

@ -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