Commit Graph

15 Commits (d667f4e81c5b673b7f673047359f183f426dc996)

Author SHA1 Message Date
Alexander Larsson 07cd13e757 Add copyright headers 2015-03-23 12:17:58 +01:00
Alexander Larsson c856556b8a Convert to g_autoptr 2015-03-20 16:33:18 +01:00
Alexander Larsson 5bfee405b1 Add metadata option to limit DRI access 2015-03-05 15:55:36 +01:00
Alexander Larsson d7f186c118 build-finalize: Ensure we always create the export dir
Otherwise build-export fails to see we ran finalize
2015-02-17 16:20:33 +01:00
Alexander Larsson d8ac76d467 Revert "Add share/pixmaps to build-finish exports"
It should be easy to just move the icons to the icons supdirectory.
Lets get rid of share/pixmap...

This reverts commit 2cacc3a67a.
2015-02-13 21:30:47 +01:00
Alexander Larsson 2cacc3a67a Add share/pixmaps to build-finish exports 2015-02-13 11:45:00 +01:00
Alexander Larsson 55a3f413c2 build-finish: Don't error out on exports
gs_shutil_cp_a dies if the target exists, so only create the
parent dir before copying.
2015-02-03 10:53:02 +01:00
Matthias Clasen 853c3ccbf5 Export gnome-shell search provider files
This is meant as a generic extension point that can be used
by 3rd party applications, so we should export these files.
They are needed outside the sandbox, since search is a way
to launch applications.
2015-01-20 12:42:13 -05:00
Matthias Clasen 69717707fe Nonworking wayland socket forwarding 2015-01-17 00:36:29 -05:00
Matthias Clasen 3b92f28eea Don't remove var in build-finish
We'll filter it out when committing, instead.
2015-01-16 11:03:10 -05:00
Matthias Clasen 2630d8bda3 Add an --allow option to build-finish
Change the default [Environment] that is written to be all locked up.
The --allow option can be used multiple times, to override specific
keys to be more permissive.
2015-01-16 11:01:27 -05:00
Matthias Clasen 123b0f34d4 Add a --command option to build-finish
Preserve an existing command key, unless --command is explicitly
specified. And only go hunting for executables if we don't have
a command.
2015-01-16 10:35:47 -05:00
Matthias Clasen fadd68e4e2 Use gs_shutil_cp_a for collecting exports
This saves some code - the downside is that we can only run
build-finish once, since cp_a errors out on existing directories.
2015-01-16 10:01:15 -05:00
Matthias Clasen 1f8c1a8201 Drop the unused --arch option 2015-01-16 08:30:37 -05:00
Matthias Clasen 85670c632f Add a build-finish command
This command collects likely files to export, adds the command
key and [Environment] to the metadata, and removes the var/
directory.
2015-01-15 17:31:29 -05:00