aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:49 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:49 +0200
commit1ef52330a81fcbd1d4831045015a5eaed2512d22 (patch)
tree16b1b16685960fee4d643326f7066224a2dfd230
parent3013f9236304ee28372cbbe8c032a841460f4d1c (diff)
Move dektop file to data/
-rw-r--r--data/meson.build9
-rw-r--r--data/prepaid-manager-applet.desktop.in (renamed from src/prepaid-manager-applet.desktop.in)0
-rw-r--r--src/meson.build9
3 files changed, 9 insertions, 9 deletions
diff --git a/data/meson.build b/data/meson.build
index 3e052ac..b7cb0ac 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,3 +1,12 @@
+desktop_file = i18n.merge_file(
+ input: 'prepaid-manager-applet.desktop.in',
+ output: 'prepaid-manager-applet.desktop',
+ type: 'desktop',
+ po_dir: '../po',
+ install: true,
+ install_dir: join_paths(get_option('datadir'), 'applications')
+)
+
schemas = ['org.gnome.PrepaidManager.gschema.xml']
compiled = gnome.compile_schemas(
build_by_default: true
diff --git a/src/prepaid-manager-applet.desktop.in b/data/prepaid-manager-applet.desktop.in
index 392c746..392c746 100644
--- a/src/prepaid-manager-applet.desktop.in
+++ b/data/prepaid-manager-applet.desktop.in
diff --git a/src/meson.build b/src/meson.build
index e3d635c..6cbdb8d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,12 +1,3 @@
-desktop_file = i18n.merge_file(
- input: 'prepaid-manager-applet.desktop.in',
- output: 'prepaid-manager-applet.desktop',
- type: 'desktop',
- po_dir: '../po',
- install: true,
- install_dir: join_paths(get_option('datadir'), 'applications')
-)
-
conf = configuration_data()
conf.set('PYTHONDIR', pkgdatadir)
conf.set('PACKAGE', package)