unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: Alex Kost <alezost@gmail.com>
Cc: 28210@debbugs.gnu.org
Subject: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.
Date: Sat, 23 Sep 2017 05:18:51 +0300	[thread overview]
Message-ID: <87mv5mb1is.fsf@gmail.com> (raw)
In-Reply-To: <87poannbt2.fsf@gmail.com> (Alex Kost's message of "Mon, 18 Sep 2017 20:42:17 +0300")

[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]

Hello Alex,

Alex Kost <alezost@gmail.com> writes:

>> We could make our own versioning, couldn't we?  Like in (guix-edit
>> "emacs-goto-chg").
>
> Sorry, I don't understand what you mean here.  The problem with an
> unversioned source is the following: once the source is updated in
> place, its hash is changed and our package could not be built anymore.

There are packages with version like a string of 0.0.0 plus revision
plus 7 first commit characters.

> Well yeah, but there were only 2 minor changes (compilation warnings
> fixes) between these 2 years:
>
>   https://github.com/emacsorphanage/sr-speedbar/commits/master

Ah, sorry.  Should probably check myself.

> I vote for using the emacsorphanage source (either git-fetch or using
> the latest release are fine for me).

Agreed.

> Jonas Bernoulli is "tarsius" on github.  He is the person who makes a
> lot of cool stuff in the Emacs world (like emacsmirror, emacsorphanage
> and magit).  I wouldn't bother him about making the new release just for
> 2 insignificant commits in the repo.

Yes, not great idea.

> Just for the info, there was an interesting message by tarsius related
> to Emacsmirror (orphanage) and Emacswiki:
>
>   https://github.com/melpa/melpa/issues/2342#issuecomment-291922427

Thanks for notice.

Here is a new patch.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-sr-speedbar.patch --]
[-- Type: text/x-patch, Size: 1537 bytes --]

From bdd48b1c3c1fbad28ae269e68a2080890c4d77d4 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Sat, 23 Sep 2017 05:10:26 +0300
Subject: [PATCH] gnu: Add emacs-sr-speedbar.

* gnu/packages/emacs.scm (emacs-sr-speedbar): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a6f16c1e..56bd81d80 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2079,6 +2079,27 @@ read from small to large monitors by using colors, a prefix feature, and smart
 truncation.")
     (license license:gpl2+)))
 
+(define-public emacs-sr-speedbar
+  (package
+    (name "emacs-sr-speedbar")
+    (version "20140914.2339")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/emacsorphanage/sr-speedbar/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "15xwwc6kgvmk4wdhx1j8w6m6ivxvc94028ppgdpa2m51a8c9vjm9"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.emacswiki.org/emacs/download/sr-speedbar.el")
+    (synopsis "Same frame Emacs @code{speedbar}")
+    (description "Show the speedbar in the same Emacs frame or in an extra
+window.  Customize the inital width of the speedbar.")
+    (license license:gpl3+)))
+
 (define-public emacs-shell-switcher
   (package
     (name "emacs-shell-switcher")
-- 
2.14.1


  reply	other threads:[~2017-09-23  2:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23 19:55 [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar Oleg Pykhalov
2017-08-23 20:34 ` Jonathan Brielmaier
2017-08-24 13:41   ` Oleg Pykhalov
2017-08-31 12:50     ` Ludovic Courtès
2017-09-04 19:39       ` Alex Kost
2017-09-17  9:03         ` Oleg Pykhalov
2017-09-18 17:42           ` Alex Kost
2017-09-23  2:18             ` Oleg Pykhalov [this message]
2017-09-28 15:48               ` bug#28210: " Alex Kost
     [not found] ` <handler.28210.D28210.150661371217571.notifdone@debbugs.gnu.org>
2017-09-28 16:11   ` [bug#28210] closed (Re: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.) 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=87mv5mb1is.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=28210@debbugs.gnu.org \
    --cc=alezost@gmail.com \
    /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).