summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Add --with-system-install-dir option0.6.0Alexander Larsson2016-05-181-0/+8
|
* Update version to 0.6.0Alexander Larsson2016-05-171-3/+3
|
* Rename library to libflatpakAlexander Larsson2016-05-091-1/+1
|
* Rename source files to flatpakAlexander Larsson2016-05-091-2/+2
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-34/+34
|
* Remove xdg-app-helperAlexander Larsson2016-04-291-1/+1
|
* Experimental version of OCI supportAlexander Larsson2016-04-281-0/+10
| | | | | | | | | | | This lets you export and import a runtime or an application into a tarball that explodes to match the oci runtime spec. This goal of this is to interchange xdg-app apps with other systems that support OCI. Note that this is highly experimental, because the oci specs are in flux, and in fact we should probably use the OCI image spec instead of the runtime spec, but its not yet finished enough for us to use it. So, don't rely on this for now other than to experiment with it.
* Support installed testsAlexander Larsson2016-04-271-0/+2
|
* system-helper: Add PolicyKit authentication for system helperAlexander Larsson2016-04-251-0/+5
|
* Initial (empty) version of system helperAlexander Larsson2016-04-251-0/+9
|
* Add gettext support to buildAlexander Larsson2016-04-251-0/+9
|
* Drop checks for old ostree versionsAlexander Larsson2016-04-211-1/+0
|
* Bump ostree requirement to 2016.5Alexander Larsson2016-04-211-1/+1
| | | | | This release has a bunch of important fixes and new features that we want to start relying on.
* Update NEWS and version to 0.5.20.5.2Alexander Larsson2016-04-151-2/+2
|
* Release 0.5.10.5.1Alexander Larsson2016-03-301-2/+2
|
* docs: Pick up the version number automaticallyMatthias Clasen2016-03-251-0/+1
| | | | This is copied from what GTK+ does for its docs.
* Add major_version to binary age0.5.0Alexander Larsson2016-03-161-2/+2
| | | | | This doesn't affect things atm, since major is 0, but sets things up for 1.0 eventually.
* Bump version to 0.5.0Alexander Larsson2016-03-161-3/+3
|
* Post release version bumpAlexander Larsson2016-02-261-2/+2
|
* Search for dwarf.h in configureDavid King2016-02-261-0/+20
| | | | | | | | Add a --with-dwarf-header argument for supplying the path containing the dwarf.h header from libdwarf. Either a path must be provided, or a fallback location of $includedir/libdwarf will be tested. https://bugs.freedesktop.org/show_bug.cgi?id=94308
* Update version to 0.4.130.4.13Alexander Larsson2016-02-261-2/+2
|
* Release 0.4.120.4.12Alexander Larsson2016-02-191-2/+2
|
* Add option to disable sandbox triggersAlexander Larsson2016-02-091-0/+10
| | | | | This is not something you should normally do, but the gnome-software app needs this, as recursive sandboxes don't work.
* Release 0.4.110.4.11Alexander Larsson2016-02-091-2/+2
|
* Updated for release0.4.10Alexander Larsson2016-02-091-2/+2
|
* Bump version to 0.4.90.4.9Alexander Larsson2016-02-081-2/+2
|
* Release 0.4.80.4.8Alexander Larsson2016-01-291-2/+2
|
* Disable gtkdoc-check by default for nowSimon McVittie2016-01-291-0/+8
| | | | | | | | | | We know the documentation is incomplete, so there seems little value in having 'make check' tell us that. Everything except the documentation check is expected to succeed, so it's now more useful to report test failures in continuous integration systems, making functional regressions more visible. Signed-off-by: Simon McVittie <smcv@debian.org>
* Add systemd user units corresponding to the D-Bus session servicesSimon McVittie2016-01-281-0/+8
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Make xauth use optionalAlexander Larsson2016-01-281-3/+13
| | | | | This is not needed on some Xservers, and not if you're only building stuff. So, lets make it optional.
* helper: Make user namespace support vs setuid a runtime, not build-time optionAlexander Larsson2016-01-281-16/+2
| | | | | | We now check at runtime if we have raised privs, and only if not so do we try to use unprivileged user namespaces. This means you can build xdg-app however, and then setuid/setcap the binary however you want afterwards.
* Bump version to 0.4.70.4.7Alexander Larsson2016-01-251-2/+2
|
* Always build libxmlappAlexander Larsson2016-01-221-6/+0
|
* builder: Use libelf to detect elf filesAlexander Larsson2016-01-111-0/+20
| | | | This additionally looks for already stripped files
* Add --enable-libxdgapp configure flag and disable lib by defaultAlexander Larsson2015-12-161-0/+6
|
* Bump version to 0.4.6Alexander Larsson2015-12-161-2/+7
|
* Generate the API reference for libxdg-appEmmanuele Bassi2015-12-041-0/+9
| | | | We use the good old gtk-doc.
* Add introspection checkEmmanuele Bassi2015-12-041-0/+2
|
* Initial version of libxdg-appAlexander Larsson2015-12-031-1/+76
| | | | | | This is a highlevel library for working with xdg-app without using the commandline interface. The primary usecase for this is for creating a graphical frontend for app installation/update.
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-1/+1
|
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+4
| | | | | This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.
* Add xdg-app.pc file with variable for interfaces_dirAlexander Larsson2015-11-111-0/+1
|
* Update to 0.4.50.4.5Alexander Larsson2015-11-041-1/+1
|
* Update for 0.4.4 release0.4.4Alexander Larsson2015-10-021-1/+1
|
* Propagate Xauthority details to the sandbox if X11 is enabledAlexander Larsson2015-10-011-0/+3
| | | | | | Some xservers out there (like xorg 1.17.1) have a broken server interpreted local xauth, which causes apps to fail to connect to the xserver. This fixes that by propagating Xauthority data such as the MIT-MAGIC-COOKIE-1.
* Bump version to 0.4.30.4.3Alexander Larsson2015-09-291-1/+1
|
* Make sure we build against older ostree (without gpg import)Alexander Larsson2015-09-291-0/+6
| | | | This means we work on the f22 ostree version at least.
* Add xdg-app dump-runtime commandAlexander Larsson2015-09-281-0/+28
| | | | This creates a tar of the runtime as set up by xdg-app
* Release 0.4.2.10.4.2.1Alexander Larsson2015-09-251-1/+1
|
* Update to 0.4.20.4.2Alexander Larsson2015-09-241-1/+1
|