Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-13 | gnome:generate_gir: Parse "link_with" | Mathieu Duponchelle | 1 | -1/+13 | |
In case g-ir-scanner has to link with other dependencies. | |||||
2015-06-13 | gnome/generate_gir: No reason to append soversion to libname. | Mathieu Duponchelle | 1 | -2/+0 | |
It just won't work like that | |||||
2015-06-08 | gnome: Building the gir depends on the dynamic library. | Mathieu Duponchelle | 1 | -1/+3 | |
2015-06-07 | generate_gir: new kwarg: dependencies. | Mathieu Duponchelle | 1 | -1/+19 | |
The dependencies will be queried for typelibdir and girdir, which will get added to the scan and compile commands. | |||||
2015-06-07 | generate_gir: Add the path to the girtarget. | Mathieu Duponchelle | 1 | -0/+1 | |
To the scan command. Otherwise when linking with libtool, the target library was not found. | |||||
2015-05-23 | modules/rpm: add compiler deps for gcc, gcc-c++ | Igor Gnatenko | 1 | -4/+5 | |
As per revised guidelines we need to specify gcc and gcc-c++ also. Reference: https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelines&diff=413629&oldid=409506 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-15 | gnome: Take the gittarget.soversion into account to compute library name | Thibault Saunier | 1 | -1/+4 | |
Otherwize g-ir-scanner won't have the right library name | |||||
2015-05-15 | gnome: Pass girtarget include dirs to g-ir-scanner | Thibault Saunier | 1 | -0/+6 | |
2015-05-05 | Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵ | Jussi Pakkanen | 2 | -12/+12 | |
plain moc). Closes #104. | |||||
2015-05-05 | Qrc resources should be relative to the .qrc file and not the meson.build ↵ | Jussi Pakkanen | 2 | -2/+4 | |
one. Closes #105. | |||||
2015-04-30 | Typo fixes. | Jussi Pakkanen | 1 | -3/+2 | |
2015-04-29 | Added module for Qt4 support. | Jussi Pakkanen | 1 | -0/+155 | |
2015-04-09 | Merge pull request #96 from ignatenkobrain/wip/gnome | jpakkane | 1 | -0/+9 | |
modules/gnome: add support for include dirs with GIRs | |||||
2015-04-08 | Autodetect Qt5 rcc dependencies as well as reasonably possible. | Jussi Pakkanen | 1 | -0/+23 | |
2015-03-31 | modules/gnome: add support for include dirs with GIRs | Igor Gnatenko | 1 | -0/+9 | |
Closes #94 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: join 2 isinstance | Igor Gnatenko | 1 | -1/+1 | |
to better code view Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: add export_packages kwarg to g-ir-scanner | Igor Gnatenko | 1 | -0/+8 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: add symbol_prefix kwarg to g-ir-scanner | Igor Gnatenko | 1 | -0/+10 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: enable warnings for g-ir-scanner | Igor Gnatenko | 1 | -1/+1 | |
without warnings - scanner not useful for developer Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-26 | modules/gnome: allow argument for gir to be SharedLibrary. Closes #76 | Igor Gnatenko | 1 | -7/+9 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-24 | Merge pull request #63 from ignatenkobrain/trivial | jpakkane | 1 | -3/+2 | |
modules/rpm: trivial style fixes | |||||
2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | 1 | -0/+4 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/gnome: add support for multiple include for Gir. Closes #69 | Igor Gnatenko | 1 | -2/+10 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | Merge pull request #70 from ignatenkobrain/rpm | jpakkane | 1 | -1/+4 | |
modules/rpm: workaround when ext_prog not found locally | |||||
2015-03-23 | Always use lib/girepository-1.0 as gir typelib install dir. | Jussi Pakkanen | 1 | -1/+3 | |
2015-03-23 | Merge pull request #61 from ignatenkobrain/wip/gnome | jpakkane | 2 | -2/+19 | |
modules/gnome: auto-set gobject-introspection directories and install gir | |||||
2015-03-23 | modules/rpm: workaround when ext_prog not found locally | Igor Gnatenko | 1 | -1/+4 | |
Traceback (most recent call last): File "../../../meson.py", line 184, in <module> app.generate() File "../../../meson.py", line 130, in generate intr.run() File "/home/brain/git/upstream/meson/interpreter.py", line 828, in run self.evaluate_codeblock(self.ast) File "/home/brain/git/upstream/meson/interpreter.py", line 850, in evaluate_codeblock raise e File "/home/brain/git/upstream/meson/interpreter.py", line 844, in evaluate_codeblock self.evaluate_statement(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 897, in evaluate_statement return self.method_call(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 1620, in method_call return obj.method_call(method_name, args, kwargs) File "/home/brain/git/upstream/meson/interpreter.py", line 625, in method_call value = fn(state, args, kwargs) File "/home/brain/git/upstream/meson/modules/rpm.py", line 98, in generate_spec_template fn.write('BuildRequires: %s\n' % ' '.join(prog.fullpath)) TypeError: sequence item 0: expected str instance, NoneType found Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/rpm: trivial style fixes | Igor Gnatenko | 1 | -3/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/rpm: handle Gir and Typelib from GNOME | Igor Gnatenko | 1 | -0/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/gnome: use custom classes for targets. Closes #62 | Igor Gnatenko | 1 | -2/+10 | |
To easy identify which target we're building (for making files section in rpm) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/gnome: install Gir also and auto-detect it's dir | Igor Gnatenko | 1 | -0/+3 | |
Gir file should be installed in devel subpackage Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-23 | modules/gnome: auto-set girepository directory | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-22 | Update rpm spec message. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-21 | modules/rpm: handle pkgconfig files | Igor Gnatenko | 1 | -0/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: use meson RPM macros | Igor Gnatenko | 1 | -6/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: use plain set up of compiler and linker flags | Igor Gnatenko | 1 | -3/+6 | |
to avoid using empty configure file Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: use set() instead of list() always | Igor Gnatenko | 1 | -11/+11 | |
to ignore dupes Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: handle mans | Igor Gnatenko | 1 | -0/+3 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: own directories for subdirs in headers | Igor Gnatenko | 1 | -3/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: implement handling includedirs | Igor Gnatenko | 1 | -0/+4 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: simplify isinstance check to oneline | Igor Gnatenko | 1 | -2/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: add fullstop in description for devel subpkg | Igor Gnatenko | 1 | -1/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: generate required basic RPM tags | Igor Gnatenko | 1 | -0/+7 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: fix ident | Igor Gnatenko | 1 | -3/+3 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: update doc about module | Igor Gnatenko | 1 | -1/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: add compilers to BuildRequires automatically | Igor Gnatenko | 1 | -0/+21 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: improve message about removing static libs | Igor Gnatenko | 1 | -2/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: add description/summary for devel subpkg | Igor Gnatenko | 1 | -0/+2 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: enable tests in check section | Igor Gnatenko | 1 | -0/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: pass RPM CFLAGS and others | Igor Gnatenko | 1 | -1/+3 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> |