summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* vim: Add warning function to list of builtinsDylan Baker2017-12-141-0/+1
|
* _meson: Explicitly specify license to match the Z ShellArseny Maslennikov2017-11-111-0/+24
| | | | | The zsh completion script is explicitly licensed to eliminate any legal obstacles for its co-distribution with Z Shell itself.
* Move shell completions and text editor helpers to data/Arseny Maslennikov2017-11-116-0/+344
|
* Add zsh completion function for MesonArseny Maslennikov2017-11-111-0/+189
| | | | | | Deprecated Meson syntax is not supported. There are features not yet implemented, like completing build targets and build options; more on this in the comments.
* rpm: print test logs on failureZbigniew Jędrzejewski-Szmek2017-10-121-1/+6
| | | | | References: https://bugzilla.redhat.com/show_bug.cgi?id=1500248 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* rpm: pass --wrap-mode=nodownload to %mesonIgor Gnatenko2017-04-281-0/+2
| | | With ability to change it if needed.
* add support for $sharedstatedirIgor Gnatenko2016-12-181-0/+1
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* add support for $infodirIgor Gnatenko2016-12-181-0/+1
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* add support for $sbindirIgor Gnatenko2016-12-181-0/+1
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* rpm: use VPATH macroIgor Gnatenko2016-12-151-18/+16
| | | | | | | This is more or less standardized way to have one variable which will work for all buildsystems defined in redhat-rpm-config. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* rpm: use __global_*flagsIgor Gnatenko2016-12-131-5/+5
| | | | | | | | | | | | | | Using RPM's %{optflags} is definitely nice, but not enough. LDFLAGS are not there, and idea of optflags is too generic. It is supposed to work under CC and CXX, but apparently someone forgot that there is difference between these two. %__global_*flags is not part of RPM itself, it's coming within redhat-rpm-config which makes our macros file not that portable, but anyway we already have %__global_ldflags and %ninja_build and no one complained. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* rpm: use meson's syntax to specify sourcedir and builddirIgor Gnatenko2016-12-131-16/+14
| | | | | | | | | | | | | | | | When user uses %meson -Denable_cool_feature=true current macro fails because RPM adds flag after popd: ... pushd x86_64-redhat-linux-gnu /usr/bin/meson ... $OLDPWD/. popd -Denable_cool_feature Since meson can accept $srcdir and $builddir arugments we don't have this problem with pushd/popd. It also simplifies things a bit. Reported-by: Richard Hughes <richard@hughsie.com> References: https://bugzilla.redhat.com/show_bug.cgi?id=1401062 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* add builtin support for localstatedirIgor Gnatenko2016-12-061-11/+12
| | | | | | Reported-by: Richard Hughes <richard@hughsie.com> Closes: https://github.com/mesonbuild/meson/issues/1142 Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
* fixup! fixup! rpm: couple of improvements and fixesIgor Gnatenko2016-10-081-3/+9
|
* fixup! rpm: couple of improvements and fixesIgor Gnatenko2016-10-081-1/+0
|
* rpm: couple of improvements and fixesIgor Gnatenko2016-10-081-20/+28
| | | | | | | | * Don't hardcode /usr/bin, use %{_bindir} * Implement %meson_build / %meson_install / %meson_test * Automatic handling of out-of-tree builds Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* macros.meson: override all supported options (#717)Igor Gnatenko2016-08-251-1/+10
| | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* rpm macros: export *FLAGSIgor Gnatenko2015-10-301-5/+5
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* macros.meson: simplify RPM macros by using expandIgor Gnatenko2015-08-021-8/+9
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* drop meson.lang for GtkSourceViewIgor Gnatenko2015-07-231-42/+0
| | | We want to drop this in favour to https://bugzilla.gnome.org/show_bug.cgi?id=752292
* Moved rpm macros to a subdirectory to reduce clutter.Jussi Pakkanen2015-03-231-0/+11
|
* Create simple Emacs major mode.Jussi Pakkanen2014-11-241-0/+43
|
* Highlight multiline string.Jussi Pakkanen2014-11-231-0/+5
|
* Start work on gtksourceview syntax highlighting file.Jussi Pakkanen2014-11-231-0/+37