Commit Graph

33 Commits

Author SHA1 Message Date
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Bobby Rong
25d729926e
treewide: Move away from wiki.gnome.org/Projects
The wiki.gnome.org site is planned for retirement.
2024-05-01 00:27:50 +08: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
Bobby Rong
12c62ed616
gupnp-tools: 0.12.0 → 0.12.1
https://gitlab.gnome.org/GNOME/gupnp-tools/-/compare/gupnp-tools-0.12.0...gupnp-tools-0.12.1
2023-08-04 23:34:34 +08:00
Vladimír Čunát
8e057e6e85
gupnp-tools: fixup build after libxml2 upgrade 2023-07-23 16:15:29 +02:00
Weijia Wang
9e5bc1df9b gupnp-*: add darwin support 2022-11-14 14:20:45 +01:00
Jan Tojnar
d3d306528d gupnp-tools: 0.10.3 → 0.12.0
https://gitlab.gnome.org/GNOME/gupnp-tools/-/compare/gupnp-tools-0.10.3...gupnp-tools-0.12.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-15 16:00:37 +02:00
Jan Tojnar
9925507b45 gupnp-tools: 0.10.2 → 0.10.3
https://gitlab.gnome.org/GNOME/gupnp-tools/-/compare/gupnp-tools-0.10.2...gupnp-tools-0.10.3
2022-05-23 13:41:52 +02:00
Jan Tojnar
c87458e002 gupnp-tools: 0.10.1 → 0.10.2
https://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.10/gupnp-tools-0.10.2.news
2021-11-23 15:34:15 +01:00
Jan Tojnar
d7ec4b30f7 gupnp-tools: 0.10.0 → 0.10.1 2021-10-24 15:38:19 +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
Jan Tojnar
7d535edec5
gnome3: support new versioning scheme in the update script
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Jan Tojnar
c947e2dca4
gupnp-tools: 0.8.15 → 0.10.0
https://gitlab.gnome.org/GNOME/gupnp-tools/blob/gupnp-tools-0.10.0/NEWS
2019-04-16 15:15:41 +02:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Tojnar
4c7ac06115
gupnp-tools: 0.8.14 → 0.8.15 2018-12-14 20:30:58 +01:00
Jan Tojnar
7e33e374db
gupnp-tools: 0.8.13 → 0.8.14 2018-04-25 02:04:33 +02:00
Jan Tojnar
faa31ee3ae
gupnp-tools: clean up 2018-03-23 13:18:41 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +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
ndowens
912b956b07 gupnp-tools: 0.8.8 -> 0.8.13 2017-03-12 20:55:07 -05:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Tomasz Kontusz
62d2a91b2b gupnp-tools: add required icons, rename from gupnptools 2016-01-04 09:34:51 +01:00
Vladimír Čunát
a6e4c87391 gtk3: split into multiple outputs
All references OK, hopefully. Seems surprisingly smooth.
2015-10-13 20:18:45 +02:00
Luca Bruno
9adde87fea More usage of gnome3.defaultIconTheme 2015-05-19 14:44:27 +02:00
Benno Fünfstück
9d6ab791af Use version variables for easier upgrading 2014-01-30 18:58:59 +01:00
Benno Fünfstück
e5af7f79d5 gupnp-tools and releated packages: fix and update 2014-01-30 18:58:59 +01:00
Armijn Hemel
1f42cdde48 add gupnp-tools. I can't actually run them, since there seems to be some issue with fontconfig that has not been configured correctly and i don't know why
svn path=/nixpkgs/trunk/; revision=12154
2008-06-18 22:34:49 +00:00