Commit Graph

37 Commits

Author SHA1 Message Date
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
Robert Schütz
c61788b08d udiskie: add version test 2024-01-27 07:49:08 -08:00
Robert Schütz
a9118a4343 udiskie: 2.5.1 -> 2.5.2
Diff: https://github.com/coldfix/udiskie/compare/v2.5.1...v2.5.2

Changelog: https://github.com/coldfix/udiskie/blob/v2.5.2/CHANGES.rst
2024-01-27 07:43:55 -08:00
Robert Schütz
a89d38d498 udiskie: 2.5.0 -> 2.5.1
Diff: https://github.com/coldfix/udiskie/compare/v2.5.0...v2.5.1

Changelog: https://github.com/coldfix/udiskie/blob/v2.5.1/CHANGES.rst
2023-11-25 18:04:48 -03:00
Robert Schütz
141a0bd2bd udiskie: install shell completions 2023-10-03 18:22:15 -03:00
Robert Schütz
86aa82cee2 udiskie: 2.4.2 -> 2.5.0
Diff: https://github.com/coldfix/udiskie/compare/v2.4.2...v2.5.0

Changelog: https://github.com/coldfix/udiskie/blob/v2.5.0/CHANGES.rst
2023-10-03 18:22:15 -03:00
Alyssa Ross
736acf668f
udiskie: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:58 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz
cc67617dd5 udiskie: 2.4.0 -> 2.4.2
https://github.com/coldfix/udiskie/blob/v2.4.2/CHANGES.rst
2022-05-03 21:59:30 -07:00
AndersonTorres
8a0de21730 udiskie: 2.3.3 -> 2.4.0 2022-01-05 14:50:02 -08:00
AndersonTorres
bd9c23dcb3 udiskie: 2.3.2 -> 2.3.3 2021-04-09 21:05:52 -03:00
AndersonTorres
3d3e3f36ee udiskie: 2.2.0 -> 2.3.2 2021-03-02 17:51:32 -03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
f32733fc5f
udiskie: 2.1.0 -> 2.2.0
https://github.com/coldfix/udiskie/blob/master/CHANGES.rst#220
2020-05-31 21:25:56 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
42f1cab9c8 udiskie: 1.7.7 -> 2.1.0 2020-02-10 20:15:56 +00: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
Robert Schütz
6b076fa2bd udiskie: run tests 2019-03-04 00:10:07 +01:00
Robert Schütz
887c31f14c udiskie: fix build
It was broken by b4acd97729.
Fixes #56771.
2019-03-03 13:55:26 +01:00
Will Dietz
ce4a012954 udiskie: 1.7.6 -> 1.7.7
https://github.com/coldfix/udiskie/releases/tag/1.7.7
2019-02-17 21:03:29 -06:00
Will Dietz
01c8bc867f udiskie: 1.7.5 -> 1.7.6
https://github.com/coldfix/udiskie/releases/tag/1.7.6
2019-02-17 21:03:28 -06:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Ivan Malison
180ad2c1b0 Udiskie appindicator (#42063)
* udiskie: Add libappindicator-gtk3 runtime dependency

This is needed to support the --appindicator --tray command line flag.
2018-06-16 18:15:07 +02:00
Maximilian Bosch
db68f314db udiskie: 1.7.4 -> 1.7.5 (#41480)
`udiskie` breaks for me with the following error when using 1.7.4:

```
Traceback (most recent call last):
  File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 307, in _start_async_tasks
    results = yield self._init()
  File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 495, in _init
    tasks.append(Async())
NameError: name 'Async' is not defined
```

The error has been confirmed by the Debian issue tracker, so it's
obviously not related to NixOS.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899419 for further
reference.
2018-06-05 17:30:12 +02:00
Robert Schütz
9e5c5d95a8 pythonPackages.udiskie: replace alias by throw
closes #40941
2018-05-23 00:52:17 +02:00
R. RyanTM
27777ed275 python27Packages.udiskie: 1.7.3 -> 1.7.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/udiskie/versions.

These checks were done:

- built on NixOS
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/udiskie passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/udiskie-info passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/udiskie-mount passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/udiskie-umount passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/..udiskie-wrapped-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/.udiskie-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/..udiskie-info-wrapped-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/.udiskie-info-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/..udiskie-mount-wrapped-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/.udiskie-mount-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/..udiskie-umount-wrapped-wrapped passed the binary check.
- /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4/bin/.udiskie-umount-wrapped passed the binary check.
- 12 of 12 passed binary check by having a zero exit code.
- 12 of 12 passed binary check by having the new version present in output.
- found 1.7.4 with grep in /nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4
- directory tree listing: https://gist.github.com/b8c058b519fdc73cbd6a8b7062bb7dea
- du listing: https://gist.github.com/befb311e40dbd18617e2b11abb41bf1e
2018-05-20 11:27:40 -07:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
adisbladis
afab19eabd
udiskie: Fix build 2017-12-31 16:36:31 +01:00
adisbladis
409642e529
udiskie: Fix eval 2017-12-31 02:14:22 +01:00
adisbladis
f772b8d298
udiskie: Use python3 (python2 support is deprecated) 2017-12-31 01:53:45 +01:00
Robert Schütz
63fcd9d769 udiskie: 1.7.2 -> 1.7.3 2017-12-30 17:40:05 +01:00
xd1le
ff3fde8f79 udiskie: 1.7.1 -> 1.7.2
Closes #30506.
2017-10-18 11:13:20 +11:00
André-Patrick Bubel
1d340c9e51
udiskie: 1.7.0 -> 1.7.1 2017-10-12 20:46:31 +02:00
André-Patrick Bubel
ce6eb0cbbe
udiskie: 1.5.1 -> 1.7.0 2017-04-28 22:55:39 +02:00
Benno Fünfstück
5e9c72c2e4 udiskie: fix broken icons
Udiskie uses SVG icons for its tray icon. In order to load these,
librsvg needs to be included in the $GDK_PIXBUF_MODULE_FILE(loaders.cache).
Without librsvg, gdk does not support SVG images so the icons won't be
used.

If we add librsvg to buildInputs, the wrapGAppsHook will make sure that
the librsvg is included in the $GDK_PIXBUF_MODULE_FILE.
2016-10-01 13:15:14 +02:00
Robert Helgesson
2fa41249ce
udiskie: move to all-packages
This is an application, not a python library and should therefore be in
its own package.
2016-09-10 12:25:50 +02:00