summary refs log tree commit diff
path: root/pkgs/build-support/appimage
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19appimageTools.extract: add postExtract option (#261190)Gabriel Volpe1-1/+2
2023-09-28appimage-run: add pciutils for FreeCADEvils1-0/+1
2023-04-16tree-wide: buildFHSUserEnv -> buildFHSEnvAtemu1-2/+2
2022-12-02Merge pull request #203598 from symphorien/appimage-owdGuillaume Girol1-0/+3
appimage-run: export OWD
2022-11-29appimage-run: export OWDGuillaume Girol1-0/+3
documented here: https://docs.appimage.org/packaging-guide/environment-variables.html Fixes #203330
2022-11-27Merge pull request #202767 from dotlambda/appimageTools-python3Robert Schütz1-1/+0
appimageTools: remove python2 from FHS env
2022-11-25appimageTools.wrapType2: passthru src to make nix-update workfigsoda1-0/+8
2022-11-25appimageTools: remove python2 from FHS envRobert Schütz1-1/+0
It has been EOL since January 1, 2020.
2022-08-23appimage-run: add vulkan-loader and libpulseaudioMartino Fontana1-0/+2
2022-06-11appimageTools.wrapAppImage: default produced derivations to sourceProvenance ↵Robert Scott1-1/+11
binaryNativeCode
2022-06-03Merge pull request #168713 from NixOS/appimage-drop-gconfRick van Schijndel1-1/+0
appimageTools.defaultFhsEnvArgs: Drop GConf
2022-04-30treewide: refactor curlWithGnuTls into all-packages.nixPavol Rusnak1-1/+1
2022-04-14appimageTools.defaultFhsEnvArgs: Drop GConfJan Tojnar1-1/+0
It has been deprecated and unmaintained for years. And it would not work without the daemon anyway.
2022-03-15Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi1-0/+2
2022-03-06Merge pull request #160189 from evils/appimage-gmpArtturi1-0/+2
appimageTools: add gmp to the environment
2022-03-05remove networkmanager098 (#162904)Atemu1-1/+0
2022-03-03appimage: add gsettings-desktop-schemas, hicolor-icon-theme to the fhsArtturin1-0/+2
2022-02-15appimageTools: add gmp to the environmentEvils1-0/+2
it's mentioned in the mentioned appimage exclude list as expected https://github.com/AppImage/pkg2appimage/blob/227f2001063cf205d8010da80ed178c3797e4d37/excludelist#L219
2021-10-29Merge staging-next into staginggithub-actions[bot]1-5/+4
2021-10-28appimage: support pname+version for wrapType2Sandro Jäckel1-5/+4
2021-10-16curl: use --with/without-openssl instead of --with/without-sslMartin Weinelt1-1/+1
This also migrates sslSupport to opensslSupport, which affects packages overriding the curl package in that regard.
2021-10-06libgpg-error: rename from libgpgerrorRyan Burns1-1/+1
Matches pname and upstream project name
2021-07-01appimageTools.wrapAppImage: Fix passing arguments to wrapped executableAnders Kaseorg1-1/+1
appimage-exec.sh parses its arguments with getopts, so we need to delimit arguments intended for the wrapped executable with ‘--’, in case some of them begin with ‘-’. Without this fix, a wrapped application like Zulip Desktop can’t be opened the normal way using the .desktop file, which includes ‘Exec=zulip --no-sandbox %U’ (as per the electron-builder default): $ gtk-launch zulip.desktop /usr/bin/appimage-exec.sh: illegal option -- - Usage: appimage-run [appimage-run options] <AppImage> [AppImage options] […] Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-1/+1
2021-05-08gnome: rename from gnome3Jan Tojnar1-1/+1
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-03-12apple-music-electron: 1.5.2 -> 1.5.5IvarWithoutBones1-0/+1
2021-02-02appimageTools: don't depend on libavRobert Schütz1-1/+0
It's not in https://github.com/AppImage/pkg2appimage/blob/master/excludelist
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-1/+1
2021-01-25Merge pull request #108427 from symphorien/chdir-appimageGuillaume Girol1-2/+2
appimage-run: fix #108426
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-2/+3
2021-01-05appimage-run: don't chdir to the appimageGuillaume Girol1-2/+2
this allows to pass relative paths to appimages as argument fixes #108426
2020-11-24appimage-run: parse readelf's output in C localeSymphorien Gibol1-3/+7
fixes #101137
2020-09-02appimage: remove ancient gst depJan Tojnar1-1/+0
it is insecure and broken
2020-07-18appimage: switch to gst-plugins-base 1.0IvarWithoutBones1-1/+1
2020-05-29appimage: replace radare2+jq with readelf+awk+sha256sumPavol Rusnak2-76/+89
radare2 does not play nicely with filenames containing spaces https://github.com/radareorg/radare2/issues/16958
2020-05-01appimage: fix r2 commands with newer radare2 versionJörg Thalheim1-2/+2
2020-03-08appimage-exec.sh: simplify and improve getopts optionsBignaux Ronan2-22/+30
2020-03-08appimageTools: wrapType1 = wrapType2;Bignaux Ronan1-8/+2
2020-03-08appimageTools: fix appimage-exec.sh passing argumentsBignaux Ronan1-3/+3
2020-03-08appimageTools: fix appimage-exec.sh according to shellcheckBignaux Ronan1-16/+21
2020-03-07appimage: replace writeScript to a standalone appimage-exec.shBignaux Ronan2-47/+150
2020-03-04appimage: fix suspicious ownershipBignaux Ronan1-5/+4
2020-03-04appimage: split checks between appimageSignature and appimageTypeBignaux Ronan1-9/+18
2020-03-04appimage: unify extract functionsBignaux Ronan1-21/+22
2020-03-03appimage: refactoring extractType2 to avoid use of appimage packerBignaux Ronan1-7/+8
2019-11-23appimage: do not use aliasJan Tojnar1-1/+1
2019-09-23Merge pull request #65817 from bgamari/add-appimage-depsJörg Thalheim1-0/+1
build-support: Add p11_kit to appimage dependency set
2019-09-16appimageTools: add at-spi2-core to multiPkgsKoki Yasuno1-0/+1
2019-08-02build-support: Add p11_kit to appimage dependency setBen Gamari1-0/+1
This was in the upstream list but missing from nixpkgs' list.