Jonathan Ringer
3ad5206263
obexfs: add missing bluez dep
2020-01-09 12:30:31 -08:00
R. RyanTM
35deaf5604
obexftp: 0.24 -> 0.24.2
2020-01-06 17:47:07 -08: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
R. RyanTM
2f92840a14
bluez-alsa: 1.3.1 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bluez-alsa/versions
2019-03-20 23:42:08 -07: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
Markus Kowalewski
932861cacb
obexd: add licenese
2018-11-15 00:13:53 +01:00
Markus Kowalewski
89d0ad5c85
obex-data-server: add license
2018-11-15 00:13:52 +01:00
Jan Malakhovski
6ebad0821f
bluez-alsa: init at 1.3.1 ( #47236 )
2018-09-24 22:42:20 +02: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
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
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-07-18 23:25:20 -04:00
Ryan Mulligan
c4f8c10d94
openobex: 1.7.1 -> 1.7.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-28 11:32:38 +01: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
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04: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
ndowens
6c9e6c218c
bluez-tools: 2015-09-10 -> 2016-12-12
2017-03-24 18:09:15 -05:00
Thomas Tuegel
d237f44928
Remove kde4.bluedevil
...
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:48:59 -06: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
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Xing Yang
63da839700
bluez-tools: fix sha256 hash.
2016-05-21 16:37:40 +02:00
Nikolay Amiantov
3e641feb9d
blueman: 2.0.3 -> 2.0.4
2016-04-30 03:12:33 +03:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Nikolay Amiantov
69932f905a
blueman: fix networking, settings
2016-02-25 18:43:21 +03:00
Christoph-Simon Senjak
50bd1a0e8f
bluez-tools: init 2015-09-10 ( close #12936 )
...
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-15 17:23:36 +01:00
Nikolay Amiantov
08361aa43e
blueman: 1.23 -> 2.0.3
2016-02-12 22:47:51 +03:00
Nikolay Amiantov
62365ecf1a
obexfs: cleanup, add license
2016-02-12 22:47:51 +03:00
Nikolay Amiantov
4a00e1f70b
obexftp: fix pkgconfig file, add license
2016-02-12 22:47:51 +03:00