about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-5/+5
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
2018-02-28openobex: 1.7.1 -> 1.7.2Ryan Mulligan1-2/+2
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
2018-02-25blueman: 2.0.4 -> 2.0.5Nikolay Amiantov1-2/+2
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar2-4/+4
2018-01-05blueman: add `gobjectIntrospection` as native build dependencyAndreas Rammhold1-2/+5
`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.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-30blueman: fix python wrapper mockupGuillaume Maudoux1-3/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-06-01blueman: wrap binaries in libexecNikolay Amiantov1-1/+2
Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
2017-05-11blueman: use wrapGAppsHookJörg Thalheim1-5/+4
2017-04-12blueman: use wrapGAppsHookNikolay Amiantov1-8/+4
2017-03-24bluez-tools: 2015-09-10 -> 2016-12-12ndowens1-11/+13
2017-02-24Remove kde4.bluedevilThomas Tuegel1-24/+0
- Already updated to KDE 5 in Nixpkgs - Not useful without the KDE 4 desktop
2017-02-16blueman: add librsvgNikolay Amiantov1-2/+3
2016-12-04blueman: use "with" expression for variableLorenzo Manacorda1-1/+1
2016-12-04blueman: add missing pycairoFrederik Rietdijk1-1/+1
2016-10-14blueman: hicolor_icon_theme dependencyKamil Chmielewski1-2/+3
2016-08-23treewide: Fix output references to libpulseaudioTuomas Tynkkynen1-1/+1
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk1-1/+1
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-14quote homepages for better clickabilityNikolay Amiantov1-1/+1
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-02treewide: Add lots of meta.platformsTuomas Tynkkynen3-0/+3
Build-tested on x86_64 Linux & Mac.
2016-05-21bluez-tools: fix sha256 hash.Xing Yang1-1/+1
2016-04-30blueman: 2.0.3 -> 2.0.4Nikolay Amiantov1-2/+2
2016-03-08Merge master into closure-sizeVladimír Čunát5-46/+87
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-25blueman: fix networking, settingsNikolay Amiantov1-4/+4
2016-02-15bluez-tools: init 2015-09-10 (close #12936)Christoph-Simon Senjak1-0/+24
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.)
2016-02-12blueman: 1.23 -> 2.0.3Nikolay Amiantov1-31/+37
2016-02-12obexfs: cleanup, add licenseNikolay Amiantov1-5/+6
2016-02-12obexftp: fix pkgconfig file, add licenseNikolay Amiantov1-5/+13
2016-02-12openobex: cleanup, add licenseNikolay Amiantov1-5/+7
2015-10-13dbus: split into multiple outputs and fix referrersVladimír Čunát2-2/+2
2015-10-13pulseaudio: split the "dev" outputVladimír Čunát1-1/+1
This is meant mainly for the `libpulseaudio` attribute.
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-05-20Update libbluedevil to 2.1Thomas Tuegel1-0/+2
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!
2015-03-26bluedevil: 1.3.1 -> 2.1.1William A. Kennington III1-3/+3
2014-11-15fix openobex buildAristid Breitkreuz1-0/+1
2014-10-07obexd: update from 0.47 to 0.48Aristid Breitkreuz1-3/+3
2014-09-06blueman: update from 1.21 to 1.23Nixpkgs Monitor1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-02-19- Add openobex's unusual pkgconfig to pkgconfig pathTom Hinton2-2/+65
- 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
2013-08-28update obexftp, required for new openobexAristid Breitkreuz1-5/+5
2013-08-28openobex-1.7.1 (1.5 could no longer be downloaded from kernel repositories)Aristid Breitkreuz1-5/+9
2013-05-10bluedevil: update to 1.3.1Evgeny Egorochkin1-7/+8
2013-05-07Remove KBluetooth. BlueDevil should be used instead.Evgeny Egorochkin1-30/+0
2013-05-07Improve bluedevil meta.Evgeny Egorochkin1-0/+7
2013-03-02koffice, kbluetooth: remove from hydraVladimír Čunát1-2/+2
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-10-29Update Bluez/ObexMichael Raskin1-2/+2
2011-09-01make blueman create the audio sink/source via pulseDavid Guibert1-0/+2
svn path=/nixpkgs/trunk/; revision=28953
2011-05-08obexd-0.40Yury G. Kudryashov1-3/+5
svn path=/nixpkgs/trunk/; revision=27183