summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
Commit message (Collapse)AuthorAge
* bluez-alsa: init at 1.3.1 (#47236)Jan Malakhovski2018-09-24
|
* Merge pull request #44808 from r-ryantm/auto-update/bluemanadisbladis2018-08-09
|\ | | | | blueman: 2.0.5 -> 2.0.6
| * blueman: 2.0.5 -> 2.0.6R. RyanTM2018-08-08
| | | | | | | | 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.
* | blueman: use python3PackagesRobert Schütz2018-08-03
|/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* openobex: 1.7.1 -> 1.7.2Ryan Mulligan2018-02-28
| | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 1.7.2 with grep in /nix/store/g5fyaqyx13bzb0pwn2jm4ykv1qgwxx0k-openobex-1.7.2 - found 1.7.2 in filename of file in /nix/store/g5fyaqyx13bzb0pwn2jm4ykv1qgwxx0k-openobex-1.7.2
* blueman: 2.0.4 -> 2.0.5Nikolay Amiantov2018-02-25
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* blueman: add `gobjectIntrospection` as native build dependencyAndreas Rammhold2018-01-05
| | | | | | | `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.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* blueman: fix python wrapper mockupGuillaume Maudoux2017-08-30
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* blueman: wrap binaries in libexecNikolay Amiantov2017-06-01
| | | | Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
* blueman: use wrapGAppsHookJörg Thalheim2017-05-11
|
* blueman: use wrapGAppsHookNikolay Amiantov2017-04-12
|
* bluez-tools: 2015-09-10 -> 2016-12-12ndowens2017-03-24
|
* Remove kde4.bluedevilThomas Tuegel2017-02-24
| | | | | - Already updated to KDE 5 in Nixpkgs - Not useful without the KDE 4 desktop
* blueman: add librsvgNikolay Amiantov2017-02-16
|
* blueman: use "with" expression for variableLorenzo Manacorda2016-12-04
|
* blueman: add missing pycairoFrederik Rietdijk2016-12-04
|
* blueman: hicolor_icon_theme dependencyKamil Chmielewski2016-10-14
|
* treewide: Fix output references to libpulseaudioTuomas Tynkkynen2016-08-23
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | 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.
* quote homepages for better clickabilityNikolay Amiantov2016-08-14
| | | | | Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* bluez-tools: fix sha256 hash.Xing Yang2016-05-21
|
* blueman: 2.0.3 -> 2.0.4Nikolay Amiantov2016-04-30
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * blueman: fix networking, settingsNikolay Amiantov2016-02-25
| |
| * bluez-tools: init 2015-09-10 (close #12936)Christoph-Simon Senjak2016-02-15
| | | | | | | | | | | | vcunat only fixed whitespace and changed the authorship e-mail from dummy address you@example.com to the one recorded in maintainers.nix. (Now github should recognize the commit as yours.)
| * blueman: 1.23 -> 2.0.3Nikolay Amiantov2016-02-12
| |
| * obexfs: cleanup, add licenseNikolay Amiantov2016-02-12
| |
| * obexftp: fix pkgconfig file, add licenseNikolay Amiantov2016-02-12
| |
| * openobex: cleanup, add licenseNikolay Amiantov2016-02-12
| |
* | dbus: split into multiple outputs and fix referrersVladimír Čunát2015-10-13
| |
* | pulseaudio: split the "dev" outputVladimír Čunát2015-10-13
|/ | | | This is meant mainly for the `libpulseaudio` attribute.
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* Update libbluedevil to 2.1Thomas Tuegel2015-05-20
| | | | | The bluedevil build has been failing since it was updated to 2.1.1. Bluedevil and libbluedevil must be kept at the same major version!
* bluedevil: 1.3.1 -> 2.1.1William A. Kennington III2015-03-26
|
* fix openobex buildAristid Breitkreuz2014-11-15
|
* obexd: update from 0.47 to 0.48Aristid Breitkreuz2014-10-07
|
* blueman: update from 1.21 to 1.23Nixpkgs Monitor2014-09-06
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* - Add openobex's unusual pkgconfig to pkgconfig pathTom Hinton2014-02-19
| | | | | | - Prepend dbus_libs pkgconfig to pkgconfig path, as otherwise the dbus-daemon pkgconfig wins, as it has the same name (dbus-1.pc), which doesn't provide all the dbus headers that are needed - Apply the included patch to obex-data-server which lets it build against current openobex
* update obexftp, required for new openobexAristid Breitkreuz2013-08-28
|
* openobex-1.7.1 (1.5 could no longer be downloaded from kernel repositories)Aristid Breitkreuz2013-08-28
|
* bluedevil: update to 1.3.1Evgeny Egorochkin2013-05-10
|
* Remove KBluetooth. BlueDevil should be used instead.Evgeny Egorochkin2013-05-07
|
* Improve bluedevil meta.Evgeny Egorochkin2013-05-07
|