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
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Ram Kromberg
23f2567441
textadept: 12.1 -> 12.4
2024-05-08 02:59:56 +03:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
Patrick Jackson
4a938cc665
treewide: rename handle/GH account patricksjackson to arcuru
2023-10-25 15:42:48 -07:00
Amy de Buitléir
90da10a6a7
textadept:12.0 -> 12.1
2023-10-23 16:40:12 +01:00
Amy de Buitléir
98c77ecf8f
textadept:11.4 -> 12.0
2023-08-01 15:40:06 +01:00
Amy de Buitléir
0ade08025f
textadept:11.4 -> 12.0
2023-07-31 15:32:23 +01:00
Amy de Buitléir
c69a660d99
textadept:11.4 -> 12.0
2023-05-19 19:39:42 +01:00
Amy de Buitléir
9b514c0ff7
textadept:11.4 -> 12.0
2023-05-19 17:55:00 +01:00
Amy de Buitléir
bb83ccf125
Added TODO messages in comments
2023-02-05 15:57:20 +00:00
Amy de Buitléir
c40b014730
textadept: 11.3 -> 11.4
2022-08-02 20:28:49 +01:00
Amy de Buitléir
213cf26f5e
textadept: 11.3 -> 11.4
2022-08-02 20:13:35 +01:00
Patrick Jackson
31dc19919a
textadept: Merge back into a single version.
2022-06-06 14:27:40 -07:00
7c6f434c
f504966acd
Merge pull request #174999 from patricksjackson/textadept11-11.3
...
textadept11: 11.1 -> 11.3
2022-05-28 11:05:03 +00:00
Patrick Jackson
3605f7a343
textadept11: 11.1 -> 11.3
2022-05-27 12:58:54 -07:00
Patrick Jackson
3b8b85bac4
textadept: Fix compilation using an older version of gcc
2022-05-25 16:09:24 -07:00
Michael Raskin
d946d15796
Merge branch 'master' into textadept-11.1
2021-03-26 11:26:01 +00:00
Kir Ax
e5f38df52b
textadept: 11.0_beta -> 11.1
2021-03-14 13:09:52 +07:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
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-19 01:16:25 -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
Kir Ax
2f00a2b066
textadept-11: add textadept 11_beta
2020-11-02 21:19:55 +07:00
Kir Ax
ef7fff6a49
textadept: moved to subdir for 10th version
2020-11-02 21:13:09 +07:00
J. Neto
698836ecb7
textadept: 10.2 -> 10.8
2020-10-11 15:30:19 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Márton Boros
12a399fdca
textadept: 9.3 -> 10.2
2019-02-09 15:24:38 +01:00
c0bw3b
0f868d8116
Treewide: use HTTPS on SourceForge
2018-12-02 15:33:08 +01:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
Piotr Bogdan
0936dd0d57
textadept: fix build
2017-11-04 13:56:32 +00:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
Jörg Thalheim
a5ee494046
Merge pull request #24696 from mirrexagon/mrxgn-textadept-update
...
textadept: 9.0 -> 9.3
2017-04-07 15:08:34 +02:00
Andrew Abbott
4a79bf0e84
textadept: 9.0 -> 9.3
2017-04-07 11:47:39 +10:00
Jean-Pierre PRUNARET
cf1db9fda0
textadept: bombay update without version pining
2017-03-28 23:21:49 +02:00
Andrew Abbott
717fbc2ad0
textadept: 8.7 -> 9.0
2016-10-05 15:07:56 +11:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Andrew Abbott
5c71b9564d
textadept: 8.2 -> 8.7
2016-06-22 15:12:29 +10:00
Juho Östman
b79d3c266b
textadept: 8.0 -> 8.2
2015-10-06 22:41:46 +03:00
Michael Raskin
969776564f
Adding TextAdept
2015-06-02 20:32:13 +03:00