External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1020B

  1. Source: ntk-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. pkg-config,
  8. python-is-python3,
  9. python3,
  10. libjpeg-turbo-static,
  11. libpng-static,
  12. pixman-static,
  13. zlib-static,
  14. libcairo-dev,
  15. libfreetype6-dev,
  16. libx11-dev,
  17. libxext-dev,
  18. libxft-dev,
  19. libxinerama-dev
  20. # python3-zombie-imp,
  21. Standards-Version: 3.8.4
  22. Package: ntk-static
  23. Architecture: any
  24. Depends: ${shlibs:Depends}, ${misc:Depends}, libjpeg-turbo-static, libpng-static, pixman-static, zlib-static,
  25. libcairo-dev, libfreetype6-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev
  26. Description: non-toolkit (static)
  27. The Non Tool Kit (NTK) is a fork of the Fast Light ToolKit library,
  28. adding improved graphics rendering via Cairo, a streamlined and
  29. enhanced widget set, and other features designed to improve the
  30. appearance and performance of the Non applications.
  31. .
  32. This package provides the static library used in KXStudio builds.