File: remove_slob_and_stardict_support

package info (click to toggle)
freedict-tools 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,512 kB
  • sloc: python: 2,774; haskell: 1,999; perl: 1,509; yacc: 502; sh: 435; sed: 392; makefile: 141; xml: 10
file content (21 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: set "slob" and "stardict" as non-available platform
 Debian cannot build these formats:

  * tei2slob: not packaged converter tei2slob
  * StarDict: dependency pyglossary outdated (required 4.7.1, see #1086527)
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2024-10-31

Index: freedict-tools/mk/dicts.mk
===================================================================
--- freedict-tools.orig/mk/dicts.mk
+++ freedict-tools/mk/dicts.mk
@@ -22,7 +22,7 @@ UNSUPPORTED_PLATFORMS = evolutionary
 endif
 
 
-available_platforms := src dictd slob stardict
+available_platforms := src dictd
 
 dictname ?= $(shell basename "$(shell pwd)")
 xsldir ?= $(FREEDICT_TOOLS)/xsl