Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-cider)[home-page]: Change to https://cider.mx/.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.23.0.
[propagated-inputs]: Add emacs-seq, emacs-parseedn.
|
|
* gnu/packages/emacs-xyz.scm (emacs-parseedn): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-parseclj): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.3-1.
[version]: Correct the version number used in the package elisp code itself.
|
|
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-2.
[arguments]: Disable byte-compilation regarding issue in upstream.
<https://github.com/hlissner/emacs-doom-themes/issues/314>.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Continuation of the
previous patch. Adds a hard-coded path from NAME `ffmpeg-bin` to work around
issue of ffmpeg not being found on the system PATH.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega) [phases]:
<telega-data-patch>: Rename to telega-paths-patch.
<telega-paths-patch>: Substitute ffplay path for patching.
[propagated-inputs] <ffmpeg>: Remove.
[inputs] <ffmpeg>: Add.
Fixes: #38590 <https://bugs.gnu.org/38590>
Signed-off-by: Brett Gilio <brettg@posteo.net>
Co-authored-by: Brett Gilio <brettg@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[propagated-inputs]: Pass ffmpeg in
propagated-inputs to support playback of inline MP4 and GIF files.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.2-2. Adds support
for I18N.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[description]: Modify the
description to be easier to read.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega)[propagated-inputs]: Add libwebp to
the propagated-inputs in order to emit stickers properly.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-prop-menu)[source]: Use git-reference
instead of url-fetching from MELPA stable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.22.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source]: Use git-reference
instead of url-fetching from MELPA stable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.4.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-noter)[source]: Use git-reference
instead of url-fetching from MELPA stable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.2.1.
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar): Update to 0.1.0-1.21ccb67.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Remove duplicate recipe.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Fix synopsis and description.
|
|
* gnu/packages/emacs-xyz.scm (emacs-psession): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-linux-disks): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-isearch-dabbrev): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-esh-help): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-lacarte): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-shackle): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy-omni-org): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-blackout): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-repl-toggle): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fullframe): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mpdel): New variable.
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): New variable.
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
Am Donnerstag, den 05.12.2019, 12:46 -0600 schrieb Brett Gilio:
> That is why I made the note about eventually replacing the
> installation of that directory to use the system usually used by
> `emacs-build-system` because I figure this would cause less issues in
> the future if for some reason the emacs site-lisp directory structure
> were to change again.
>
> --8<---------------cut here---------------start------------->8---
> ;; TODO: Replace with `#:include' method used by
> ;; emacs-build-system.
> --8<---------------cut here---------------end--------------->8---
>
> But I don't think it is a pressing issue to do it so cleanly.
> Or maybe it is. Idk.
Perhaps you're right, but as far as I can see the Emacs build system
does not yet tell us how to proceed with data. It also has a unique
way of handling documentation, first putting it into site-lisp before
moving it to share/info where it should belong.
> > I still don't feel comfortable with data being at the top of site-
> > lisp,
> > though. Perhaps something similar to emacs-yasnippet-snippets,
> > where
> > you store the data in share/emacs/telega-data would be more
> > appropriate.
>
> I was ACTUALLY going to do it this way originally, but I was really
> uncertain of it so I just sent the patch as is. I like the idea more,
> so
> I am going to revise the patch. Otherwise, once I get this revision
> in
> everything should be good to go. I'll also substitute the functions
> to
> reflect that changed path.
>
> [...]
>
> Alright, carry on! Patch will be available soon.
Looking at your revised patch, I still feel a bit uneasy about putting
data into the load-path. I therefore proprose a revised revised (R^2,
if you will) patch, which I've attached to this message.
Regards,
Leo
From 59918d4a486c453463e6c59487047177f3b54205 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 5 Dec 2019 13:51:14 -0600
Subject: [PATCH 3/3] gnu: emacs-telega: Install telega-data to site-lisp.
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: This commit revises a
previous patch and gives the source etc/ directory a unique installation pth
in the site-lisp directory stucture.
Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
>From 04e417466dcd7e1a39ce69d04b9afc60c41bd603 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:28:39 -0600
Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2
* gnu/packages/emacs-xyz.scm (emacs-telega): Bump the package to use a newer
git revision, which includes additional client features.
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
>From 03a2617b29c92dc83828495305d73ec4074a5102 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:26:27 -0600
Subject: [PATCH 1/2] gnu: emacs-telega: Use test suites.
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Adds support for
running the ert and server test suites.
Signed-off-by: Brett Gilio <brettg@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20191203.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Refer to the updated
installation directory.
|
|
* gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation
directory.
|
|
|
|
* gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the
updated installation directory.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Refer to the updated
installation directory.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ert-runner): Refer to the updated
installation directory.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.8.1.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|