unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 1b482107d9abe3c64b00a8c658a0764f05e687e4 460 bytes (raw)
name: bindings/ruby/meson.build 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
libnotmuch_ruby_srcs = [
  'database.c',
  'directory.c',
  'filenames.c',
  'init.c',
  'message.c',
  'messages.c',
  'query.c',
  'status.c',
  'tags.c',
  'thread.c',
  'threads.c',
]

lib_notmuch_ruby = library('notmuch', libnotmuch_ruby_srcs,
			   include_directories: [inc_compat,
						 inc_lib],
			   link_with: [lib_notmuch],
			   dependencies: [dep_ruby],
			   install: true,
			   install_dir: dep_ruby.get_pkgconfig_variable('vendorarchdir'))

debug log:

solving 1b482107 ...
found 1b482107 in https://yhetil.org/notmuch/20200217111019.231584-1-qsx@chaotikum.eu/

applying [1/1] https://yhetil.org/notmuch/20200217111019.231584-1-qsx@chaotikum.eu/
diff --git a/bindings/ruby/meson.build b/bindings/ruby/meson.build
new file mode 100644
index 00000000..1b482107

Checking patch bindings/ruby/meson.build...
Applied patch bindings/ruby/meson.build cleanly.

index at:
100644 1b482107d9abe3c64b00a8c658a0764f05e687e4	bindings/ruby/meson.build

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).