[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71897] [PATCH v7 4/9] gnu: Add cppgir-for-telegram-desktop.
From: |
dan |
Subject: |
[bug#71897] [PATCH v7 4/9] gnu: Add cppgir-for-telegram-desktop. |
Date: |
Sat, 21 Sep 2024 19:34:38 +0800 |
* gnu/packages/glib.scm (cppgir-for-telegram-desktop): New variable.
Change-Id: Ib9ca3bd376f32d13939adabd2c52e1eb24e2ddcb
---
gnu/packages/glib.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f695d065b3..75954217be 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1621,3 +1621,22 @@ (define-public cppgir
introspection annotations into a set of C++ files defining suitable
namespaces, classes and other types that together form a C++ binding.")
(license license:expat)))
+
+;; telegram-desktop requires a more recent version of cppgir
+(define-public cppgir-for-telegram-desktop
+ (let ((commit "9c4f5820d94d62ab451501f016bfea97156518f4")
+ (revision "0"))
+ (package
+ (inherit cppgir)
+ (name "cppgir-for-telegram-desktop")
+ (version (git-version "2.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://gitlab.com/mnauw/cppgir")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1fa9nf4yljfarihaqj5kd98yysrky7q316mh6l5b1rq39ga15k9b")))))))
--
2.45.2
- [bug#71897] [PATCH v7 1/9] gnu: xdg-desktop-portal: Update to 1.18.4., dan, 2024/09/21
- [bug#71897] [PATCH v7 5/9] gnu: simdjson: Update to 3.10.1., dan, 2024/09/21
- [bug#71897] [PATCH v7 7/9] gnu: Add libprisma-for-telegram-desktop., dan, 2024/09/21
- [bug#71897] [PATCH v7 9/9] gnu: telegram-desktop: Disable jemalloc., dan, 2024/09/21
- [bug#71897] [PATCH v7 3/9] gnu: Add cppgir., dan, 2024/09/21
- [bug#71897] [PATCH v7 8/9] gnu: telegram-desktop: Update to 5.5.5., dan, 2024/09/21
- [bug#71897] [PATCH v7 6/9] gnu: Add ada., dan, 2024/09/21
- [bug#71897] [PATCH v7 4/9] gnu: Add cppgir-for-telegram-desktop.,
dan <=
- [bug#71897] [PATCH v7 2/9] gnu: xdg-desktop-portal: Update input style., dan, 2024/09/21
- [bug#71897] [PATCH v7 1/9] gnu: xdg-desktop-portal: Update to 1.18.4., Liliana Marie Prikler, 2024/09/21