Commit Graph

48 Commits

Author SHA1 Message Date
Bobby Rong
3a47ec54b8
pantheon.appcenter: 7.4.0 -> 7.4.0-unstable-2023-12-04
https://github.com/elementary/appcenter/compare/7.4.0...d93e135a0b0c9a6e0fbad18fe90d46425823a42c

This contains build fix for AppStream 1.0.
2023-12-11 22:15:48 +08:00
R. RyanTM
034b9ec5f7
pantheon.appcenter: 7.3.0 -> 7.4.0 (#257248)
Actually does the bump.

Fixes cb5ce1520a.
2023-09-25 20:35:56 +08:00
Bobby Rong
cb5ce1520a
pantheon.appcenter: 7.3.0 -> 7.4.0
https://github.com/elementary/appcenter/compare/7.3.0...7.4.0
2023-09-19 21:05:44 +08:00
Bobby Rong
472ff0637e
pantheon.appcenter: 7.2.1 -> 7.3.0
https://github.com/elementary/appcenter/releases/tag/7.3.0
2023-06-29 17:53:41 +08:00
Bobby Rong
9cf6b2040f
pantheon.appcenter: 7.2.0 -> 7.2.1 2023-02-24 22:20:01 +08:00
Bobby Rong
44191eca5f
pantheon.appcenter: 7.1.0 -> 7.2.0 2023-02-09 09:29:54 +08:00
Bobby Rong
b228bcbe5d
pantheon.appcenter: 7.0.0 -> 7.1.0 2023-01-29 10:39:46 +08:00
Bobby Rong
88d2ca01d0
pantheon.appcenter: 4.0.0 -> 7.0.0
We have to disable packagekit backend again because
of some known nixos-specific issue :-(
2023-01-25 12:30:58 +08:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Bobby Rong
beed58c503
pantheon.appcenter: 3.10.0 -> 4.0.0 2022-10-27 18:49:13 +08:00
Bobby Rong
e4cff32464
pantheon.appcenter: 3.9.1 -> 3.10.0 2022-05-26 18:52:08 +08:00
Bobby Rong
fae6f22106
pkgs/pantheon: remove elementary-icon-theme from buildInputs for pkgs that don't hardcode icon themes
User may install icon theme of their choices.
The icons are no longer picked up by wrapGAppsHook by default anyway.
2022-03-18 10:48:39 +08:00
Bobby Rong
1bff9045b4
pantheon.appcenter: fix AppStream.PoolFlags being renamed 2022-03-01 10:10:48 +08:00
Bobby Rong
59dc15a3d8
pantheon.appcenter: drop the disable packagekit patch again
It is not needed when services.packagekit.enable is set.
2022-02-09 21:08:22 +08:00
Bobby Rong
422471d1b0
pkgs/pantheon: remove unneeded elementary-gtk-theme
User may choose their own gtk theme, and elementary-gtk-theme has been added to the pantheon module by default.
2022-01-30 11:00:33 +08:00
Bobby Rong
3aa4359254
pantheon.appcenter: re-add patch for disable packagekit backend
It makes no sense to wait any longer as the app is totally not working specifically on NixOS.
2021-12-12 12:41:21 +08:00
Bobby Rong
01bc1d1b62
pantheon.appcenter: 3.9.0 -> 3.9.1 2021-12-11 20:05:41 +08:00
Bobby Rong
7bec0408e7
pkgs/pantheon: remove unused pantheon from args 2021-11-26 16:51:18 +08:00
Bobby Rong
59c9786c5b
pantheon.appcenter: 3.8.2 -> 3.9.0 2021-11-24 21:02:53 +08:00
Bobby Rong
07f6ceafd6
Merge pull request #143790 from bobby285271/pantheon
Pantheon updates 2021-10-29
2021-10-30 21:23:08 +08:00
Bobby Rong
8890323d76
pantheon.appcenter: 3.8.1 -> 3.8.2 2021-10-30 20:51:16 +08:00
Bobby Rong
8d380db0fd
Merge pull request #143285 from bobby285271/mainprogram
pkgs/pantheon: set meta.mainProgram
2021-10-29 08:57:35 +08:00
Bobby Rong
829e92098e
pantheon.appcenter: drop downstream patch 2021-10-29 00:18:21 +08:00
Bobby Rong
342035a5d1
pkgs/pantheon: set meta.mainProgram 2021-10-28 10:48:14 +08:00
Bobby Rong
c0c3b61e2e
pantheon.appcenter: 3.8.0 -> 3.8.1 2021-10-27 09:34:18 +08:00
Bobby Rong
97567fcbdc
pantheon.appcenter: 3.7.1 -> 3.8.0 2021-09-22 12:41:18 +08:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
Bobby Rong
bdce39c9f2
pantheon.appcenter: 3.6.0 -> 3.7.1 2021-09-18 19:33:39 +08:00
Bobby Rong
f08f875879 pantheon.appcenter: 3.5.1 -> 3.6.0 2021-07-17 11:34:29 +08:00
Jan Tojnar
d4e741f6dc
pantheon.appcenter: Fix build
Use upstream patch.

To make it apply, we need to update the src hash, which r-ryantm did not do during the version bump: https://github.com/NixOS/nixpkgs/pull/101311
2021-05-05 22:43:00 +02:00
Ben Siraphob
5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Sandro
4a43b8918f
Merge pull request #101311 from r-ryantm/auto-update/appcenter
pantheon.appcenter: 3.4.2 -> 3.5.1
2020-11-27 02:37:10 +01:00
WORLDofPEACE
a9785c51fb
pantheon.appcenter: use libhandy_0 2020-10-24 01:17:01 +02:00
R. RyanTM
ca2562af84 pantheon.appcenter: 3.4.2 -> 3.5.1 2020-10-22 01:15:35 +00:00
worldofpeace
3acebf2165 pantheon.appcenter: 3.4.1 -> 3.4.2
https://github.com/elementary/appcenter/releases/tag/3.4.2
2020-09-03 19:43:43 -04:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
worldofpeace
d74da4fe52 pantheon.appcenter: fix build
I believe I misunderstood some things greatly 😅
2020-07-22 16:00:09 -04:00
worldofpeace
6c3b7923f0 pantheon.appcenter: 3.3.0 -> 3.4.0 2020-06-07 13:38:57 -04:00
worldofpeace
e22f36ecc0 pantheon.appcenter: 3.2.4 -> 3.3.0
https://github.com/elementary/appcenter/releases/tag/3.3.0
2020-06-07 12:48:23 -04:00
worldofpeace
0e27a1f2b4
Merge pull request #84916 from worldofpeace/pantheon-update-04-10
Pantheon update 2020-04-10
2020-04-10 14:17:48 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
0ec78fe131 pantheon.appcenter: 3.2.3 -> 3.2.4
https://github.com/elementary/appcenter/releases/tag/3.2.4
2020-04-10 12:12:41 -04:00
worldofpeace
e41d30dc74 pantheon.appcenter: 3.2.2 -> 3.2.3 2020-04-05 20:17:46 -04:00
worldofpeace
a54dcfe076 pantheon.appcenter: 3..2.1 -> 3.2.2
https://github.com/elementary/appcenter/releases/tag/3.2.2
2020-02-28 19:26:12 -05:00
worldofpeace
95dfa8b8cf pantheon: no bash update script, nixpkgs_github_update
Cuz ew. What could be more ew? Not this really.
Clearly using update-source-version (bash) from a different lang
is better? 😜
2019-12-22 01:47:42 -05:00
worldofpeace
39bce33332 pantheon.appcenter: 3.2.0 -> 3.2.1
https://github.com/elementary/appcenter/releases/tag/3.2.1
2019-12-04 18:27:24 -05:00
worldofpeace
ce5ccf8b44 pantheon.appcenter: init at 3.2.0 2019-10-31 21:15:53 -04:00