summarylogtreecommitdiffstats
path: root/contracts.patch
diff options
context:
space:
mode:
authorQue Quotion2022-12-02 22:36:34 +0900
committerQue Quotion2022-12-02 22:36:34 +0900
commitf6e53627d24a50cdb4244aa4de2a9ffba1377d57 (patch)
treee487deb9db6d8e69fb5bc525443c4ea59088b43a /contracts.patch
parentf53c57df0b7abcc2e47954deaab35f32d8d86918 (diff)
downloadaur-file-roller-pantheon.tar.gz
Jump into the future; applying contracts patch against [extra] release
Diffstat (limited to 'contracts.patch')
-rw-r--r--contracts.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/contracts.patch b/contracts.patch
index c27fe20281dd..ebc342a886cb 100644
--- a/contracts.patch
+++ b/contracts.patch
@@ -29,13 +29,15 @@ diff --git a/data/meson.build b/data/meson.build
index e66726ce7..0504bf78a 100644
--- a/data/meson.build
+++ b/data/meson.build
-@@ -1,5 +1,9 @@
+@@ -1,5 +1,11 @@
po_dir = join_paths(meson.source_root(), 'po')
-+install_data('file-roller-compress.contract', 'file-roller-extract-here.contract',
-+ install_dir : join_paths(datadir, 'contractor')
++install_data(
++ 'file-roller-compress.contract',
++ 'file-roller-extract-here.contract',
++ install_dir : join_paths(datadir, 'contractor'),
+)
+
- install_data('org.gnome.FileRoller.gschema.xml',
- install_dir : join_paths(datadir, 'glib-2.0', 'schemas')
- )
+ install_data(
+ 'org.gnome.FileRoller.gschema.xml',
+ install_dir: join_paths(datadir, 'glib-2.0', 'schemas'),