~fabrixxm/confy-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] Update Meson functions

Details
Message ID
<20230807162615.368099-1-seabass-labrax@gmx.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
Change source_root() (deprecated in Meson 0.56.0) and path() (deprecated
in Meson 0.55.0) to project_source_root() and full_path() respectively.
---
 data/meson.build | 2 +-
 src/meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/meson.build b/data/meson.build
index 4be6ee7..e59e533 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -35,7 +35,7 @@ metainfo_file = i18n.merge_file(
    input:  'net.kirgroup.confy.metainfo.xml.in',
    output: 'net.kirgroup.confy.metainfo.xml',
    type: 'xml',
    po_dir: join_paths (meson.source_root(), 'po'),
    po_dir: join_paths (meson.project_source_root(), 'po'),
    install: true,
    install_dir: join_paths (get_option ('datadir'), 'metainfo')
)
diff --git a/src/meson.build b/src/meson.build
index 5770910..dacc746 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -43,7 +43,7 @@ gnome.compile_resources('confy',


conf = configuration_data()
conf.set('PYTHON', python3.path())
conf.set('PYTHON', python3.full_path())
conf.set('VERSION', meson.project_version())
conf.set('localedir', join_paths(get_option('prefix'), get_option('localedir')))
conf.set('pkgdatadir', pkgdatadir)
--
2.30.2
Details
Message ID
<264893fb5e2e7107637ea4d41e97c37cbadc97f3.camel@kirgroup.net>
In-Reply-To
<20230807162615.368099-1-seabass-labrax@gmx.com> (view parent)
DKIM signature
missing
Download raw message
Merged. Thank you!
Details
Message ID
<maqwifuveflz3hq27qmt6bk4i76uek2f7olrzwq5ikcq5xkalp@k22y4x65dybi>
In-Reply-To
<264893fb5e2e7107637ea4d41e97c37cbadc97f3.camel@kirgroup.net> (view parent)
DKIM signature
missing
Download raw message
Thank you for merging!
Reply to thread Export thread (mbox)