* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:07 ` Raghav Gururajan
@ 2019-07-22 20:24 ` Pierre Neidhardt
2019-07-22 21:00 ` Raghav Gururajan
2019-07-22 21:04 ` Raghav Gururajan
2019-07-25 17:05 ` Ludovic Courtès
` (3 subsequent siblings)
4 siblings, 2 replies; 10+ messages in thread
From: Pierre Neidhardt @ 2019-07-22 20:24 UTC (permalink / raw)
To: Raghav Gururajan, guix-devel
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
Don't have the time at the moment, but if someone is interested in
picking this up, we need to update which patches are applied to
pjproject, I think it's the only part that's broken with the recent
versions. Looking at upstream's log will probably help with
understanding which patches we need for Guix.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:24 ` Pierre Neidhardt
@ 2019-07-22 21:00 ` Raghav Gururajan
2019-07-22 21:04 ` Raghav Gururajan
1 sibling, 0 replies; 10+ messages in thread
From: Raghav Gururajan @ 2019-07-22 21:00 UTC (permalink / raw)
To: Pierre Neidhardt, guix-devel
> Don't have the time at the moment,
Understandable :-)
> but if someone is interested in
> picking this up, we need to update which patches are applied to
> pjproject,
I agree.
> I think it's the only part that's broken with the recent
> versions.
I see.
> Looking at upstream's log will probably help with
> understanding which patches we need for Guix.
True.
Regards,
RG.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:24 ` Pierre Neidhardt
2019-07-22 21:00 ` Raghav Gururajan
@ 2019-07-22 21:04 ` Raghav Gururajan
1 sibling, 0 replies; 10+ messages in thread
From: Raghav Gururajan @ 2019-07-22 21:04 UTC (permalink / raw)
To: Pierre Neidhardt, guix-devel
> Don't have the time at the moment,
Understandable :-)
> but if someone is interested in
> picking this up, we need to update which patches are applied to
> pjproject,
I agree.
> I think it's the only part that's broken with the recent
> versions.
I see.
> Looking at upstream's log will probably help with
> understanding which patches we need for Guix.
True.
Regards,
RG.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:07 ` Raghav Gururajan
2019-07-22 20:24 ` Pierre Neidhardt
@ 2019-07-25 17:05 ` Ludovic Courtès
2019-07-26 8:11 ` Raghav Gururajan
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Ludovic Courtès @ 2019-07-25 17:05 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 474 bytes --]
Hello,
Raghav Gururajan <rvgn@disroot.org> skribis:
>> Error verifying signature: Failed to execute gpg.
>> I agree, it's a GNOME app although the ring.cx launcher supports KDE
>> explicitly. Anyways, I see no need to leave the "-client-gnome"
>> part.
>
> Thanks :-). Well, if we leave that part, it will be straight-forward
> that it can used with any DE and not just GNOME right?
I’ll push the patch below if nobody beats me at it. :-)
Ludo’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 858 bytes --]
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index b5c14143a8..cf37756503 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -847,10 +847,10 @@ This package provides a library common to all Jami clients.")
(home-page "https://jami.net")
(license license:gpl3+)))
-(define-public jami-client-gnome
+(define-public jami
(package
(inherit libring)
- (name "jami-client-gnome")
+ (name "jami")
(build-system cmake-build-system)
(inputs
`(("libringclient" ,libringclient)
@@ -906,3 +906,6 @@ IAX protocols, as well as decentralized calling using P2P-DHT.
This package provides the Jami client for the GNOME desktop.")
(home-page "https://jami.net")
(license license:gpl3+)))
+
+(define-public jami-client-gnome
+ (deprecated-package "jami-client-gnome" jami))
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:07 ` Raghav Gururajan
2019-07-22 20:24 ` Pierre Neidhardt
2019-07-25 17:05 ` Ludovic Courtès
@ 2019-07-26 8:11 ` Raghav Gururajan
2019-07-26 8:12 ` Raghav Gururajan
2019-07-26 8:14 ` Raghav Gururajan
4 siblings, 0 replies; 10+ messages in thread
From: Raghav Gururajan @ 2019-07-26 8:11 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
> I’ll push the patch below if nobody beats me at it. :-)
I think you forgot to attach the patch??
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:07 ` Raghav Gururajan
` (2 preceding siblings ...)
2019-07-26 8:11 ` Raghav Gururajan
@ 2019-07-26 8:12 ` Raghav Gururajan
2019-07-26 8:14 ` Raghav Gururajan
4 siblings, 0 replies; 10+ messages in thread
From: Raghav Gururajan @ 2019-07-26 8:12 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
>> I’ll push the patch below if nobody beats me at it. :-)
>
> I think you forgot to attach the patch??
Never mind. Found it. :)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Rename GNU Jami Package in Guix?
2019-07-22 20:07 ` Raghav Gururajan
` (3 preceding siblings ...)
2019-07-26 8:12 ` Raghav Gururajan
@ 2019-07-26 8:14 ` Raghav Gururajan
4 siblings, 0 replies; 10+ messages in thread
From: Raghav Gururajan @ 2019-07-26 8:14 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
>>> I’ll push the patch below if nobody beats me at it. :-)
>>
>> I think you forgot to attach the patch??
>
> Never mind. Found it. :)
The patch looks perfect! You can push it I guess.
RG.
^ permalink raw reply [flat|nested] 10+ messages in thread