all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: alezost@gmail.com, "Mark H. Weaver" <mhw@netris.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 5/5] gnu: Add emacs-mmm-mode
Date: Sat, 18 Jul 2015 11:16:59 +0200	[thread overview]
Message-ID: <CAKrPhPMAJKfbhfdjkvv3J4AMZmVgU95pVpbMS+Sr99kBFP_-dg@mail.gmail.com> (raw)

Alex Kost <alezost@gmail.com> writes:

> ...  If people agree on this,
> what about the attached patch?

Does it install the documentation info file? If so, just push it.

Thanks,
Fede

>
>
> From 35e622f13b5971ffab154da2ed316c2076c0c652 Mon Sep 17 00:00:00 2001
> From: Alex Kost <alezost@gmail.com>
> Date: Thu, 9 Jul 2015 11:48:12 +0300
> Subject: [PATCH] gnu: emacs-mmm-mode: Use gnu-build-system.
>
> * gnu/packages/emacs.scm (emacs-mmm-mode): Replace melpa-stable URL with
>   the github URL and use 'gnu-build-system' instead of
>   'emacs-build-system'.  Fix typo (add missing space before the
>   description).
> ---
>  gnu/packages/emacs.scm | 26 ++++++++++++++++++--------
>  1 file changed, 18 insertions(+), 8 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index f00e15c..32b27fc 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -812,17 +812,27 @@ or XEmacs.")
>       (origin
>         (method url-fetch)
>         (uri (string-append
> -             "http://stable.melpa.org/packages/mmm-mode-"
> -             version
> -             ".tar"))
> +             "https://github.com/purcell/mmm-mode/archive/"
> +             version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "1llkzb6d978ym3zv3yfzwj0w5zzmmj3ksrm5swrx1papxcnqnkb9"))))
> -    (build-system emacs-build-system)
> +         "10kwslnflbjqm62wkrq420crqzdqalzfflp9pqk1i12zm6dm4mfv"))))
> +    (build-system gnu-build-system)
> +    (arguments
> +     '(#:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'autogen
> +           (lambda _
> +             (zero? (system* "sh" "autogen.sh")))))))
> +    (native-inputs
> +     `(("autoconf" ,autoconf)
> +       ("automake" ,automake)
> +       ("emacs" ,emacs-no-x)
> +       ("texinfo" ,texinfo)))
>      (home-page "https://github.com/purcell/mmm-mode")
> -    (synopsis
> -     "Allow multiple major modes in an Emacs buffer")
> +    (synopsis "Allow multiple major modes in an Emacs buffer")
>      (description
> -    "MMM Mode is a minor mode that allows multiple major modes to coexist in a
> +     "MMM Mode is a minor mode that allows multiple major modes to coexist in a
>  single buffer.")
>      (license license:gpl3+)))

             reply	other threads:[~2015-07-18  9:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18  9:16 Federico Beffa [this message]
2015-07-19  9:45 ` [PATCH 5/5] gnu: Add emacs-mmm-mode Alex Kost
  -- strict thread matches above, loose matches on Subject: below --
2015-06-21  8:33 Federico Beffa
2015-06-27 10:12 ` Ludovic Courtès
2015-07-01 17:49 ` Alex Kost
2015-07-01 18:15   ` Federico Beffa
2015-07-04 15:16   ` Ludovic Courtès
2015-07-04 19:00     ` Alex Kost
2015-07-08 23:19       ` Mark H Weaver
2015-07-09  8:52         ` Alex Kost
2015-07-10  9:16           ` Ludovic Courtès
2015-07-09 20:31         ` Federico Beffa
2015-07-09 21:25           ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKrPhPMAJKfbhfdjkvv3J4AMZmVgU95pVpbMS+Sr99kBFP_-dg@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.