summary refs log tree commit diff
path: root/pkgs/development/libraries/flatpak
Commit message (Collapse)AuthorAge
* Merge pull request #116236 from jtojnar/flatpak-spawn-pathJan Tojnar2021-04-06
|\ | | | | flatpak: attempt to fix flatpak-spawn --clear-env
| * flatpak: fix flatpak-spawn --clear-envJan Tojnar2021-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chromium Flatpak package uses flatpak-spawn command for sandboxing the child processes. The command comes from flatpak-xdg-utils, which is presumably included in Flatpak runtimes. The command then calls Spawn method of the portal. The portal supports running commands in a clear environment when passed FLATPAK_SPAWN_FLAGS_CLEAR_ENV flag. Unfortunately, that also clears PATH, which is probably what prevents `flatpak` command itself from being found. There is a relevant TODO note in the code: https://github.com/flatpak/flatpak/blob/1.10.2/portal/flatpak-portal.c#L995-L999 For now, let’s hardcode the path to the binary.
* | lzma: deprecate aliasSandro Jäckel2021-04-04
| |
* | yacc: deprecate aliasSandro Jäckel2021-04-04
|/ | | | and add a new line after the alphabetically sorting to please my inner monk
* flatpak: 1.10.1 -> 1.10.2Jan Tojnar2021-03-11
|
* flatpak: 1.8.2 → 1.10.1Jan Tojnar2021-02-01
| | | | | | | | | | | | | | | | | | | | Changes: - https://github.com/flatpak/flatpak/releases/tag/1.9.1 - https://github.com/flatpak/flatpak/releases/tag/1.9.2 - https://github.com/flatpak/flatpak/releases/tag/1.8.4 - https://github.com/flatpak/flatpak/releases/tag/1.9.3 - https://github.com/flatpak/flatpak/releases/tag/1.8.5 - https://github.com/flatpak/flatpak/releases/tag/1.10.0 - https://github.com/flatpak/flatpak/releases/tag/1.10.1 Security advisories: - https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 Also: - Clarify license. - Re-enable zstd compression (seems to be fixed now). - Stop introducing GTK to scope through wrapGAppsHook. - Clean up the DTDs and build tools we managed to fix upstream.
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* flatpak: 1.8.1 → 1.8.2Jan Tojnar2020-09-12
| | | | https://github.com/flatpak/flatpak/releases/tag/1.8.2
* flatpak: 1.6.3 → 1.8.1Jan Tojnar2020-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * https://github.com/flatpak/flatpak/releases/tag/1.7.1 * https://github.com/flatpak/flatpak/releases/tag/1.7.2 * https://github.com/flatpak/flatpak/releases/tag/1.7.3 * https://github.com/flatpak/flatpak/releases/tag/1.8.0 * https://github.com/flatpak/flatpak/releases/tag/1.8.1 Commits: https://github.com/flatpak/flatpak/compare/1.6.3...1.7.1 https://github.com/flatpak/flatpak/compare/1.7.1...1.8.1 Notable packaging changes: * Flatpak now ships a sysusers.d file for allowing systemd to create the required users. https://github.com/flatpak/flatpak/commit/4df019063b962d17a378fb92d073f8ceb6a6ca62 * Completion support for fish shell * If an app has filesystem access, the host /lib is accessible as /run/host/lib, etc. * New filesystem permission "host-etc" and "host-os" give access to system /usr and /etc. https://github.com/flatpak/flatpak/commit/fe2536b8441858e3b22f6780dca64a516ee4e48c * We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues. https://github.com/flatpak/flatpak/commit/dc4e198766d91aa8871c276b9ed8d7f3ba003822 * We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos. * By default we no longer install the gdm env.d file, as the systemd generators work better https://github.com/flatpak/flatpak/commit/7c3a85bf4337874719324a03cc5875708c84ee85 * Use variant-schema-compiler for some GVariant code https://github.com/flatpak/flatpak/pull/3366 * zstd compression for oci deltas: https://github.com/flatpak/flatpak/commit/bfa71e208a3672d965f560fd5250787d9b933493 Additionally: * Remove glibcLocales which is not used since 1.4 bump because glibc contains a locale archive with C.UTF-8 https://github.com/NixOS/nixpkgs/commit/1728bc8d22ffe5e340dfb7cf3a8627f3638f5616 * Stop using aliases for docbook-xsl-nons and pkg-config packages * Stop using autoreconfHook, the autogen.sh script contains some extra that are necessary when building from git. * Increase disk space for installed tests, they were running out. * Enable building developer documentation.
* Revert "flatpak: do not use autoreconfHook"Jan Tojnar2020-03-31
| | | | | | This reverts commit a7e4dba1e9b36a4dbb532dd39edaac63cbc98c26. Apparently, tarballs do not ship autogen.sh 😿
* flatpak: do not use autoreconfHookJan Tojnar2020-03-31
| | | | | | They use custom autogen.sh and running autoreconf is not enough. This is necessary when running from Git, which I do on almost every update.
* flatpak: 1.6.2 -> 1.6.3zowoq2020-03-31
| | | | https://github.com/flatpak/flatpak/releases/tag/1.6.3
* flatpak: prevent cycle with malcontentTor Hedin Brønner2020-03-10
| | | | | The alternative is having malcontent depend on a flatpak without the malcontent dependency.
* flatpak: use correct p11-kit outputworldofpeace2020-02-18
| | | | Fixes #80452
* Merge pull request #80384 from worldofpeace/flatpak-ostreeworldofpeace2020-02-17
|\ | | | | flatpak: propagate glib and ostree
| * flatpak: add dev outputworldofpeace2020-02-17
| |
| * flatpak: propagate glib and ostreeworldofpeace2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pantheon's sideload broke: ``` meson.build:17:0: ERROR: Could not generate cargs for flatpak: Package ostree-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `ostree-1.pc' to the PKG_CONFIG_PATH environment variable Package 'ostree-1', required by 'flatpak', not found ``` https://hydra.nixos.org/build/113077888 ZHF: #80379
* | flatpak: 1.6.1 -> 1.6.2zowoq2020-02-18
|/ | | | https://github.com/flatpak/flatpak/releases/tag/1.6.2
* flatpak: 1.4.2 → 1.6.1Jan Tojnar2020-02-10
| | | | | | | | | * https://github.com/flatpak/flatpak/releases/tag/1.4.3 * https://github.com/flatpak/flatpak/releases/tag/1.5.0 * https://github.com/flatpak/flatpak/releases/tag/1.5.1 * https://github.com/flatpak/flatpak/releases/tag/1.5.2 * https://github.com/flatpak/flatpak/releases/tag/1.6.0 * https://github.com/flatpak/flatpak/releases/tag/1.6.1
* flatpak: clean up and add commentsJan Tojnar2020-02-10
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* dconf: move to top-levelJan Tojnar2019-12-01
|
* flatpak: add test to passthruworldofpeace2019-11-07
|
* flatpak: Correct D-Bus config directory optionThomas Tuegel2019-10-13
|
* flatpak: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
| | | | | Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
* flatpak: 1.2.4 -> 1.4.2worldofpeace2019-08-18
| | | | | | | | | | | | | | | * Regenerated all patches for 1.4.2 and resolved any conflicts. * fix-test-paths.patch doesn't copy the whole locale archive because we have C.UTF8 now. * nixos/flatpak creates a Flatpak system helper user Change introduced in 1.3.2. Changes: See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through 1.4.2.
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* flatpak: Make librsvg dependency explicitMatthew Harm Bekkema2019-06-15
|
* flatpak: Preserve pixbuf path in validate-iconMatthew Harm Bekkema2019-06-14
| | | | | | | SVG support isn't built-in to GdkPixBuf, it's provided by an external module. Therefore, GDK_PIXBUF_MODULE_FILE should be preserved in the sandbox, otherwise `flatpak-validate-icon --sandbox` won't work on SVG files.
* Merge staging-next into stagingFrederik Rietdijk2019-04-18
|\
| * flatpak: clear GDK_PIXBUF_MODULE_FILETor Hedin Brønner2019-04-16
| | | | | | | | | | | | | | | | GDK_PIXBUF_MODULE_FILE is often set to a nix store path not available in a app sandbox. This can cause some apps to fail launching, simply reset this env var when running applications. fixes https://github.com/NixOS/nixpkgs/issues/53441
* | gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace2019-04-17
|/ | | | gnome3.pomodoro is left out because I don't want to create a conflict.
* flatpak: 1.2.3 -> 1.2.4 (#58671)R. RyanTM2019-04-08
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flatpak/versions
* flatpak: Fix bubblewrap paths for icon-validatorMatthew Harm Bekkema2019-03-19
| | | | | Otherwise, `flatpak-validate-icon --sandbox` gives error: bwrap: Can't find source path /etc/ld.so.cache: No such file or directory
* flatpak: 1.1.3 -> 1.2.3worldofpeace2019-02-17
|
* flatpak: dconfWill Dietz2019-01-16
|
* flatpak: 1.1.2 -> 1.1.3Will Dietz2019-01-16
|
* flatpak: link with pthreads explicitlyPiotr Bogdan2019-01-04
|
* flatpak: 1.0.5 -> 1.1.2Will Dietz2019-01-03
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* flatpak: 1.0.4 -> 1.0.5Will Dietz2018-11-15
|
* flatpak: 1.0.2 -> 1.0.4R. RyanTM2018-10-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flatpak/versions
* flatpak: 0.99.3 -> 1.0.2Tor Hedin Brønner2018-09-14
|
* flatpak: Don't hardcode flatpak binary path in launchersTor Hedin Brønner2018-08-02
| | | | | | | The hardcoded flatpak path breaks all installed applications when flatpak is updated. fixes: https://github.com/NixOS/nixpkgs/issues/43581
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* flatpak: 0.99.2 → 0.99.3Jan Tojnar2018-07-15
|
* flatpak: 0.99.1 -> 0.99.2R. RyanTM2018-07-04
| | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flatpak/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-bisect had a zero exit code or showed the expected version - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-coredumpctl passed the binary check. - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/.flatpak-wrapped passed the binary check. - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak passed the binary check. - 3 of 4 passed binary check by having a zero exit code. - 2 of 4 passed binary check by having the new version present in output. - found 0.99.2 with grep in /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2 - directory tree listing: https://gist.github.com/4cd5330783ac4dc304e7ceba12395ba0 - du listing: https://gist.github.com/81060efb0965f7e05ba54655bce0f2ca
* flatpak: 0.11.8.3 → 0.99.1Jan Tojnar2018-06-24
|
* flatpak: 0.11.8.2 → 0.11.8.3Jan Tojnar2018-06-14
|