Merge pull request #174999 from patricksjackson/textadept11-11.3

textadept11: 11.1 -> 11.3

authored by 7c6f434c and committed by GitHub f504966a 4125f6ce

+48 -52
+6 -4
pkgs/applications/editors/textadept/11/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }: 2 3 stdenv.mkDerivation rec { 4 - version = "11.1"; 5 pname = "textadept11"; 6 7 nativeBuildInputs = [ pkg-config unzip zip ]; 8 buildInputs = [ 9 gtk2 ncurses glib 10 ]; 11 12 src = fetchFromGitHub { 13 name = "textadept11"; 14 owner = "orbitalquark"; 15 repo = "textadept"; 16 - rev = "1df99d561dd2055a01efa9183bb9e1b2ad43babc"; 17 - sha256 = "0g4bh5dp391vi32aa796vszpbxyl2dm5231v9dwc8l9v0b2786qn"; 18 }; 19 20 preConfigure = ··· 46 ]; 47 48 meta = with lib; { 49 - description = "An extensible text editor based on Scintilla with Lua scripting. Version 11_beta"; 50 homepage = "http://foicica.com/textadept"; 51 license = licenses.mit; 52 maintainers = with maintainers; [ raskin mirrexagon ];
··· 1 { lib, stdenv, fetchFromGitHub, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }: 2 3 stdenv.mkDerivation rec { 4 + version = "11.3"; 5 pname = "textadept11"; 6 7 nativeBuildInputs = [ pkg-config unzip zip ]; 8 buildInputs = [ 9 gtk2 ncurses glib 10 ]; 11 + 12 + enableParallelBuilding = true; 13 14 src = fetchFromGitHub { 15 name = "textadept11"; 16 owner = "orbitalquark"; 17 repo = "textadept"; 18 + rev = "textadept_${version}"; 19 + sha256 = "sha256-C7J/Qr/58hLbyw39R+GU4wot1gbAXf51Cv6KGk3kg30="; 20 }; 21 22 preConfigure = ··· 48 ]; 49 50 meta = with lib; { 51 + description = "An extensible text editor based on Scintilla with Lua scripting."; 52 homepage = "http://foicica.com/textadept"; 53 license = licenses.mit; 54 maintainers = with maintainers; [ raskin mirrexagon ];
+42 -48
pkgs/applications/editors/textadept/11/deps.nix
··· 1 { 2 - "scintilla445.tgz" = { 3 - url = "https://www.scintilla.org/scintilla445.tgz"; 4 - sha256 = "1v1kyxj7rv5rxadbg8gl8wh1jafpy7zj0wr6dcyxq9209dl6h8ag"; 5 - }; 6 - "6a774158d8a3c7bc7ea120bc01cdb016fa351a7e.zip" = { 7 - url = "https://github.com/orbitalquark/scinterm/archive/6a774158d8a3c7bc7ea120bc01cdb016fa351a7e.zip"; 8 - sha256 = "083xvpw14dxbyrv4i48q76bmr44hs637qv363n6ibfs8xv1kq7iv"; 9 - }; 10 - "scintillua_4.4.5-2.zip" = { 11 - url = "https://github.com/orbitalquark/scintillua/archive/scintillua_4.4.5-2.zip"; 12 - sha256 = "1061y2gg78zb2mml8msyarxgdwbf7g8g2v08fr1qqsqi2pbb7mfc"; 13 - }; 14 - "lua-5.3.5.tar.gz" = { 15 - url = "http://www.lua.org/ftp/lua-5.3.5.tar.gz"; 16 - sha256 = "1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc"; 17 - }; 18 - "lpeg-1.0.2.tar.gz" = { 19 - url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz"; 20 - sha256 = "1zjzl7acvcdavmcg5l7wi12jd4rh95q9pl5aiww7hv0v0mv6bmj8"; 21 - }; 22 - "v1_8_0.zip" = { 23 - url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip"; 24 - sha256 = "12p1p5qpdql44y3cc035h8rs8rgdqp6nrnrixlp5544agb5bx9p3"; 25 - }; 26 - "64587546482a1a6324706d75c80b77d2f87118a4.zip" = { 27 - url = "https://github.com/orbitalquark/gtdialog/archive/64587546482a1a6324706d75c80b77d2f87118a4.zip"; 28 - sha256 = "10mglbnn8r1cakqn9h285pwfnh7kfa98v7j8qh83c24n66blyfh9"; 29 - }; 30 - "cdk-5.0-20200923.tgz" = { 31 - url = "http://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz"; 32 - sha256 = "1vdakz119a13d7p7w53hk56fdmbkhv6y9xvdapcfnbnbh3l5szq0"; 33 - }; 34 - "libtermkey-0.20.tar.gz" = { 35 - url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.20.tar.gz"; 36 - sha256 = "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc"; 37 - }; 38 - "pdcurs39.zip" = { 39 - url = "https://github.com/wmcbrine/PDCurses/archive/3.9.zip"; 40 - sha256 = "0ydsa15d6fgk15zcavbxsi4vj3knlr2495dc5v4f5xzvv2qwlb2w"; 41 - }; 42 - "bombay.zip" = { 43 - url = "http://foicica.com/hg/bombay/archive/b25520cc76bb.zip"; 44 - sha256 = "07spq7jmkfyq20gv67yffara3ln3ns2xi0k02m2mxdms3xm1q36h"; 45 - }; 46 - "cloc-1.60.pl" = { 47 - url = "http://prdownloads.sourceforge.net/cloc/cloc-1.60.pl"; 48 - sha256 = "0p504bi19va3dh274v7lb7giqrydwa5yyry60f7jpz84y6z71a2a"; 49 - }; 50 }
··· 1 { 2 + "scintilla514.tgz" = { 3 + url = "https://www.scintilla.org/scintilla514.tgz"; 4 + sha256 = "sha256-3IJcVUmJBWsmMURsfKKLFHyUw2XZI90Kkoq3oR3To2U="; 5 + }; 6 + "lexilla510.tgz" = { 7 + url = "https://www.scintilla.org/lexilla510.tgz"; 8 + sha256 = "sha256-azWVJ0AFSYZxuFTPV73uwiVJZvNxcS/POnFtl6p/P9g="; 9 + }; 10 + "475d8d43f3418590c28bd2fb07ee9229d1fa2d07.zip" = { 11 + url = 12 + "https://github.com/orbitalquark/scinterm/archive/475d8d43f3418590c28bd2fb07ee9229d1fa2d07.zip"; 13 + sha256 = "sha256-lNMK0RFcOLg9RRE5a6VelhSzUYVl5TiAiXcje2JOedE="; 14 + }; 15 + "4cb1464ef738a098f008d6530b776fe780b19c34.zip" = { 16 + url = 17 + "https://github.com/orbitalquark/scintillua/archive/4cb1464ef738a098f008d6530b776fe780b19c34.zip"; 18 + sha256 = "sha256-OgmZ5iWnjG1cI6wprHOyeLY86DcLpU/4omGJ6stEe0c="; 19 + }; 20 + "lua-5.4.2.tar.gz" = { 21 + url = "http://www.lua.org/ftp/lua-5.4.2.tar.gz"; 22 + sha256 = "sha256-EVcNl+nXMDwKWVZ+0ax8ZINAzQ2xDV/VlMCSI+8vUk8="; 23 + }; 24 + "lpeg-1.0.2.tar.gz" = { 25 + url = "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz"; 26 + sha256 = "sha256-SNZldgUbbHg4j6rQm3BJMJMmRYj80PJY3aqxzdShX/4="; 27 + }; 28 + "v1_8_0.zip" = { 29 + url = "https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip"; 30 + sha256 = "sha256-46a+ynqKkFIu7THbbM3F7WWkM4JlAMaGJ4TidnG54Yo="; 31 + }; 32 + "gtdialog_1.5.zip" = { 33 + url = "https://github.com/orbitalquark/gtdialog/archive/gtdialog_1.5.zip"; 34 + sha256 = "sha256-kk85ajgMG0okUwPAyL0TYq6BfS5cuyFmsk6i8pn7pbw="; 35 + }; 36 + "cdk-5.0-20200923.tgz" = { 37 + url = "http://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz"; 38 + sha256 = "sha256-AH9d6IDLLuvYVW335M2Gc9XmTJlwFH7uaSOoFMKfqu0="; 39 + }; 40 + "libtermkey-0.20.tar.gz" = { 41 + url = "http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.20.tar.gz"; 42 + sha256 = "sha256-bA2HyUq5kV527NMTuuwI3t871W3oN0PZqpI6CBk10vU="; 43 + }; 44 }