Commit Graph

85 Commits

Author SHA1 Message Date
Bruno Bigras
d4c0f816f3 remmina: 1.4.35 -> 1.4.36 2024-10-02 10:26:17 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Michael Hoang
8f93c585bc remmina: disable web browser plugin by default
This reduces the closure size from 1.8 GiB to
935.4 MiB.
2024-09-07 12:08:52 +10:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Florian Brandes
75f6aca38b
remmina: only use fuse on linux systems
fuse is used in FreeRDP and now needs to be included[1] in
remmina. This breaks darwin and is only used for file clipboard
on linux[2].

This commit also fixes a compiler error due to some upstream
refactoring.

[1]: https://gitlab.com/Remmina/Remmina/-/issues/3039
[2]: 5bc74f43c8/docs/README.building (L111)

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-05-15 10:52:44 +02:00
Sandro Jäckel
2c32ec2d78
remmina: 1.4.33 -> 1.4.35
Changelog: https://gitlab.com/Remmina/Remmina/-/blob/master/CHANGELOG.md#v1434
Changelog: https://gitlab.com/Remmina/Remmina/-/blob/master/CHANGELOG.md#v1435
2024-05-05 12:21:32 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Cynthia Fox
eb2f1aa391
remmina: Add meta.mainProgram
Add a `meta.mainProgram` attribute for use with `lib.getExe`.
2023-12-12 13:02:03 -05:00
Maciej Krüger
4a15b6bd30
remmina: enable wayland
Add wayland depdendency to remmina to make it support wayland

It just works afterwards
2023-12-02 02:14:13 +01:00
Bruno Bigras
05a8640892 remmina: 1.4.31 -> 1.4.33 2023-11-08 20:21:18 -05:00
Michael Hoang
55d5ebb07a remmina: use desktopToDarwinBundle 2023-08-19 17:28:46 +10:00
Ryan Mulligan
fe7a155792
Merge pull request #229485 from levigross/master
remmina: Use the system's cert store
2023-08-09 11:43:02 -07:00
Weijia Wang
6137ab7532 remmina: minor cleanup 2023-08-03 00:15:56 +02:00
Michael Hoang
95cde9d5d6 remmina: support building on macOS 2023-08-03 00:15:55 +02:00
skorpy
9005e6565b remmina: 1.4.30 -> 1.4.31 2023-06-19 17:39:56 +02:00
Levi Gross
fdfe19932f Use set-default so that we don't override the exisiting
environment variable
2023-05-10 10:08:51 -04:00
Levi Gross
9f805a4087
Set doesn't take a colon 2023-05-07 13:13:33 -04:00
Levi Gross
65a512daf3 remmina: Use the system's cert store 2023-05-02 11:24:16 -04:00
Michael Hoang
8eb3c6044a remmina: 1.4.29 -> 1.4.30 2023-04-13 20:34:10 +02:00
Shawn8901
d21017b0d6 remmina: 1.4.28 -> 1.4.29 2023-01-10 23:15:30 +01:00
Sandro Jäckel
51e6f86838
remmina: add kwallet plugin support 2022-12-04 22:20:54 +01:00
Weijia Wang
8c195fae85 remmina: 1.4.27 -> 1.4.28 2022-12-03 22:08:37 +01:00
Jan Tojnar
beb1906cfc spice-gtk: port to libsoup 3 2022-10-11 18:52:18 +02:00
Mustafa Çalışkan
c4a9eafb61 remmina: 1.4.25 -> 1.4.27 2022-08-03 22:04:48 +02:00
R. Ryantm
b8b8edcc7d remmina: 1.4.24 -> 1.4.25 2022-03-15 06:49:42 +00:00
Shawn8901
ee21acc36a remmina: Set WITH_VTE=true, so remmina usable as ssh client 2022-03-12 14:34:22 +00:00
zseri
9bc2cd9866 remmina: make it easier to disable libsecret 2022-02-23 23:38:06 +01:00
R. Ryantm
2336034867 remmina: 1.4.23 -> 1.4.24 2022-02-20 08:13:49 -06:00
R. Ryantm
98b60db675 remmina: 1.4.20 -> 1.4.23 2022-01-20 14:06:40 +00:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
Ryan Mulligan
885cae9dfb remmina: 1.4.13 -> 1.4.20 2021-07-13 07:16:40 -07:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Eduardo Sánchez Muñoz
99de33bb1d remmina: fix license 2021-04-26 18:38:47 +02:00
Eduardo Sánchez Muñoz
1f1cc0065c remmina: 1.4.12 -> 1.4.13 2021-04-26 18:38:47 +02:00
R. RyanTM
0728a47fca remmina: 1.4.10 -> 1.4.12 2021-03-09 14:25:08 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Rick van Schijndel
9571b57a64 remmina: 1.4.7 -> 1.4.10 2021-01-15 15:30:19 +01:00
R. RyanTM
9ba9668d18 remmina: 1.4.4 -> 1.4.7 2020-07-07 09:52:13 +00:00
R. RyanTM
af9522ce01 remmina: 1.4.3 -> 1.4.4 2020-05-27 10:14:39 -07:00
R. RyanTM
23bacaa090 remmina: 1.4.1 -> 1.4.3 2020-05-10 09:35:19 -07:00
R. RyanTM
757ea39485 remmina: 1.3.10 -> 1.4.1 2020-02-27 10:47:56 +00:00
Meghea Iulian
3f46a4afab remmina: 1.3.9 -> 1.3.10 2020-01-23 21:10:57 +02:00
R. RyanTM
993264ac18 remmina: 1.3.8 -> 1.3.9 2020-01-07 08:33:30 -08:00
R. RyanTM
fbbec90129 remmina: 1.3.7 -> 1.3.8 2019-12-24 06:49:41 -08:00
worldofpeace
586df03d5b remmina: 1.3.4 -> 1.3.7
According to the release notes this is a
"This release is meant to prepare the stable release for January, before the freeze in Debian an Ubuntu ".
Not sure what that means, but I expect a stable release
in NixOS 20.03 for sure.

https://gitlab.com/Remmina/Remmina/-/tags/v1.3.7
2019-12-17 01:35:08 -05:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
8805cb8b04 remmina: 1.3.3 -> 1.3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2019-04-02 16:47:51 -07:00