diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-04-10 20:14:12 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-05-17 22:12:08 +0200 |
| commit | 015e02d6a539cb8c970ce72244b3da71f4a6094f (patch) | |
| tree | d21640b8ff0ac9be498cb94407365aa50d6e1491 /gnu/packages/messaging.scm | |
| parent | e12e4321d38e62f00e0e13f691b64b9af8ff67c3 (diff) | |
gnu: profanity: Update to 0.18.1
* gnu/packages/messaging.scm (profanity): Update to 0.18.1.
[build-system]: Switch to meson-build-system. [arguments]
Add #:glib-or-gtk?. <#:configure-flags>: Update. [inputs]:
Replace gtk+-2 with gtk. Replace libsignal-protocol-c with
libomemo-c. [native-inputs]: Remove autoconf, autoconf-archive,
automake, libtool.
Change-Id: I6053e9ca6035b2f72c0bde13c8a3d8331bc84440
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7798
Diffstat (limited to 'gnu/packages/messaging.scm')
| -rw-r--r-- | gnu/packages/messaging.scm | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index bf022a5986a..287007c7a8d 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -2096,7 +2096,7 @@ are both supported).") | |||
| 2096 | (define-public profanity | 2096 | (define-public profanity |
| 2097 | (package | 2097 | (package |
| 2098 | (name "profanity") | 2098 | (name "profanity") |
| 2099 | (version "0.17.0") | 2099 | (version "0.18.1") |
| 2100 | (source | 2100 | (source |
| 2101 | (origin | 2101 | (origin |
| 2102 | (method git-fetch) | 2102 | (method git-fetch) |
| @@ -2107,38 +2107,36 @@ are both supported).") | |||
| 2107 | (file-name (git-file-name name version)) | 2107 | (file-name (git-file-name name version)) |
| 2108 | (sha256 | 2108 | (sha256 |
| 2109 | (base32 | 2109 | (base32 |
| 2110 | "0d3srcw23qhkzal76maqyq0sr5hbblsd06hdgpcy0l34hh0z4zi0")))) | 2110 | "1rbdyw1pmszmmxalcjb2w9ph60yq270wgw0fs2g1mqhhmqpg0g3s")))) |
| 2111 | (build-system glib-or-gtk-build-system) | 2111 | (build-system meson-build-system) |
| 2112 | (arguments | 2112 | (arguments |
| 2113 | (list | 2113 | (list |
| 2114 | #:configure-flags | 2114 | #:configure-flags |
| 2115 | #~(list | 2115 | #~(list |
| 2116 | "--disable-static" | 2116 | "-Dnotifications=enabled" |
| 2117 | "--enable-notifications" | 2117 | "-Dpython-plugins=enabled" |
| 2118 | "--enable-python-plugins" | 2118 | "-Dc-plugins=enabled" |
| 2119 | "--enable-c-plugins" | 2119 | "-Dotr=enabled" |
| 2120 | "--enable-plugins" | 2120 | "-Dpgp=enabled" |
| 2121 | "--enable-otr" | 2121 | "-Domemo=enabled" |
| 2122 | "--enable-pgp" | 2122 | "-Domemo-backend=libomemo-c" |
| 2123 | "--enable-omemo" | 2123 | "-Dicons-and-clipboard=enabled" |
| 2124 | "--enable-icons-and-clipboard"))) | 2124 | "-Dinstall_themes=true" |
| 2125 | "--buildtype=release") | ||
| 2126 | #:glib-or-gtk? #t)) | ||
| 2125 | (native-inputs | 2127 | (native-inputs |
| 2126 | (list autoconf | 2128 | (list cmocka |
| 2127 | autoconf-archive | ||
| 2128 | automake | ||
| 2129 | cmocka | ||
| 2130 | libtool | ||
| 2131 | pkg-config)) | 2129 | pkg-config)) |
| 2132 | (inputs | 2130 | (inputs |
| 2133 | (list curl | 2131 | (list curl |
| 2134 | expat | 2132 | expat |
| 2135 | glib | 2133 | glib |
| 2136 | gpgme | 2134 | gpgme |
| 2137 | gtk+-2 | 2135 | gtk+ |
| 2138 | libgcrypt | 2136 | libgcrypt |
| 2139 | libnotify | 2137 | libnotify |
| 2140 | libotr | 2138 | libotr |
| 2141 | libsignal-protocol-c | 2139 | libomemo-c |
| 2142 | libstrophe | 2140 | libstrophe |
| 2143 | ncurses | 2141 | ncurses |
| 2144 | openssl | 2142 | openssl |
