diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-18 19:24:26 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:08:33 +0200 |
| commit | a67fddeed337406e54e0e06b7669a4638df865e7 (patch) | |
| tree | 81fd23262d55f813ba792c4cd76b8fcf238ac5d7 | |
| parent | 86ac4727584defe803a7e8b63398320d15d2def7 (diff) | |
gnu: Add timezonemap.
* gnu/packages/cinnamon.scm (timezonemap): New variable.
| -rw-r--r-- | gnu/packages/cinnamon.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 7c5c7197058..074b59445fa 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -214,6 +214,32 @@ cross-DE solutions.") | |||
| 214 | persist XApp settings windows using GSettings.") | 214 | persist XApp settings windows using GSettings.") |
| 215 | (license license:lgpl2.0+))) | 215 | (license license:lgpl2.0+))) |
| 216 | 216 | ||
| 217 | (define-public timezonemap | ||
| 218 | (package | ||
| 219 | (name "timezonemap") | ||
| 220 | (version "0.4.5.4") | ||
| 221 | (source (origin | ||
| 222 | (method git-fetch) | ||
| 223 | (uri (git-reference | ||
| 224 | (url "https://codeberg.org/dashea/timezonemap") | ||
| 225 | (commit version))) | ||
| 226 | (file-name (git-file-name name version)) | ||
| 227 | (sha256 | ||
| 228 | (base32 "0fkyqqyl4fwq3yz347ha69wiljz5bv1w4jg9mvz6xj20zhmzc1yw")))) | ||
| 229 | (build-system gnu-build-system) | ||
| 230 | (native-inputs (list autoconf | ||
| 231 | automake | ||
| 232 | `(,glib "bin") | ||
| 233 | gobject-introspection | ||
| 234 | libtool | ||
| 235 | pkg-config)) | ||
| 236 | (inputs (list gtk+ libsoup json-glib librsvg)) | ||
| 237 | (home-page "https://codeberg.org/dashea/timezonemap/") | ||
| 238 | (synopsis "Standalone copy of GNOME 3.0's datetime panel") | ||
| 239 | (description "This package provides a standalone copy of the datetime | ||
| 240 | panel used in GNOME 3.0's control center.") | ||
| 241 | (license license:gpl2+))) | ||
| 242 | |||
| 217 | (define-public cjs | 243 | (define-public cjs |
| 218 | (package | 244 | (package |
| 219 | (name "cjs") | 245 | (name "cjs") |
