diff options
| author | nixo <nicolo@nixo.xyz> | 2021-09-04 14:26:17 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-13 22:40:48 +0200 |
| commit | 17d26c43e4c576f845c51eb341bf8383598c32e9 (patch) | |
| tree | f170a17823f93da9b6ce18da41605e853a7843f0 /gnu | |
| parent | 3055d64b3e8092c088d3d26b56b6bec944372cd8 (diff) | |
gnu: Add qolibri.
* gnu/packages/education.scm (qolibri): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/education.scm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 897dd37088c..2039347ddc7 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm | |||
| @@ -1045,6 +1045,40 @@ formats.") | |||
| 1045 | (home-page "https://sra.co.jp/") | 1045 | (home-page "https://sra.co.jp/") |
| 1046 | (license license:bsd-3))) | 1046 | (license license:bsd-3))) |
| 1047 | 1047 | ||
| 1048 | (define-public qolibri | ||
| 1049 | (package | ||
| 1050 | (name "qolibri") | ||
| 1051 | (version "2.1.4") | ||
| 1052 | (source | ||
| 1053 | (origin | ||
| 1054 | (method git-fetch) | ||
| 1055 | (uri (git-reference | ||
| 1056 | (url"https://github.com/ludios/qolibri") | ||
| 1057 | (commit version))) | ||
| 1058 | (file-name (git-file-name name version)) | ||
| 1059 | (sha256 | ||
| 1060 | (base32 "066y7jcq9vg6hnvn7qxckzhd1qkgfzpzhw69nw5psm43qbaca8lg")))) | ||
| 1061 | (build-system qt-build-system) | ||
| 1062 | (arguments | ||
| 1063 | '(#:tests? #f)) ; no test target | ||
| 1064 | (native-inputs | ||
| 1065 | `(("qttools", qttools))) | ||
| 1066 | (inputs | ||
| 1067 | `(("libeb" ,libeb) | ||
| 1068 | ("qtbase" ,qtbase-5) | ||
| 1069 | ("qtmultimedia" ,qtmultimedia) | ||
| 1070 | ("qtquickcontrols2" ,qtquickcontrols2) | ||
| 1071 | ("qtdeclarative" ,qtdeclarative) | ||
| 1072 | ("qtwebchannel" ,qtwebchannel) | ||
| 1073 | ("qtwebengine" ,qtwebengine) | ||
| 1074 | ("zlib" ,zlib))) | ||
| 1075 | (synopsis "EPWING dictionary reader") | ||
| 1076 | (description "qolibri is a dictionary viewer for the EPWING dictionary | ||
| 1077 | format. Most monolingual Japanese dictionaries can only be found in the | ||
| 1078 | EPWING format.") | ||
| 1079 | (home-page "https://github.com/ludios/qolibri") | ||
| 1080 | (license license:gpl2))) | ||
| 1081 | |||
| 1048 | (define-public mdk | 1082 | (define-public mdk |
| 1049 | (package | 1083 | (package |
| 1050 | (name "mdk") | 1084 | (name "mdk") |
