Commit Graph

70 Commits

Author SHA1 Message Date
Sefa Eyeoglu
34fe167747 packagekit: 1.3.3 -> 1.3.5
36c89f22ad/NEWS (L1-L87)

Fixes high severity GHSA-f55j-vvr9-69xv

See https://www.openwall.com/lists/oss-security/2026/04/22/6

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-04-23 11:50:07 +02:00
Jan Tojnar
7986550044 packagekit: 1.3.2 → 1.3.3
https://github.com/PackageKit/PackageKit/compare/v1.3.2...v1.3.3

- allow more operations without password
- new experimental command (disabled by default)
- new backend for Solus
- various cleanups
2026-01-19 11:38:17 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Marcin Serwin
42c6232eec maintainers: drop matthewbauer
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2025-11-16 13:42:02 +01:00
Weijia Wang
06d6609f96 kdePackages.packagekit-qt: 1.1.3 -> 1.1.4 (#448250) 2025-10-26 15:50:23 +00:00
R. Ryantm
1a6d066d7b kdePackages.packagekit-qt: 1.1.3 -> 1.1.4 2025-10-03 13:28:21 +00:00
R. Ryantm
f9bc32d773 packagekit: 1.3.1 -> 1.3.2 2025-10-03 12:52:15 +00:00
R. Ryantm
6c206d964d kdePackages.packagekit-qt: 1.1.2 -> 1.1.3 2025-08-23 18:03:38 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
65a95fa942 packagekit: 1.3.0 -> 1.3.1 2025-04-23 12:35:27 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Weijia Wang
f8d7c73776 Merge pull request #320418 from r-ryantm/auto-update/packagekit
packagekit: 1.2.8 -> 1.3.0
2024-07-07 23:24:03 +02:00
R. Ryantm
b51c105f92 packagekit: 1.2.8 -> 1.3.0 2024-06-17 02:15:41 +00:00
R. Ryantm
8962151887 kdePackages.packagekit-qt: 1.1.1 -> 1.1.2 2024-06-17 02:00:17 +00:00
Thomas Gerbet
898c3061fe Merge pull request #279253 from risicle/ris-packagekit-1.2.8
packagekit: 1.2.5.1pre -> 1.2.8
2024-01-30 23:37:46 +01:00
Robert Scott
13f59f80b9 packagekit: add nixos test to passthru.tests 2024-01-06 23:32:36 +00:00
Robert Scott
a1936ce687 packagekit: 1.2.5.1pre -> 1.2.8 2024-01-06 23:30:26 +00:00
K900
194dd38532 packagekit-qt: add Qt6 support 2023-12-03 14:48:56 +03:00
R. Ryantm
d24b7cb9cd libsForQt5.packagekit-qt: 1.0.2 -> 1.1.1 2023-05-03 03:23:56 +00:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Artturin
a519bddf0d packagekit: disable nix backend 2022-12-28 16:26:36 +02:00
Naïm Favier
f573655698 packagekit: update homepage 2022-12-17 14:40:17 +01:00
Artturin
da9a9a4404 treewide: cross fixes 2022-09-07 21:20:54 +03:00
Bobby Rong
797898a455 packagekit: fix build with Nix 2.8
33b847c...30bb82d
2022-04-23 10:11:30 +08:00
Alex Ameen
2854d28631 packagekit: 1.2.5pre -> 1.2.5.1pre 2022-02-18 21:13:48 -06:00
Matthew Bauer
92a6ad8626 packagekit: use Nix backend
Fixes https://github.com/NixOS/nixpkgs/issues/21230

Use Nix backend for packagekit. Updates to version with my Nix backend
for PackageKit.
2022-02-08 19:24:04 -06:00
Thomas Tuegel
5590e365e4 qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
R. RyanTM
365c7bdc14 libsForQt5.packagekit-qt: 1.0.1 -> 1.0.2 2020-11-04 03:47:59 +00:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Eelco Dolstra
9737f24919 packagekit: Don't depend on nix unless enableNixBackend = true 2020-04-02 19:32:21 +02:00
Will Dietz
b873eb7317 packagekit: 1.1.12 -> 1.1.13 (#77498)
* packagekit: 1.1.12 -> 1.1.13

https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS

* packagekit: set systemd user unit dir, minor touchups

While visiting:
* drop trailing slash in system unit dir
* prefer placeholder over escaping

* packagekit: dbus dir fixup (thanks @worldofpeace!)

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-18 08:34:18 -05:00
Jan Tojnar
c16bcf71ec packagekit: switch to python 3 2019-12-29 11:21:09 +01:00
worldofpeace
369f386e1c packagekit: 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
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
worldofpeace
0f3bf7de69 packagekit: make vala nativeBuildInputs 2019-04-03 16:52:28 -04:00
worldofpeace
81b5a5cf14 packagekit: use latest vala 2019-03-18 01:32:39 -04:00
Frederik Rietdijk
3e950d584c Merge staging-next into master 2018-12-08 16:29:21 +01:00
Will Dietz
9064f2b22d packagekit: 1.1.11 -> 1.1.12 2018-12-08 15:02:37 +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
R. RyanTM
734cdd77b3 packagekit: 1.1.10 -> 1.1.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/packagekit/versions
2018-10-03 05:26:46 -07:00
Jan Tojnar
979089c1bc packagekit: Enable introspection 2018-09-23 14:25:43 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Justin Bauer
3f9ea23556 packagekit: fix platform typo
should be unix
2018-06-16 16:51:44 -04:00
Matthew Bauer
3b995bba98 packagekit: supports darwin
- make systemd optional
2018-06-15 23:07:45 -04:00
R. RyanTM
4176d58331 packagekit: 1.1.9 -> 1.1.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/packagekit/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/lxwq08kfybd0zlg06xk0zj606nlpk3bn-packagekit-1.1.10/bin/pkcon -h’ got 0 exit code
- ran ‘/nix/store/lxwq08kfybd0zlg06xk0zj606nlpk3bn-packagekit-1.1.10/bin/pkcon --help’ got 0 exit code
- ran ‘/nix/store/lxwq08kfybd0zlg06xk0zj606nlpk3bn-packagekit-1.1.10/bin/pkmon -h’ got 0 exit code
- ran ‘/nix/store/lxwq08kfybd0zlg06xk0zj606nlpk3bn-packagekit-1.1.10/bin/pkmon --help’ got 0 exit code
- found 1.1.10 with grep in /nix/store/lxwq08kfybd0zlg06xk0zj606nlpk3bn-packagekit-1.1.10
- directory tree listing: https://gist.github.com/1d641323594032d2e935bd1e088bf409
2018-04-26 01:22:20 -07:00
Jan Tojnar
2f5fc51479 packagekit: 1.1.8 → 1.1.9 2018-03-22 07:46:52 +01:00