about summary refs log tree commit diff
path: root/pkgs/applications/editors/jedit
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-04-23jedit: 5.2.0 -> 5.6.0-unstable-2023-11-19, adopt and rewriteTomaSajt2-305/+103
2022-08-01jedit, matio, proj: remove myself from meta.maintainersVincent Laporte1-1/+1
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
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-09-20jedit: use latest jdkGabriel Ebner1-6/+2
2020-06-12treewide: central.maven.org -> repo1.maven.orgvolth1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2019-08-17treewide: name -> pnamevolth1-1/+2
2015-09-15libreoffice: 5.0.0.5 -> 5.0.1.2, refactorDomen Kožar1-5/+1
I've extracted some of libraries and made expression simpler. (cherry picked from commit 66e6f99d40350a4b2a235913a1fa77d88b1a44a6) Signed-off-by: Domen Kožar <domen@dev.si>
2015-07-04jedit: fix buildVincent Laporte1-2/+2
2015-03-13jedit: update from 5.1.0 to 5.2.0Vincent Laporte2-25/+30
2015-01-07java: Normalize to the default jre / jdkWilliam A. Kennington III1-1/+1
2014-11-13jEdit: update from 4.4.2 to 5.1.0Vincent Laporte2-17/+286
2014-01-03jedit: Fix buildEelco Dolstra1-14/+12
2013-01-14Get rid of the "sf" alias for "sourceforge"Eelco Dolstra1-1/+1
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-18/+0
Plus a small number of obsolete packages (like old versions of qemu).
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2-8/+8
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-17Update of the 'jedit' package.Arie Middelkoop1-14/+39
svn path=/nixpkgs/trunk/; revision=31614
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-5/+6
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-06-04* Move jedit to editors/jedit.Eelco Dolstra2-0/+46
svn path=/nixpkgs/trunk/; revision=11978