tilix: rebuild for ldc
This commit is contained in:
parent
4d5b50814b
commit
b259474f7c
|
@ -0,0 +1,29 @@
|
|||
diff --git a/data/meson.build b/data/meson.build
|
||||
index 9b2ea4b..d4fbb8e 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -49,15 +49,15 @@ metainfo_file = i18n.merge_file(
|
||||
)
|
||||
|
||||
# Validate MetaInfo file
|
||||
-if appstreamcli.found()
|
||||
- test (
|
||||
- 'Validate metainfo file',
|
||||
- appstreamcli,
|
||||
- args: ['validate', '--no-net',
|
||||
- join_paths(meson.current_source_dir(), 'metainfo', '@0@.in'.format(tilix_metainfo_name))
|
||||
- ]
|
||||
- )
|
||||
-endif
|
||||
+# if appstreamcli.found()
|
||||
+# test (
|
||||
+# 'Validate metainfo file',
|
||||
+# appstreamcli,
|
||||
+# args: ['validate', '--no-net',
|
||||
+# join_paths(meson.current_source_dir(), 'metainfo', '@0@.in'.format(tilix_metainfo_name))
|
||||
+# ]
|
||||
+# )
|
||||
+# endif
|
||||
|
||||
# Build resources
|
||||
gresource = gnome.compile_resources(
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tilix'
|
||||
pkgname=tilix
|
||||
version=1.9.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Db_lto=false"
|
||||
hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
|
||||
|
|
Loading…
Reference in New Issue