summaryrefslogtreecommitdiff
path: root/data/meson.build
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-12-17 19:58:04 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-12-17 19:58:04 +0100
commitf5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (patch)
tree4fe410ce27a30bc752d350aa042dae8fd042d0a1 /data/meson.build
parent87ba373882f475f02a524a120b59ea9fcccf14e5 (diff)
New upstream version 0.32.4upstream/0.32.4upstream
Diffstat (limited to 'data/meson.build')
-rw-r--r--data/meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/meson.build b/data/meson.build
index 798ea38..9c17f0f 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -28,12 +28,5 @@ i18n.merge_file(input : 'org.gnome.Shotwell-Viewer.desktop.in',
install : true,
install_dir : join_paths(get_option('datadir'), 'applications'))
-i18n.merge_file(input : 'org.gnome.Shotwell-Profile-Browser.desktop.in',
- output: 'org.gnome.Shotwell-Profile-Browser.desktop',
- po_dir : podir,
- type : 'desktop',
- install : true,
- install_dir : join_paths(get_option('datadir'), 'applications'))
-
shotwell_resources = gnome.compile_resources('shotwell-resources',
'org.gnome.Shotwell.gresource.xml')