diff options
author | Oz Tiram <[email protected]> | 2025-04-04 16:00:46 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | e2469c07f6842bd8b57768f32ddeb55c260c1e7b (patch) | |
tree | 39fd8a11537866c5005f4b66e490fb5e22291886 | |
parent | 617326e3a0e21c712a889747f845b236fc21d426 (diff) | |
download | atril-e2469c07f6842bd8b57768f32ddeb55c260c1e7b.tar.bz2 atril-e2469c07f6842bd8b57768f32ddeb55c260c1e7b.tar.xz |
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r-- | backend/djvu/meson.build | 2 | ||||
-rw-r--r-- | backend/dvi/meson.build | 2 | ||||
-rw-r--r-- | backend/epub/meson.build | 2 | ||||
-rw-r--r-- | backend/pdf/meson.build | 2 | ||||
-rw-r--r-- | backend/pixbuf/meson.build | 2 | ||||
-rw-r--r-- | backend/ps/meson.build | 2 | ||||
-rw-r--r-- | backend/tiff/meson.build | 2 | ||||
-rw-r--r-- | backend/xps/meson.build | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/backend/djvu/meson.build b/backend/djvu/meson.build index 25ce393c..011503e3 100644 --- a/backend/djvu/meson.build +++ b/backend/djvu/meson.build @@ -28,7 +28,7 @@ shared_module( i18n.merge_file( input: 'djvudocument.atril-backend.desktop.in', - output: 'djvudocument.atril-backed', + output: 'djvudocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/dvi/meson.build b/backend/dvi/meson.build index 4ea861d4..8b4d0ed0 100644 --- a/backend/dvi/meson.build +++ b/backend/dvi/meson.build @@ -33,7 +33,7 @@ shared_module( i18n.merge_file( input: 'dvidocument.atril-backend.desktop.in', - output: 'dvidocument.atril-backed', + output: 'dvidocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/epub/meson.build b/backend/epub/meson.build index 5e3f00b0..7249286b 100644 --- a/backend/epub/meson.build +++ b/backend/epub/meson.build @@ -27,7 +27,7 @@ shared_module( i18n.merge_file( input: 'epubdocument.atril-backend.desktop.in', - output: 'epubdocument.atril-backed', + output: 'epubdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/pdf/meson.build b/backend/pdf/meson.build index 489cc649..2a81d71a 100644 --- a/backend/pdf/meson.build +++ b/backend/pdf/meson.build @@ -22,7 +22,7 @@ shared_module( i18n.merge_file( input: 'pdfdocument.atril-backend.desktop.in', - output: 'pdfdocument.atril-backed', + output: 'pdfdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/pixbuf/meson.build b/backend/pixbuf/meson.build index 1b0af653..68afb36f 100644 --- a/backend/pixbuf/meson.build +++ b/backend/pixbuf/meson.build @@ -22,7 +22,7 @@ shared_module( i18n.merge_file( input: 'pixbuf.atril-backend.desktop.in', - output: 'pixbuf.atril-backed', + output: 'pixbuf.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/ps/meson.build b/backend/ps/meson.build index e0f57df2..ba8ea301 100644 --- a/backend/ps/meson.build +++ b/backend/ps/meson.build @@ -23,7 +23,7 @@ shared_module( i18n.merge_file( input: 'psdocument.atril-backend.desktop.in', - output: 'psdocument.atril-backed', + output: 'psdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/tiff/meson.build b/backend/tiff/meson.build index 96b9dbd1..04f8f462 100644 --- a/backend/tiff/meson.build +++ b/backend/tiff/meson.build @@ -26,7 +26,7 @@ shared_module( i18n.merge_file( input: 'tiffdocument.atril-backend.desktop.in', - output: 'tiffdocument.atril-backed', + output: 'tiffdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, diff --git a/backend/xps/meson.build b/backend/xps/meson.build index 41c65bba..3dfc45e0 100644 --- a/backend/xps/meson.build +++ b/backend/xps/meson.build @@ -23,7 +23,7 @@ shared_module( i18n.merge_file( input: 'xpsdocument.atril-backend.desktop.in', - output: 'xpsdocument.atril-backed', + output: 'xpsdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, |