diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-02-17 12:58:56 +0900 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-26 06:35:28 +0100 |
| commit | f70195eb3d20d36fad006d7e55a9c99ea869f01d (patch) | |
| tree | c60f7f931392f3789dcd0e2d1bacce1f12c5fa00 /gnu/packages/cinnamon.scm | |
| parent | 49cd82fb378aaaa5475a6a478e9f1e2f7fa55da3 (diff) | |
gnu: python-xdg: Deprecate in favor of python-xdg-base-dirs.
The upstream package name has been changed since version 6.
* gnu/packages/python-xyz.scm (python-xdg-base-dirs):
Rename from python-xdg.
(python-xdg): Deprecate in favor of python-xdg-base-dirs.
* gnu/packages/cinnamon.scm (python3-xapp)[propagated-inputs]:
Replace python-xdg with python-xdg-base-dirs.
* gnu/packages/speech.scm (speech-dispatcher)[inputs]:
Replace python-xdg with python-xdg-base-dirs.
References: https://github.com/srstevenson/xdg-base-dirs/pull/141
Change-Id: Ie81d0010d4c08147cf7fd1698fb11876f8b233b3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/cinnamon.scm')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 8a6f8a53c75..eda844ac321 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -159,7 +159,7 @@ cross-DE solutions.") | |||
| 159 | python-setproctitle | 159 | python-setproctitle |
| 160 | python-setuptools | 160 | python-setuptools |
| 161 | python-unidecode | 161 | python-unidecode |
| 162 | python-xdg | 162 | python-xdg-base-dirs |
| 163 | python-xlib)) | 163 | python-xlib)) |
| 164 | (home-page "https://github.com/linuxmint/python3-xapp") | 164 | (home-page "https://github.com/linuxmint/python3-xapp") |
| 165 | (synopsis "Python 3 XApp library") | 165 | (synopsis "Python 3 XApp library") |
