Commit Graph

200 Commits

Author SHA1 Message Date
Yaya
343b3d4e6d liferea: 1.15.6 -> 1.15.7
- changelog: https://github.com/lwindolf/liferea/releases/tag/v1.15.7
- diff: https://github.com/lwindolf/liferea/compare/v1.15.6...v1.15.7
2024-06-22 16:38:53 +02:00
P.
7e1ff7bd73
treewide: remove wolfangaukang as maintainer 2024-06-22 07:03:16 -06:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
Weijia Wang
5ddb8277a5
Merge pull request #308387 from r-ryantm/auto-update/pan
pan: 0.157 -> 0.158
2024-05-11 19:10:18 +02:00
R. Ryantm
3c4fd0afae pan: 0.157 -> 0.158 2024-05-01 22:53:23 +00: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
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
R. Ryantm
83eda37c34 pan: 0.155 -> 0.157 2024-04-02 12:34:16 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Sergei Trofimovich
dbf28693cc liferea: 1.15.5 -> 1.15.6
Changes: https://github.com/lwindolf/liferea/releases/tag/v1.15.6
2024-03-17 13:23:12 +01:00
Emery Hemingway
1a72ea7722 ehmry: reduce maintainership 2024-02-09 11:45:41 +00:00
Federico Damián Schonborn
9172370874
liferea: Do not set PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 22:35:29 -03:00
Vladimír Čunát
2f8370267d
Merge #278026: liferea: pull upstream fix for libxml2-2.12
...into staging-next
2024-01-07 07:49:44 +01:00
Sergei Trofimovich
d519ac780d liferea: pull upstream fix for libxml2-2.12 build failure
Without the change `liferea` fails to buil on `staging-next` as:

    ../../src/node_type.h:62:64: error: unknown type name 'xmlNodePtr'; did you mean 'nodePtr'?
       62 |         void            (*export)               (nodePtr node, xmlNodePtr cur, gboolean trusted);
          |                                                                ^~~~~~~~~~
          |                                                                nodePtr

Co-authored-by: José Romildo Malaquias <malaquias@gmail.com>
2024-01-02 16:09:58 +00:00
José Romildo Malaquias
594a77b801
Merge pull request #278077 from r-ryantm/auto-update/liferea
liferea: 1.15.4 -> 1.15.5
2024-01-02 10:49:26 -03:00
R. Ryantm
a6ce884376 liferea: 1.15.4 -> 1.15.5 2024-01-01 14:49:50 +00:00
Sergei Trofimovich
5368261014 liferea: enable parallel builds
Before the change liferea took 41 seconds to build on my machine.
After the change it takes 11 seconds. Almost 4x speedup.
2023-12-31 22:16:29 +00:00
R. Ryantm
31525a8137 pan: 0.154 -> 0.155 2023-11-18 13:06:31 +00:00
R. Ryantm
aebf2ca941 liferea: 1.15.3 -> 1.15.4 2023-10-31 15:53:21 +01:00
Yaya
c28990b0b9 liferea: 1.15.2 -> 1.15.3
https://github.com/lwindolf/liferea/releases/tag/v1.15.3
2023-09-16 14:22:24 +02:00
R. Ryantm
003c00925a liferea: 1.15.1 -> 1.15.2 2023-08-31 09:01:47 +02:00
Jonas Heinrich
f8d3c2dabd
Merge pull request #250707 from yayayayaka/liferea-1.15.1
liferea: 1.15.0 -> 1.15.1
2023-08-22 18:43:40 +02:00
Yaya
fdf4e6f802 liferea: add yayayayaka to maintainers 2023-08-22 08:25:51 +00:00
Yaya
79b8b876e5 liferea: 1.15.0 -> 1.15.1
https://github.com/lwindolf/liferea/releases/tag/v1.15.1
2023-08-22 08:10:02 +00:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
Chuang Zhu
517fd7c365 pan: 0.146 -> 0.154
According to https://pan.rebelbase.com/download/, newer versions are
released on https://gitlab.gnome.org/GNOME/pan/
2023-07-25 04:22:56 +08:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
R. Ryantm
28b153b4b8 raven-reader: 1.0.78 -> 1.0.80 2023-06-04 13:58:53 +00:00
R. Ryantm
196260267e liferea: 1.14.5 -> 1.15.0 2023-04-18 23:24:20 +00:00
R. Ryantm
0712b966d1 liferea: 1.14.4 -> 1.14.5 2023-04-14 18:56:59 +00:00
José Romildo
972f685682 liferea: 1.14.3 -> 1.14.4 2023-04-01 21:53:04 -03:00
José Romildo
4929fad3c7 liferea: 1.14.2 -> 1.14.3 2023-03-29 07:04:59 +02:00
R. Ryantm
e7eef75c5e liferea: 1.14.1 -> 1.14.2 2023-03-23 08:42:12 +00:00
R. Ryantm
c6d79fec06 liferea: 1.14.0 -> 1.14.1 2023-03-13 15:47:18 +01:00
Kevin Boulain
f67655f5ad slrn: build slrnpull
As explained in its documentation, also build slrnpull when building
slrn:
https://github.com/jedsoft/slrn/blob/master/doc/slrnpull/SETUP
2023-01-30 23:22:20 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Sergei Trofimovich
bc7386def2 liferea: 1.14-RC3 -> 1.14.0 2023-01-17 21:31:27 +00:00
R. Ryantm
af5880a4e2 raven-reader: 1.0.74 -> 1.0.78 2023-01-08 05:22:19 +00:00
R. Ryantm
6d54ba96c0 liferea: 1.14-RC2 -> 1.14-RC3 2022-12-23 05:06:30 +00:00
Sandro
d9c3f3c0dc
Merge pull request #196007 from wegank/fdl11-remove 2022-11-09 22:31:50 +01:00
R. Ryantm
2a32128294 liferea: 1.14-RC1 -> 1.14-RC2 2022-10-29 12:09:16 +00:00
Weijia Wang
84d67f0574 licenses: remove fdl11 2022-10-27 22:45:22 +02:00
R. Ryantm
faacc2c571 liferea: 1.13.9 -> 1.14-RC1 2022-10-12 15:09:38 +00:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
kilianar
8fcc793b4b raven-reader: 1.0.73 -> 1.0.74
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.74
2022-07-30 23:36:52 +02:00
José Romildo
6d5fa6bf8c liferea: 1.13.8 -> 1.13.9 2022-07-25 18:49:53 -03:00
José Romildo
7843e262d8 liferea: add update script 2022-07-25 18:49:03 -03:00
kilianar
d22931cf05 raven-reader: 1.0.72 -> 1.0.73
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.73
2022-06-13 16:21:23 +02:00
P. R. d. O
1905c075b0
raven-reader: init at 1.0.72 2022-05-09 08:29:33 -06:00