diff options
| author | nomike <nomike@nomike.com> | 2026-07-02 21:55:04 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-17 22:22:35 +0200 |
| commit | 3313fbf336c12aa38ecbab23429bdae5d9e56b3c (patch) | |
| tree | 38ce60946c651dad4aab52ed54795f057e70eaae /gnu/packages/qt.scm | |
| parent | 933f0f88395fa7e30c0e8f9e1f2d3ed82a7b7303 (diff) | |
gnu: qscintilla: Rename to qscintilla-qt5.
* gnu/packages/qt.scm (qscintilla): Deprecate in favor of...
(qscintilla-qt5): ...this renamed package.
[name]: Change to "qscintilla-qt5".
(python-qscintilla)[arguments, inputs]: Replace qscintilla with
qscintilla-qt5.
* gnu/packages/databases.scm (sqlitebrowser)[arguments, inputs]: Replace
qscintilla with qscintilla-qt5.
* gnu/packages/engineering.scm (openscad)[inputs]: Likewise.
* gnu/packages/geo.scm (qgis)[inputs]: Likewise.
* gnu/packages/graphics.scm (friction)[inputs]: Likewise.
* gnu/packages/maths.scm (octave)[inputs]: Likewise.
* gnu/packages/physics.scm (mantid)[inputs]: Likewise.
Change-Id: I287afccf0156f88068622dfd722a84f9892d8e25
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/qt.scm')
| -rw-r--r-- | gnu/packages/qt.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5845d02d6a0..364bd909d2a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -4902,9 +4902,9 @@ bindings (PySide, PySide2, PyQt4 and PyQt5).") | |||
| 4902 | @end itemize") | 4902 | @end itemize") |
| 4903 | (license license:bsd-3))) | 4903 | (license license:bsd-3))) |
| 4904 | 4904 | ||
| 4905 | (define-public qscintilla | 4905 | (define-public qscintilla-qt5 |
| 4906 | (package | 4906 | (package |
| 4907 | (name "qscintilla") | 4907 | (name "qscintilla-qt5") |
| 4908 | (version "2.13.4") | 4908 | (version "2.13.4") |
| 4909 | (source (origin | 4909 | (source (origin |
| 4910 | (method url-fetch) | 4910 | (method url-fetch) |
| @@ -4943,8 +4943,11 @@ and debugging source code. These include support for syntax styling, error | |||
| 4943 | indicators, code completion and call tips.") | 4943 | indicators, code completion and call tips.") |
| 4944 | (license license:gpl3+))) | 4944 | (license license:gpl3+))) |
| 4945 | 4945 | ||
| 4946 | ;; 2026-07-17 | ||
| 4947 | (define-deprecated-package qscintilla qscintilla-qt5) | ||
| 4948 | |||
| 4946 | (define-public python-qscintilla | 4949 | (define-public python-qscintilla |
| 4947 | (package/inherit qscintilla | 4950 | (package/inherit qscintilla-qt5 |
| 4948 | (name "python-qscintilla") | 4951 | (name "python-qscintilla") |
| 4949 | (build-system pyproject-build-system) | 4952 | (build-system pyproject-build-system) |
| 4950 | (arguments | 4953 | (arguments |
| @@ -4955,10 +4958,10 @@ indicators, code completion and call tips.") | |||
| 4955 | (lambda _ | 4958 | (lambda _ |
| 4956 | (setenv "CFLAGS" (string-append | 4959 | (setenv "CFLAGS" (string-append |
| 4957 | "--qsci-include-dir" | 4960 | "--qsci-include-dir" |
| 4958 | #$(this-package-input "qscintilla") | 4961 | #$(this-package-input "qscintilla-qt5") |
| 4959 | "/include" | 4962 | "/include" |
| 4960 | " --qsci-library-dir" | 4963 | " --qsci-library-dir" |
| 4961 | #$(this-package-input "qscintilla") | 4964 | #$(this-package-input "qscintilla-qt5") |
| 4962 | "/lib")))) | 4965 | "/lib")))) |
| 4963 | (add-after 'unpack 'prepare-build | 4966 | (add-after 'unpack 'prepare-build |
| 4964 | (lambda _ | 4967 | (lambda _ |
| @@ -4976,7 +4979,7 @@ indicators, code completion and call tips.") | |||
| 4976 | (native-inputs | 4979 | (native-inputs |
| 4977 | (list python-pyqt-builder qtbase-5)) | 4980 | (list python-pyqt-builder qtbase-5)) |
| 4978 | (inputs | 4981 | (inputs |
| 4979 | (list python-pyqt python-sip qscintilla)) | 4982 | (list python-pyqt python-sip qscintilla-qt5)) |
| 4980 | (description "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ | 4983 | (description "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ |
| 4981 | editor control. QScintilla includes features especially useful when editing | 4984 | editor control. QScintilla includes features especially useful when editing |
| 4982 | and debugging source code. These include support for syntax styling, error | 4985 | and debugging source code. These include support for syntax styling, error |
