[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/26: gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf.
From: |
guix-commits |
Subject: |
15/26: gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf. |
Date: |
Thu, 19 Sep 2019 20:35:37 -0400 (EDT) |
leungbk pushed a commit to branch emacs-tests
in repository guix.
commit dc95c8b4975b097f68e21544bead2a051e86b016
Author: Brian Leung <address@hidden>
Date: Tue Sep 10 05:57:47 2019 +0200
gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf.
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-2.c0d58cf.
* gnu/packages/patches/emacs-unpackaged-req.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove patch.
---
gnu/local.mk | 1 -
gnu/packages/emacs-xyz.scm | 16 +++++++++++-----
gnu/packages/patches/emacs-unpackaged-req.patch | 24 ------------------------
3 files changed, 11 insertions(+), 30 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index ad85894..8e535e2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -792,7 +792,6 @@ dist_patch_DATA =
\
%D%/packages/patches/emacs-highlight-stages-add-gexp.patch \
%D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \
%D%/packages/patches/emacs-source-date-epoch.patch \
- %D%/packages/patches/emacs-unpackaged-req.patch \
%D%/packages/patches/emacs-undohist-ignored.patch \
%D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \
%D%/packages/patches/emacs-zones-called-interactively.patch \
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30d3ce..f0e8601 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -614,8 +614,8 @@ from within Emacs.")
(license license:gpl3+)))
(define-public emacs-unpackaged-el
- (let ((commit "f4df7f8dfea715e893b2223adda32545803f5cce")
- (revision "1"))
+ (let ((commit "c0d58cf81e531b2b6fa1bd5dd612dc1b93d4d186")
+ (revision "2"))
(package
(name "emacs-unpackaged-el")
(version (git-version "0" revision commit))
@@ -628,9 +628,7 @@ from within Emacs.")
(file-name (git-file-name name version))
(sha256
(base32
- "1yf3zrgqfhnr0az8gn1kqqwnhfi3nc0vbjkcagwcqwk3sp1jda86"))
- (patches
- (search-patches "emacs-unpackaged-req.patch"))))
+ "0y3sgvd51l4pb3acps92bazfk49da6nim1f1hyxzy1ravg4kbw83"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
@@ -638,6 +636,14 @@ from within Emacs.")
("emacs-s" ,emacs-s)
("emacs-hydra" ,emacs-hydra)
("emacs-use-package" ,emacs-use-package)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'require-hydra
+ (lambda _
+ (substitute* "unpackaged.el"
+ ((";;; Code:") ";;; Code:\n(require 'hydra)"))
+ #t)))))
(home-page "https://github.com/alphapapa/unpackaged.el")
(synopsis "Useful snippets of Emacs Lisp code")
(description "This package provides Emacs Lisp utilities for a variety
diff --git a/gnu/packages/patches/emacs-unpackaged-req.patch
b/gnu/packages/patches/emacs-unpackaged-req.patch
deleted file mode 100644
index ddb9277..0000000
--- a/gnu/packages/patches/emacs-unpackaged-req.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e5be173e201710538464c279335bef735a327a68 Mon Sep 17 00:00:00 2001
-From: Brian Leung <address@hidden>
-Date: Tue, 18 Jun 2019 06:37:46 +0200
-Subject: [PATCH] Add missing require.
-
----
- unpackaged.el | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/unpackaged.el b/unpackaged.el
-index 2d46b3c..e62184a 100644
---- a/unpackaged.el
-+++ b/unpackaged.el
-@@ -38,6 +38,7 @@
- (require 'dash)
- (require 's)
- (require 'use-package)
-+(require 'hydra)
-
- ;;; Faces, fonts
-
---
-2.22.0
-
- 01/26: gnu: emacs-org-sidebar: Update to 0.1-2.b2a5a69., (continued)
- 01/26: gnu: emacs-org-sidebar: Update to 0.1-2.b2a5a69., guix-commits, 2019/09/19
- 03/26: gnu: emacs-lispy: Include non-Elisp code., guix-commits, 2019/09/19
- 06/26: gnu: emacs-dante: Update to 1.5-2.a25ae9e., guix-commits, 2019/09/19
- 07/26: gnu: emacs-company-cabal: Include directory., guix-commits, 2019/09/19
- 11/26: gnu: emacs-isearch-prop: Update to 0-2.4a2765f., guix-commits, 2019/09/19
- 24/26: gnu: emacs-rjsx-mode: Update to 0.4-2.0e7fa6b., guix-commits, 2019/09/19
- 25/26: gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9., guix-commits, 2019/09/19
- 23/26: gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec., guix-commits, 2019/09/19
- 10/26: gnu: Add emacs-helm-lsp., guix-commits, 2019/09/19
- 08/26: gnu: Add emacs-compdef., guix-commits, 2019/09/19
- 15/26: gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf.,
guix-commits <=
- 20/26: gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0., guix-commits, 2019/09/19
- 26/26: gnu: emacs-ts: Update to 0.1-2.395649a., guix-commits, 2019/09/19
- 04/26: gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f., guix-commits, 2019/09/19
- 09/26: gnu: Enable tests for emacs-evil-lion., guix-commits, 2019/09/19
- 12/26: gnu: emacs-isearch+: Update to 0-2.7c251b9., guix-commits, 2019/09/19
- 14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef., guix-commits, 2019/09/19
- 13/26: gnu: emacs-info-plus: Update to 0-2.4a6b93c., guix-commits, 2019/09/19
- 17/26: gnu: emacs-github-review: Update to 0.1-2.a13a3b4., guix-commits, 2019/09/19
- 18/26: gnu: emacs-ccls: Update to 0.1-2.9061ebb., guix-commits, 2019/09/19
- 21/26: gnu: emacs-js2-refactor-el: Update to 0.9.0-2.d4c40b5., guix-commits, 2019/09/19