guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46628] gnu: Add movim-desktop.


From: Nicolas Goaziou
Subject: [bug#46628] gnu: Add movim-desktop.
Date: Sun, 21 Mar 2021 12:36:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hello,

Raghav Gururajan via Guix-patches via <guix-patches@gnu.org> writes:

> +(define-public movim-desktop
> +  (let ((commit "83d583b83629dbd2ec448da9a1ffd81f6c1fb295")
> +        (revision "3"))

Note the revision does not necessarily refer to the number of patches
upstream above last release, but to a Guix internal reference about
number of updates of the package definition so far. IOW, this could as
well be 0 or 1, even though 3 does not hurt.

> +    (package
> +      (name "movim-desktop")
> +      (version
> +       (git-version "0" revision commit))

I changed the version to 0.14.0 per CMakeLists.txt contents.

> +      (synopsis "Desktop Application for Movim")
> +      (description "Movim-Desktop is a desktop app for Movim relying on Qt.
> +Movim is a social and chat platform that act as a frontend for the XMPP 
> network.")
> +      (home-page "https://movim.eu/";)

Out of habit (i.e., nitpick), I moved the home page above synopsis.

Thank you.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]