Commit graph

48 commits

Author SHA1 Message Date
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
Tuomas Tynkkynen f883bc03a4 treewide: Fix output references to libpulseaudio 2016-08-23 04:53:16 +03:00
Frederik Rietdijk 5a501bd828 Remove top-level dbus_python and pythonDBus.
See #11567.

Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.

There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Nikolay Amiantov c60deb0266 quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
2016-08-14 22:37:10 +03:00
Nikolay Amiantov 3e641feb9d blueman: 2.0.3 -> 2.0.4 2016-04-30 03:12:33 +03:00
Nikolay Amiantov 69932f905a blueman: fix networking, settings 2016-02-25 18:43:21 +03:00
Nikolay Amiantov 08361aa43e blueman: 1.23 -> 2.0.3 2016-02-12 22:47:51 +03:00
William A. Kennington III b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Nixpkgs Monitor 9d73922ed7 blueman: update from 1.21 to 1.23 2014-09-06 18:12:35 +02:00
David Guibert 754fb9cc29 make blueman create the audio sink/source via pulse
svn path=/nixpkgs/trunk/; revision=28953
2011-09-01 10:03:01 +00:00
Eelco Dolstra 36b8f37e0f * Blueman: propagate obex-data-server to the user environment so that
dbus can find its service file.

svn path=/nixpkgs/trunk/; revision=27146
2011-05-04 14:10:17 +00:00
Eelco Dolstra 3f92e4d2c8 * Added Blueman (a Bluetooth application).
* Added obex-data-server and python-notify, needed by Blueman.

svn path=/nixpkgs/trunk/; revision=22497
2010-07-06 14:54:22 +00:00