about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/ephemeral
AgeCommit message (Collapse)AuthorFilesLines
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
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`
2021-11-03treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong1-0/+1
2021-09-18treewide: switch from pantheon.maintainers to lib.teams.pantheonBobby Rong1-1/+1
2021-04-19ephemeral: 7.0.5 -> 7.1.0R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-18ephemeral: 7.0.4 -> 7.0.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-27ephemeral: 6.4.1 -> 7.0.4R. RyanTM1-2/+2
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-1/+2
2020-05-09github username: kjuvi -> xiorcalexiorcale1-1/+1
2020-05-04ephemeral: 6.3.3 -> 6.4.1R. RyanTM1-2/+2
2020-04-16ephemeral: 6.3.1 -> 6.3.3worldofpeace1-2/+2
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.2 https://github.com/cassidyjames/ephemeral/releases/tag/6.3.3
2020-03-30ephemeral: 6.3.0 -> 6.3.1R. RyanTM1-3/+3
2020-03-03ephemeral: 6.2.1 -> 6.3.0worldofpeace1-2/+2
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.0
2020-02-19ephemeral: 6.2.0 -> 6.2.1R. RyanTM1-2/+2
2020-01-31ephemeral: 6.1.1 -> 6.2.0kjuvi1-2/+2
2019-12-22treewide: pantheon updateScriptworldofpeace1-0/+6
2019-11-21ephemeral: 6.0.0 -> 6.1.1worldofpeace1-2/+2
https://github.com/cassidyjames/ephemeral/releases/tag/6.1.1
2019-10-17ephemeral: 5.4.0 -> 6.0.0kjuvi1-2/+2
2019-10-12Merge branch 'master' into staging-nextJan Tojnar1-1/+2
2019-10-09pantheon: use latest valaworldofpeace1-1/+2
elementary OS's ecosystem is curated around Ubuntu's LTS releases. This means the development platform for their curated applications always includes a LTS version of vala (in 18.04 it's 0.40). Because of how vala development works it suspect some of these applications to have serious issues if complied with the latest vala. However in the past year or so, for Pantheon at least, I don't think their applications will have much issues with latest vala, and if there is I don't think they'd be difficult to fix. In this single regard they've become more responsive since their preferred language is vala. As for the curated applications I have less of this confidence in. So I'd have to be accept less applications, but that's something I'm willing to compromise on. And this is easily reversible or could be done on a per-application basis. And nix already makes this trivial.
2019-10-08Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-10-04ephemeral: 5.3.0 -> 5.4.0Quentin Vaucher1-2/+2
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+0
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-30ephemeral: 5.2.1 -> 5.3.0Quentin Vaucher1-2/+2
2019-08-04ephemeral: 5.1.1 -> 5.2.1worldofpeace1-2/+2
https://github.com/cassidyjames/ephemeral/releases/tag/5.2.0
2019-07-13ephemeral: 5.1.0 -> 5.1.1worldofpeace1-2/+2
https://github.com/cassidyjames/ephemeral/releases/tag/5.1.1
2019-05-18ephemeral: add glib-networkingworldofpeace1-1/+4
This is needed for the wrapper.
2019-05-18ephemeral: init at 5.1.0kjuvi1-0/+62