summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2022-09-11 16:09:23 +0000
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-10-20 13:20:09 +0000
commit89443fe55011126774b36ae4d62bee57d153d10e (patch)
tree103644c84504f1962d49a4bedb2d3683bc0faed4 /meson.build
parente0f22a04bb778efadb39146ed9a69336f8a15eba (diff)
downloadgnome-control-center-89443fe55011126774b36ae4d62bee57d153d10e.tar.gz
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 from all desktop files. The `X-GNOME-Settings-Panel` entry is also obsolete as far as I can tell and only these panels had it in their desktop file: notifications, sharing, sound and user-accounts. These entries can also be removed. After removing the `X-GNOME-Bugzilla-*` entries, the desktop files have no more variables in them. The meson `configure_file` step is therefor pointless—there are no variables to configure. As such the `*.desktop.in.in` files are renamed to `*.desktop.in` to reflect this and `meson.build` files are modified to remove `configure_file` step.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index b76c09ec7..149b18713 100644
--- a/meson.build
+++ b/meson.build
@@ -267,9 +267,6 @@ gnome = import('gnome')
i18n = import('i18n')
pkg = import('pkgconfig')
-desktop_conf = configuration_data()
-desktop_conf.set('VERSION', meson.project_version())
-
po_dir = join_paths(meson.source_root(), 'po')
its_dir = join_paths(meson.source_root(), 'gettext')