diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-26 10:51:02 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:08:32 +0200 |
| commit | 66d42f278569551e63b70ef45afd99a44d885a01 (patch) | |
| tree | d4429c6462d22094b25d7219f35d78a7c0dc404d /gnu | |
| parent | fcb489f9b9abcc3945a358622e58c191db874d15 (diff) | |
gnu: libxapp: Update to 3.2.2.
* gnu/packages/cinnamon.scm (libxapp): Update to 3.2.2.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 7d5a8c296d2..2568aa59c57 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -97,7 +97,7 @@ for theming and features used in desktop environments outside of GNOME.") | |||
| 97 | (define-public libxapp | 97 | (define-public libxapp |
| 98 | (package | 98 | (package |
| 99 | (name "libxapp") | 99 | (name "libxapp") |
| 100 | (version "2.4.3") | 100 | (version "3.2.2") |
| 101 | (source (origin | 101 | (source (origin |
| 102 | (method git-fetch) | 102 | (method git-fetch) |
| 103 | (uri (git-reference | 103 | (uri (git-reference |
| @@ -106,7 +106,7 @@ for theming and features used in desktop environments outside of GNOME.") | |||
| 106 | (file-name (git-file-name name version)) | 106 | (file-name (git-file-name name version)) |
| 107 | (sha256 | 107 | (sha256 |
| 108 | (base32 | 108 | (base32 |
| 109 | "0n443lwmxzmfnw03n98cqnm2ah1iij6pwsnwbly8sncmzg5jyklg")))) | 109 | "1gvg6i0mg3hd8brz3di3qnx59h20sr8rs6maqkxab8p4msn8hlf5")))) |
| 110 | (build-system meson-build-system) | 110 | (build-system meson-build-system) |
| 111 | (arguments | 111 | (arguments |
| 112 | (list | 112 | (list |
| @@ -128,7 +128,7 @@ for theming and features used in desktop environments outside of GNOME.") | |||
| 128 | (define (string-quote str) | 128 | (define (string-quote str) |
| 129 | (format #f "'~a'" str)) | 129 | (format #f "'~a'" str)) |
| 130 | (substitute* "libxapp/meson.build" | 130 | (substitute* "libxapp/meson.build" |
| 131 | (("gtk3_dep\\.get_pkgconfig_variable[(]'libdir'[)]") | 131 | (("gtk3_dep\\.get_variable[(]pkgconfig: 'libdir'[)]") |
| 132 | (string-quote (string-append #$output "/lib")))) | 132 | (string-quote (string-append #$output "/lib")))) |
| 133 | 133 | ||
| 134 | (substitute* "scripts/pastebin" | 134 | (substitute* "scripts/pastebin" |
