Commit Graph

190 Commits

Author SHA1 Message Date
Weijia Wang
68fc61c4de
Merge pull request #316172 from r-ryantm/auto-update/blueman
blueman: 2.4.1 -> 2.4.2
2024-06-10 19:35:03 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
5f2151f6ba blueman: 2.4.1 -> 2.4.2 2024-05-31 14:15:56 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
8c4c220091 blueman: 2.4 -> 2.4.1 2024-04-11 10:02:48 +00:00
R. Ryantm
dedbd53141 blueman: 2.3.5 -> 2.4 2024-03-30 00:50:49 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Anderson Torres
dcfc878774 bluez-alsa: migrate to by-name 2024-01-13 19:27:28 -03:00
Thiago Kenji Okada
4799b9a019
Merge pull request #277322 from atorres1985-contrib/bluez-tools
Bluez-tools: cleanup
2024-01-13 21:09:24 +00:00
Paul Meyer
c1272bf843 bluetuith: move to by-name 2023-12-30 22:48:34 +01:00
Paul Meyer
0c1e062225 bluetuith: 0.1.9 -> 0.2.0 2023-12-30 22:45:51 +01:00
Anderson Torres
8e8346dfc2 bluez-tools: migrate to by-name 2023-12-28 09:44:03 -03:00
John Garcia
8015f26242 bluetuith: 0.1.8 -> 0.1.9 2023-11-16 19:03:17 +00:00
R. Ryantm
75949eba12 bluetuith: 0.1.7 -> 0.1.8 2023-10-25 11:20:48 +00:00
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
Aaron Jheng
7735659333
treewide: use sri hash (#256481) 2023-09-21 16:23:40 +02:00
Paul Meyer
a26609e4f6 bluetuith: add meta.mainProgram
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-10 21:55:27 +02:00
R. Ryantm
33534269f8 bluetuith: 0.1.6 -> 0.1.7 2023-09-05 05:50:24 +00:00
ajs124
5f9b7b3317 Revert "nrfconnect: init at 3.11.1"
This reverts commit 7727befa4d.
2023-09-04 13:55:30 +02:00
R. Ryantm
b5d3deb239 bluez-alsa: 4.1.0 -> 4.1.1 2023-08-19 06:12:57 +00: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
R. Ryantm
063c1122e2 bluetuith: 0.1.5 -> 0.1.6 2023-07-11 12:02:47 +00:00
R. Ryantm
4a0bb282a5 bluetuith: 0.1.3 -> 0.1.5 2023-06-30 15:15:11 +00:00
R. Ryantm
08d9e34f03 bluez-alsa: 4.0.0 -> 4.1.0 2023-06-04 12:32:55 +00:00
Bobby Rong
990e429f06
blueberry: add missing libnotify
ref: https://github.com/NixOS/nixpkgs/issues/234833
2023-05-30 13:20:43 +08: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
eyjhb
b06519dda9
nrfconnect: 3.11.1 -> 4.0.1 2023-05-01 16:08:15 +02:00
Alexandre Iooss
bbdaa58a5b obex-data-server: enable strictDeps 2023-03-10 08:44:17 +01:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Bobby Rong
ab8f86d73f
various: add bobby285271 as maintainer (#198911)
Basically Linux Mint related packages.
Cinnamon 5.6 is likely to happen soon, I want to make sure no duplicate work is done.
2022-11-01 17:24:40 +08: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
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
R. Ryantm
a632611783 bluetuith: 0.1.2 -> 0.1.3 2022-09-22 08:49:01 +00:00
Alexander Shpilkin
96a487c3e6 obexftp: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
Alexander Shpilkin
5b12efa3f2 openobex: fix paths in pkg-config file 2022-09-07 21:44:36 +03:00
R. Ryantm
711aa8336a bluetuith: 0.0.7 -> 0.1.2 2022-08-29 15:15:27 +00:00
Jonas Heinrich
e26a2b8a64
Merge pull request #178989 from r-ryantm/auto-update/bluez-alsa
bluez-alsa: 3.1.0 -> 4.0.0
2022-08-27 11:36:04 +02: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
c19121e39a bluetuith: 0.0.6 -> 0.0.7 2022-08-10 12:18:09 +00:00
figsoda
d005e7a3ad
Merge pull request #185471 from r-ryantm/auto-update/bluetuith
bluetuith: 0.0.5 -> 0.0.6
2022-08-07 15:22:49 +08:00
Bobby Rong
9c16fe5b87
Merge #181918: Cinnamon 5.4
https://www.linuxmint.com/rel_vanessa_cinnamon_whatsnew.php
2022-08-07 10:07:01 +08:00
R. Ryantm
e3a8aeb5ae bluetuith: 0.0.5 -> 0.0.6 2022-08-06 20:29:57 +00:00
Bobby Rong
be91726358
treewide: rename cinnamon.xapps to cinnamon.xapp
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
2022-08-03 20:47:04 +08:00
Bobby Rong
ecd8ff8af3
blueberry: 1.4.7 -> 1.4.8 2022-08-03 20:46:35 +08:00
R. Ryantm
17b513517b blueman: 2.3.1 -> 2.3.2 2022-08-02 11:08:01 +00:00
Mario Rodas
e993244198
Merge pull request #183205 from r-ryantm/auto-update/blueman
blueman: 2.3 -> 2.3.1
2022-07-28 13:45:27 -05:00