unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 33511@debbugs.gnu.org
Subject: [bug#33511] [PATCH 1/3] gnu: emacs-polymode: Update to 0.1.5-1.06c4329.
Date: Mon, 26 Nov 2018 16:45:35 +0300	[thread overview]
Message-ID: <20181126134537.18381-1-go.wigust@gmail.com> (raw)
In-Reply-To: <20181126134405.11764-1-go.wigust@gmail.com>

* gnu/packages/emacs.scm (emacs-polymode): Update to 0.1.5-1.06c4329.
---
 gnu/packages/emacs.scm | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 911290254..c18225792 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7914,32 +7914,21 @@ contexts.
     (license license:gpl3+)))
 
 (define-public emacs-polymode
-  ;; There hasn't been a proper release.
-  (let ((commit "0340f5e7e55235832e59673f027cc79a23cbdcd6")
-        (revision "1"))
+  (let ((commit "06c4329fdf765b4f9072e20906c8737a19e6646b"))
     (package
       (name "emacs-polymode")
-      (version (string-append "1.0-" revision "." (string-take commit 7)))
+      (version (git-version "0.1.5" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                       (url "https://github.com/vspinu/polymode.git")
                       (commit commit)))
-                (file-name (string-append name "-" version "-checkout"))
+                (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "057cybkq3cy07n5s332k071sjiky3mziy003lza4rh75mgqkwhmh"))))
+                  "0wwphs54jx48a3ca6x1qaz56j3j9bg4mv8g2akkffrzbdcb8sbc7"))))
       (build-system emacs-build-system)
-      (arguments
-       `(#:include (cons* "^modes/.*\\.el$" %default-include)
-         #:phases
-         (modify-phases %standard-phases
-           (add-after 'set-emacs-load-path 'add-modes-subdir-to-load-path
-             (lambda _
-               (setenv "EMACSLOADPATH"
-                       (string-append (getenv "EMACSLOADPATH")
-                                      ":" (getcwd) "/modes" ":")))))))
-      (home-page "https://github.com/vspinu/polymode")
+      (home-page "https://github.com/polymode/polymode")
       (synopsis "Framework for multiple Emacs modes based on indirect buffers")
       (description "Polymode is an Emacs package that offers generic support
 for multiple major modes inside a single Emacs buffer.  It is lightweight,
-- 
2.19.1

  reply	other threads:[~2018-11-26 13:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-26 13:44 [bug#33511] [PATCH 0/3] gnu: Add emacs-polymode-ansible Oleg Pykhalov
2018-11-26 13:45 ` Oleg Pykhalov [this message]
2018-11-26 13:45   ` [bug#33511] [PATCH 2/3] gnu: Add emacs-ansible-doc Oleg Pykhalov
2018-11-26 13:45   ` [bug#33511] [PATCH 3/3] gnu: Add emacs-polymode-ansible Oleg Pykhalov
2018-11-30  0:51     ` bug#33511: " Oleg Pykhalov

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20181126134537.18381-1-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=33511@debbugs.gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).