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 | |
| 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')
| -rw-r--r-- | gnu/packages/databases.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/engineering.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/geo.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/graphics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/maths.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/physics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/qt.scm | 15 |
7 files changed, 16 insertions, 13 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 410ae0115b9..b3c5a549cb9 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -6213,7 +6213,7 @@ storage that supports JSON and array introspection.") | |||
| 6213 | (arguments | 6213 | (arguments |
| 6214 | (list #:configure-flags | 6214 | (list #:configure-flags |
| 6215 | #~(list (string-append "-DQSCINTILLA_INCLUDE_DIR=" | 6215 | #~(list (string-append "-DQSCINTILLA_INCLUDE_DIR=" |
| 6216 | #$(this-package-input "qscintilla") | 6216 | #$(this-package-input "qscintilla-qt5") |
| 6217 | "/include/Qsci") | 6217 | "/include/Qsci") |
| 6218 | "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF" | 6218 | "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF" |
| 6219 | "-DFORCE_INTERNAL_QHEXEDIT=OFF" | 6219 | "-DFORCE_INTERNAL_QHEXEDIT=OFF" |
| @@ -6221,7 +6221,7 @@ storage that supports JSON and array introspection.") | |||
| 6221 | (inputs | 6221 | (inputs |
| 6222 | (list qcustomplot-qt5 | 6222 | (list qcustomplot-qt5 |
| 6223 | qhexedit | 6223 | qhexedit |
| 6224 | qscintilla | 6224 | qscintilla-qt5 |
| 6225 | qtbase-5 | 6225 | qtbase-5 |
| 6226 | qtwayland-5 | 6226 | qtwayland-5 |
| 6227 | sqlite)) | 6227 | sqlite)) |
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index a36996115a6..1f0a67d7564 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -3140,7 +3140,7 @@ ontinuous-time and discret-time expressions.") | |||
| 3140 | python | 3140 | python |
| 3141 | python-numpy | 3141 | python-numpy |
| 3142 | python-pillow | 3142 | python-pillow |
| 3143 | qscintilla | 3143 | qscintilla-qt5 |
| 3144 | qtbase-5 | 3144 | qtbase-5 |
| 3145 | qtgamepad-5 | 3145 | qtgamepad-5 |
| 3146 | qtmultimedia-5 | 3146 | qtmultimedia-5 |
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 57bdcd52486..7b77c604de4 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm | |||
| @@ -4019,7 +4019,7 @@ SET\\(PYQT5_SIP_DIR \"\\$\\{Python_SITEARCH\\}/PyQt5/bindings\"\\)") | |||
| 4019 | python-six | 4019 | python-six |
| 4020 | python-urllib3 | 4020 | python-urllib3 |
| 4021 | qca | 4021 | qca |
| 4022 | qscintilla | 4022 | qscintilla-qt5 |
| 4023 | qt3d-5 | 4023 | qt3d-5 |
| 4024 | qtbase-5 | 4024 | qtbase-5 |
| 4025 | qtdeclarative-5 | 4025 | qtdeclarative-5 |
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 1d81a663a05..68e7eb86688 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -476,7 +476,7 @@ objects!") | |||
| 476 | libunwind | 476 | libunwind |
| 477 | libwebp | 477 | libwebp |
| 478 | python | 478 | python |
| 479 | qscintilla | 479 | qscintilla-qt5 |
| 480 | qtbase-5 | 480 | qtbase-5 |
| 481 | qtdeclarative-5 | 481 | qtdeclarative-5 |
| 482 | qtmultimedia-5 | 482 | qtmultimedia-5 |
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a28ce2420ce..966d8f29a0a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -3624,7 +3624,7 @@ script files.") | |||
| 3624 | (package (inherit octave-cli) | 3624 | (package (inherit octave-cli) |
| 3625 | (name "octave") | 3625 | (name "octave") |
| 3626 | (inputs | 3626 | (inputs |
| 3627 | `(("qscintilla" ,qscintilla) | 3627 | `(("qscintilla-qt5" ,qscintilla-qt5) |
| 3628 | ("qt" ,qtbase-5) | 3628 | ("qt" ,qtbase-5) |
| 3629 | ("qtwayland" ,qtwayland-5) | 3629 | ("qtwayland" ,qtwayland-5) |
| 3630 | ,@(package-inputs octave-cli))) | 3630 | ,@(package-inputs octave-cli))) |
diff --git a/gnu/packages/physics.scm b/gnu/packages/physics.scm index a029164722d..9b12efd53f7 100644 --- a/gnu/packages/physics.scm +++ b/gnu/packages/physics.scm | |||
| @@ -1981,7 +1981,7 @@ import matplotlib.pyplot as plt")) | |||
| 1981 | python-qtpy | 1981 | python-qtpy |
| 1982 | python-pyqt5-sip | 1982 | python-pyqt5-sip |
| 1983 | python-pyqtwebengine | 1983 | python-pyqtwebengine |
| 1984 | qscintilla | 1984 | qscintilla-qt5 |
| 1985 | qtbase-5 | 1985 | qtbase-5 |
| 1986 | qtsvg-5 | 1986 | qtsvg-5 |
| 1987 | qttools-5 | 1987 | qttools-5 |
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 |
