Commit Graph

61 Commits

Author SHA1 Message Date
Christoph Heiss
1303bc206e blueman: fix cross-compilation
blueman checks runtime deps during the configure.

Fixes the following error when cross-compiling (in this case, to
aarch64):

```
error: builder for '/nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv' failed with exit code 1;
       last 10 log lines:
       > checking for python version... 3.10
       > checking for python platform... linux
       > checking for GNU default python prefix... ${prefix}
       > checking for GNU default python exec_prefix... ${exec_prefix}
       > checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages
       > checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages
       > checking for python-3.10... yes
       > checking for ifconfig... no
       > checking for ip... no
       > configure: error: ifconfig or ip not found, install net-tools or iproute2
       For full logs, run 'nix log /nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv'.
error: building '/nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv' failed
```

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-10-10 00:53:35 +03:00
ajs124
0d49e0217e blueman: dhcp -> dhcpcd
https://github.com/blueman-project/blueman/blob/2.3.5/blueman/main/DhcpClient.py#L19-L23
2023-07-28 16:36:08 +02:00
figsoda
d454e416fd pkgs/tools/bluetooth: remove dead code 2023-07-25 10:28:26 -04:00
Tomo
b0aff56c9c blueman: specify changelog 2023-05-14 19:36:34 -07:00
Tomo
b89decb107 blueman: 2.3.4 -> 2.3.5
Diff: https://github.com/blueman-project/blueman/compare/None...2.3.5
2023-05-14 19:34:16 -07:00
Bobby Rong
0b35b258ae
blueman: 2.3.2 -> 2.3.4
https://github.com/blueman-project/blueman/compare/2.3.2...2.3.4
2022-10-24 19:21:48 +08:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
R. Ryantm
17b513517b blueman: 2.3.1 -> 2.3.2 2022-08-02 11:08:01 +00:00
R. Ryantm
4a902e9954 blueman: 2.3 -> 2.3.1 2022-07-28 04:32:08 +00:00
Benno Zeeman
a711154889
blueman: 2.2.5 -> 2.3
Removed libappindicator dependency, which according to their changelog
has been replaced with a "DBus StatusNotifierItem"
2022-07-05 16:54:44 +02:00
R. Ryantm
4f99ed85e7 blueman: 2.2.4 -> 2.2.5 2022-06-25 12:55:00 +00:00
R. Ryantm
9bcf26e019 blueman: 2.2.3 -> 2.2.4 2022-02-11 04:29:18 +00:00
R. RyanTM
a565eea7a0
blueman: 2.2.2 -> 2.2.3 (#148882) 2021-12-22 14:06:07 +03:00
R. RyanTM
7f3755e67a blueman: 2.2.1 -> 2.2.2 2021-08-07 04:13:01 +00:00
Domen Kožar
1bb478f5be
blueman: 2.1.4 -> 2.2.1 2021-06-25 16:18:12 +02: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
Sandro Jäckel
9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Martin Weinelt
3f9dfc12f3
blueman: 2.1.3 -> 2.1.4
Fixes: CVE-2020-15238

https://github.com/blueman-project/blueman/security/advisories/GHSA-jpc9-mgw6-2xwx
2020-10-27 20:00:23 +01:00
Daniel Șerbănescu
3502f2acb0 blueman 2.1.2 -> 2.1.3 2020-05-12 17:12:19 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch
3fa6cd14ce
blueman: 2.1.1 -> 2.1.2 2020-03-12 21:08:44 +01:00
worldofpeace
6b98d70f61 blueman: update patch
Fixes #71297
2019-10-17 16:56:41 -04:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
worldofpeace
fcb84c5534 blueman: no optional networkmanager
blueman declares NetworkManager gi bindings
as a required runtime dependency [0]

Fixes #69555

[0]: 531da47b06/Dependencies.md
2019-09-30 22:55:17 -04:00
worldofpeace
271c4b16e9 blueman: Move D-Bus conf file to share/dbus-1/system.d
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.
2019-09-16 13:59:09 -04:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Averell Dalton
e0850f8a94 blueman: 2.0.8 -> 2.1.1 2019-09-03 10:26:54 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jan Malakhovski
1b2c28b0ee blueman: move defaults to package file 2019-02-03 15:33:19 +00:00
R. RyanTM
8d8c16db9e blueman: 2.0.7 -> 2.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/blueman/versions
2019-01-17 21:01:17 -08:00
R. RyanTM
0e0e9de95a blueman: 2.0.6 -> 2.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/blueman/versions
2019-01-04 11:10:17 +01: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
adisbladis
67d61b429c
Merge pull request #44808 from r-ryantm/auto-update/blueman
blueman: 2.0.5 -> 2.0.6
2018-08-09 13:53:22 +08:00
R. RyanTM
fe95720fc2 blueman: 2.0.5 -> 2.0.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/blueman/versions.
2018-08-08 20:30:40 -07:00
Robert Schütz
0fd688a1a5 blueman: use python3Packages 2018-08-03 15:25:19 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Nikolay Amiantov
a7d4448b4c blueman: 2.0.4 -> 2.0.5 2018-02-25 22:24:09 +03:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Andreas Rammhold
d99321cf68 blueman: add gobjectIntrospection as native build dependency
`gobjectIntrospection` provides a hook to fixup GI_TYPELIB_PATH.

Before this change all blueman tools fail to start because they are
unable to discover the Gtk3 libraries.
2018-01-05 13:59:25 +01:00
Guillaume Maudoux
d15a067856 blueman: fix python wrapper mockup 2017-08-30 02:59:57 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
530ababdf6 blueman: wrap binaries in libexec
Fixup after c10af9e744
2017-06-01 14:30:40 +03:00
Jörg Thalheim
3dc109cbc2
blueman: use wrapGAppsHook 2017-05-11 20:34:51 +01:00
Nikolay Amiantov
60e0130ea1 blueman: use wrapGAppsHook 2017-04-12 18:12:23 +03:00
Nikolay Amiantov
5125ecb2c1 blueman: add librsvg 2017-02-16 16:08:28 +03:00
Lorenzo Manacorda
09fac98bf0 blueman: use "with" expression for variable 2016-12-04 15:14:06 +01:00
Frederik Rietdijk
fd6dbd9d17 blueman: add missing pycairo 2016-12-04 14:21:37 +01:00
Kamil Chmielewski
745b659481 blueman: hicolor_icon_theme dependency 2016-10-14 12:03:04 +02:00