From e4033364b3a2898858cecee0d6deff5779195f29 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 9 Dec 2023 17:52:41 +0100 Subject: [PATCH 001/186] Update url of meritamen's repository The old url redirects to the new url. --- recipes/kanagawa-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/kanagawa-theme b/recipes/kanagawa-theme index cee96e27941..088da8d220c 100644 --- a/recipes/kanagawa-theme +++ b/recipes/kanagawa-theme @@ -1 +1 @@ -(kanagawa-theme :repo "meritamen/kanagawa-theme" :fetcher github) +(kanagawa-theme :repo "meritamen/emacs-kanagawa-theme" :fetcher github) From b7025dacc079cfceeaf0588dc7957ee8a86e2bde Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 9 Dec 2023 17:52:47 +0100 Subject: [PATCH 002/186] Update url of mermaid-docker-mode's repository The old url redirects to the new url. --- recipes/mermaid-docker-mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mermaid-docker-mode b/recipes/mermaid-docker-mode index 7be6d3c5b55..89727ff242b 100644 --- a/recipes/mermaid-docker-mode +++ b/recipes/mermaid-docker-mode @@ -1,3 +1,3 @@ (mermaid-docker-mode :fetcher github - :repo "keyweeusr/mermaid-docker-mode") + :repo "KeyWeeUsr/mermaid-docker-mode") From 961347dfc1340e32892bb8eb54e3f484c1a72577 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 9 Dec 2023 17:52:48 +0100 Subject: [PATCH 003/186] Update url of sailfish-scratchbox's repository The old url redirects to the new url. --- recipes/sailfish-scratchbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sailfish-scratchbox b/recipes/sailfish-scratchbox index 84b77015aef..8b6ddb8cdcc 100644 --- a/recipes/sailfish-scratchbox +++ b/recipes/sailfish-scratchbox @@ -1 +1 @@ -(sailfish-scratchbox :repo "vityafx/sailfish-scratchbox.el" :fetcher github) +(sailfish-scratchbox :repo "iddm/sailfish-scratchbox.el" :fetcher github) From cbc4f8c3451ef2572b494b16bca2105b94e0ff70 Mon Sep 17 00:00:00 2001 From: John Russell Date: Sun, 10 Dec 2023 12:42:03 -0600 Subject: [PATCH 004/186] Add recipe for dtext-mode (#8815) --- recipes/dtext-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/dtext-mode diff --git a/recipes/dtext-mode b/recipes/dtext-mode new file mode 100644 index 00000000000..ccab758162a --- /dev/null +++ b/recipes/dtext-mode @@ -0,0 +1 @@ +(dtext-mode :fetcher github :repo "JohnDevlopment/dtext-mode.el") From f32346cb4657d8153ff2e1e24cdc360c342e74c9 Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Sun, 10 Dec 2023 19:55:10 +0100 Subject: [PATCH 005/186] Add recipe for syncthing (#8816) --- recipes/syncthing | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/syncthing diff --git a/recipes/syncthing b/recipes/syncthing new file mode 100644 index 00000000000..926ce91de74 --- /dev/null +++ b/recipes/syncthing @@ -0,0 +1,3 @@ +(syncthing + :fetcher github + :repo "keyweeusr/emacs-syncthing") From dadc5266a5606bf7bed0dde20af97f2bbe8a536f Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Sun, 10 Dec 2023 10:57:13 -0800 Subject: [PATCH 006/186] Add recipe for init-dir (#8827) --- recipes/init-dir | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/init-dir diff --git a/recipes/init-dir b/recipes/init-dir new file mode 100644 index 00000000000..604ac6b76e5 --- /dev/null +++ b/recipes/init-dir @@ -0,0 +1,3 @@ +(init-dir + :fetcher github + :repo "chaosemer/init-dir") From 70241b159170f649f410d73e533f87d947b89646 Mon Sep 17 00:00:00 2001 From: Art Date: Sun, 10 Dec 2023 23:04:21 +0400 Subject: [PATCH 007/186] Add recipe for orgnote (#8837) --- recipes/orgnote | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/orgnote diff --git a/recipes/orgnote b/recipes/orgnote new file mode 100644 index 00000000000..d8c978ed9fd --- /dev/null +++ b/recipes/orgnote @@ -0,0 +1 @@ +(orgnote :repo "Artawower/orgnote.el" :fetcher github) \ No newline at end of file From be5e0550ba1eb789cad64ba18528c832128fe47c Mon Sep 17 00:00:00 2001 From: Tony Aldon Date: Sun, 10 Dec 2023 20:37:54 +0100 Subject: [PATCH 008/186] Add recipe for one (#8840) --- recipes/one | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/one diff --git a/recipes/one b/recipes/one new file mode 100644 index 00000000000..6bea2f3daf3 --- /dev/null +++ b/recipes/one @@ -0,0 +1 @@ +(one :fetcher github :repo "tonyaldon/one.el") From cbf0664a035ab6419cd78634ca583339c3bd1599 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Sun, 10 Dec 2023 13:40:02 -0600 Subject: [PATCH 009/186] Update recipe for fish-completion (new maintainer) (#8841) --- recipes/fish-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/fish-completion b/recipes/fish-completion index 1470a0fab56..62eab769df1 100644 --- a/recipes/fish-completion +++ b/recipes/fish-completion @@ -1,3 +1,3 @@ (fish-completion - :repo "Ambrevar/emacs-fish-completion" - :fetcher gitlab) + :repo "LemonBreezes/emacs-fish-completion" + :fetcher github) From 70a8f4bb92f8147d212c3f96071019b44f4c5dee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 010/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/akirak diff --git a/recipes/akirak b/recipes/akirak new file mode 100644 index 00000000000..b06e706487e --- /dev/null +++ b/recipes/akirak @@ -0,0 +1 @@ +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 930d3f8dacc66a24bb8d2eb5ef48345f4fd21a50 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 011/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/beancount | 1 + recipes/benchmark-init | 7 ++++++- recipes/eglot-x | 1 + recipes/eval-in-repl | 6 +++--- recipes/ghelp | 1 + recipes/haskell-tng-mode | 3 +++ recipes/nano-theme | 1 + recipes/org-dynamic-bullets | 2 ++ recipes/org-visual-indent | 2 ++ recipes/queue | 3 +++ recipes/source-peek | 1 + recipes/turbo-log | 1 + recipes/vundo | 1 + 13 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 recipes/beancount create mode 100644 recipes/eglot-x create mode 100644 recipes/ghelp create mode 100644 recipes/haskell-tng-mode create mode 100644 recipes/nano-theme create mode 100644 recipes/org-dynamic-bullets create mode 100644 recipes/org-visual-indent create mode 100644 recipes/queue create mode 100644 recipes/source-peek create mode 100644 recipes/turbo-log create mode 100644 recipes/vundo diff --git a/recipes/beancount b/recipes/beancount new file mode 100644 index 00000000000..dece931e30c --- /dev/null +++ b/recipes/beancount @@ -0,0 +1 @@ +(beancount :fetcher github :repo "beancount/beancount-mode") \ No newline at end of file diff --git a/recipes/benchmark-init b/recipes/benchmark-init index 340b7683a19..bdb3be1ba56 100644 --- a/recipes/benchmark-init +++ b/recipes/benchmark-init @@ -1 +1,6 @@ -(benchmark-init :fetcher github :repo "dholm/benchmark-init-el") +;; I initially intended to use this fork until a bugfix PR is merged. +;; +;; However, I added another patch which further enhances the package, +;; so I probably won't switch back to the original. +;; https://github.com/akirak/benchmark-init-el/commit/cc16e08c3d3a6e0044046b74c3f6544e46250d4a +(benchmark-init :fetcher github :repo "akirak/benchmark-init-el") \ No newline at end of file diff --git a/recipes/eglot-x b/recipes/eglot-x new file mode 100644 index 00000000000..3931ad6c914 --- /dev/null +++ b/recipes/eglot-x @@ -0,0 +1 @@ +(eglot-x :fetcher github :repo "nemethf/eglot-x") diff --git a/recipes/eval-in-repl b/recipes/eval-in-repl index 365594ce859..a15ed5315d7 100644 --- a/recipes/eval-in-repl +++ b/recipes/eval-in-repl @@ -1,3 +1,3 @@ -(eval-in-repl :fetcher github - :repo "kaz-yos/eval-in-repl" - :commit "origin/master") +;; Override the recipe because :commit "origin/master" +;; is problematic in the Nix fetcher +(eval-in-repl :fetcher github :repo "kaz-yos/eval-in-repl") \ No newline at end of file diff --git a/recipes/ghelp b/recipes/ghelp new file mode 100644 index 00000000000..a9a3455c7c2 --- /dev/null +++ b/recipes/ghelp @@ -0,0 +1 @@ +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/haskell-tng-mode b/recipes/haskell-tng-mode new file mode 100644 index 00000000000..be84670d15e --- /dev/null +++ b/recipes/haskell-tng-mode @@ -0,0 +1,3 @@ +(haskell-tng-mode :fetcher gitlab :repo "tseenshe/haskell-tng.el" + :branch "tng" + :files ("*.el" (:exclude "haskell-tng-extra-*.el"))) \ No newline at end of file diff --git a/recipes/nano-theme b/recipes/nano-theme new file mode 100644 index 00000000000..bb62abb65ac --- /dev/null +++ b/recipes/nano-theme @@ -0,0 +1 @@ +(nano-theme :fetcher github :repo "rougier/nano-theme") \ No newline at end of file diff --git a/recipes/org-dynamic-bullets b/recipes/org-dynamic-bullets new file mode 100644 index 00000000000..081e68b9d46 --- /dev/null +++ b/recipes/org-dynamic-bullets @@ -0,0 +1,2 @@ +(org-dynamic-bullets :fetcher github :repo "legalnonsense/org-visual-outline" + :files ("org-dynamic-bullets.el")) \ No newline at end of file diff --git a/recipes/org-visual-indent b/recipes/org-visual-indent new file mode 100644 index 00000000000..d14aefed2ba --- /dev/null +++ b/recipes/org-visual-indent @@ -0,0 +1,2 @@ +(org-visual-indent :fetcher github :repo "legalnonsense/org-visual-outline" + :files ("org-visual-indent.el")) \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file diff --git a/recipes/source-peek b/recipes/source-peek new file mode 100644 index 00000000000..cc0ef656cfb --- /dev/null +++ b/recipes/source-peek @@ -0,0 +1 @@ +(source-peek :fetcher github :repo "iqbalansari/emacs-source-peek") \ No newline at end of file diff --git a/recipes/turbo-log b/recipes/turbo-log new file mode 100644 index 00000000000..7e0a0e1e8d2 --- /dev/null +++ b/recipes/turbo-log @@ -0,0 +1 @@ +(turbo-log :fetcher github :repo "Artawower/turbo-log") \ No newline at end of file diff --git a/recipes/vundo b/recipes/vundo new file mode 100644 index 00000000000..8174c3c8878 --- /dev/null +++ b/recipes/vundo @@ -0,0 +1 @@ +(vundo :fetcher github :repo "casouri/vundo") \ No newline at end of file From 267de8a24319a2721a47566b18ee326695a8b6e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:10:13 +0900 Subject: [PATCH 012/186] Add the recipe for twist --- recipes/twist | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/twist diff --git a/recipes/twist b/recipes/twist new file mode 100644 index 00000000000..c861486dbd4 --- /dev/null +++ b/recipes/twist @@ -0,0 +1 @@ +(twist :fetcher github :repo "emacs-twist/twist.el") \ No newline at end of file From 8eda5eeac7eab6902db2e5d677ff022290efcbf4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 013/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 3166301bcebe896326361ce18aa6b7d82122dbbb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 17 Feb 2022 19:06:44 +0900 Subject: [PATCH 014/186] Add org-volume --- recipes/org-volume | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-volume diff --git a/recipes/org-volume b/recipes/org-volume new file mode 100644 index 00000000000..38d39887d3f --- /dev/null +++ b/recipes/org-volume @@ -0,0 +1 @@ +(org-volume :fetcher github :repo "akirak/org-volume") \ No newline at end of file From fb582516e1a596337fedb7c1689c9118fed52025 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 015/186] Split ghelp recipes --- recipes/ghelp | 3 ++- recipes/ghelp-eglot | 2 ++ recipes/ghelp-geiser | 2 ++ recipes/ghelp-helpful | 2 ++ recipes/ghelp-sly | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 recipes/ghelp-eglot create mode 100644 recipes/ghelp-geiser create mode 100644 recipes/ghelp-helpful create mode 100644 recipes/ghelp-sly diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) diff --git a/recipes/ghelp-eglot b/recipes/ghelp-eglot new file mode 100644 index 00000000000..c3b5ccd4628 --- /dev/null +++ b/recipes/ghelp-eglot @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-eglot.el")) diff --git a/recipes/ghelp-geiser b/recipes/ghelp-geiser new file mode 100644 index 00000000000..6f1bd41e14c --- /dev/null +++ b/recipes/ghelp-geiser @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-geiser.el")) diff --git a/recipes/ghelp-helpful b/recipes/ghelp-helpful new file mode 100644 index 00000000000..23091221ef4 --- /dev/null +++ b/recipes/ghelp-helpful @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-helpful.el")) diff --git a/recipes/ghelp-sly b/recipes/ghelp-sly new file mode 100644 index 00000000000..91c52b87f35 --- /dev/null +++ b/recipes/ghelp-sly @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-sly.el")) \ No newline at end of file From 695626d84a906a93e567ea0566d1e190f27f7666 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 25 Feb 2022 17:41:03 +0900 Subject: [PATCH 016/186] Add notebook (by rougier) --- recipes/notebook | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/notebook diff --git a/recipes/notebook b/recipes/notebook new file mode 100644 index 00000000000..3cfcc4c23ce --- /dev/null +++ b/recipes/notebook @@ -0,0 +1 @@ +(notebook :fetcher github :repo "rougier/notebook-mode") From 92ddc567f1b1def860f044efa0a7e237837ef5a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 017/186] Add nix3 --- recipes/nix3 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/nix3 diff --git a/recipes/nix3 b/recipes/nix3 new file mode 100644 index 00000000000..2f8cc7c46e5 --- /dev/null +++ b/recipes/nix3 @@ -0,0 +1,3 @@ +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 5d0a7bc3a6d85d951dc46eaa5dcb7a5564bbb976 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 23:55:29 +0900 Subject: [PATCH 018/186] Add readable --- recipes/readable | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/readable diff --git a/recipes/readable b/recipes/readable new file mode 100644 index 00000000000..013202307c0 --- /dev/null +++ b/recipes/readable @@ -0,0 +1 @@ +(readable :fetcher github :repo "akirak/readable.el") From da396227268113961d566a440d6d8af813a256a4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Feb 2022 21:10:53 +0900 Subject: [PATCH 019/186] Add huan --- recipes/huan | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/huan diff --git a/recipes/huan b/recipes/huan new file mode 100644 index 00000000000..26ec13ff0af --- /dev/null +++ b/recipes/huan @@ -0,0 +1 @@ +(huan :fetcher github :repo "akirak/huan.el") From 0b42f6bd77a4619c3e32ffcaa70e35a0f5b7397d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 1 Mar 2022 02:00:27 +0900 Subject: [PATCH 020/186] Add clipurl and clipsave --- recipes/clipsave | 2 ++ recipes/clipurl | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 recipes/clipsave create mode 100644 recipes/clipurl diff --git a/recipes/clipsave b/recipes/clipsave new file mode 100644 index 00000000000..6987f4c6318 --- /dev/null +++ b/recipes/clipsave @@ -0,0 +1,2 @@ +(clipurl :fetcher github :repo "akirak/clipurl.el" + :files ("clipsave.el")) diff --git a/recipes/clipurl b/recipes/clipurl new file mode 100644 index 00000000000..c3ef7a93f13 --- /dev/null +++ b/recipes/clipurl @@ -0,0 +1,2 @@ +(clipurl :fetcher github :repo "akirak/clipurl.el" + :files ("clipurl.el")) From 8fe41fec295b281e97df9767e61f428386159ab7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 3 Mar 2022 16:28:53 +0900 Subject: [PATCH 021/186] Add org-dog --- recipes/consult-org-dog | 2 ++ recipes/org-dog | 1 + recipes/org-dog-embark | 2 ++ recipes/org-dog-facade | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 recipes/consult-org-dog create mode 100644 recipes/org-dog create mode 100644 recipes/org-dog-embark create mode 100644 recipes/org-dog-facade diff --git a/recipes/consult-org-dog b/recipes/consult-org-dog new file mode 100644 index 00000000000..097fab88001 --- /dev/null +++ b/recipes/consult-org-dog @@ -0,0 +1,2 @@ +(consult-org-dog :fetcher github :repo "akirak/org-dog" + :files ("extra/consult-org-dog.el")) diff --git a/recipes/org-dog b/recipes/org-dog new file mode 100644 index 00000000000..204516a5da4 --- /dev/null +++ b/recipes/org-dog @@ -0,0 +1 @@ +(org-dog :fetcher github :repo "akirak/org-dog") diff --git a/recipes/org-dog-embark b/recipes/org-dog-embark new file mode 100644 index 00000000000..97865a51e53 --- /dev/null +++ b/recipes/org-dog-embark @@ -0,0 +1,2 @@ +(org-dog-embark :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-embark.el")) diff --git a/recipes/org-dog-facade b/recipes/org-dog-facade new file mode 100644 index 00000000000..9df27dc18fa --- /dev/null +++ b/recipes/org-dog-facade @@ -0,0 +1,3 @@ +(org-dog-facade :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-facade.el" + "extra/org-dog-datetree.el")) From 12b2fd43c83e1d8172cd27e61e729fa43f26f1da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 18 Mar 2022 02:03:22 +0900 Subject: [PATCH 022/186] Add duckduckgo --- recipes/duckduckgo | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/duckduckgo diff --git a/recipes/duckduckgo b/recipes/duckduckgo new file mode 100644 index 00000000000..6ac76d86cd5 --- /dev/null +++ b/recipes/duckduckgo @@ -0,0 +1 @@ +(duckduckgo :fetcher github :repo "akirak/duckduckgo.el") From f611a296eee0f85f6b90c21eeedf96e1d383df16 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 023/186] Add riben --- recipes/riben | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/riben diff --git a/recipes/riben b/recipes/riben new file mode 100644 index 00000000000..8d624be818e --- /dev/null +++ b/recipes/riben @@ -0,0 +1 @@ +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From bd2017797d305755066e304af448d00551aad7c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 024/186] Add avy-riben --- recipes/avy-riben | 2 ++ recipes/riben | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 recipes/avy-riben diff --git a/recipes/avy-riben b/recipes/avy-riben new file mode 100644 index 00000000000..93b815b2854 --- /dev/null +++ b/recipes/avy-riben @@ -0,0 +1,2 @@ +(avy-riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files ("avy-riben.el")) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 974936da132796660e65bbb1304def2ddee96ade Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 025/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 91de6bebd1b74d00aebfc3d50b5003e699d494d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 12 Apr 2022 11:47:36 +0900 Subject: [PATCH 026/186] Add org-epubinfo --- recipes/org-epubinfo | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-epubinfo diff --git a/recipes/org-epubinfo b/recipes/org-epubinfo new file mode 100644 index 00000000000..b9444336c20 --- /dev/null +++ b/recipes/org-epubinfo @@ -0,0 +1 @@ +(org-epubinfo :fetcher github :repo "akirak/org-epubinfo") From abf87ad52c7095a220240c22b576025abb03ac9a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 13 Apr 2022 22:13:19 +0900 Subject: [PATCH 027/186] Add org-linker and org-linker-edna These recipes were stolen from the readme of org-linker-edna . --- recipes/org-linker | 1 + recipes/org-linker-edna | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes/org-linker create mode 100644 recipes/org-linker-edna diff --git a/recipes/org-linker b/recipes/org-linker new file mode 100644 index 00000000000..956ddcfcbcd --- /dev/null +++ b/recipes/org-linker @@ -0,0 +1 @@ +(org-linker :repo "toshism/org-linker" :fetcher github) \ No newline at end of file diff --git a/recipes/org-linker-edna b/recipes/org-linker-edna new file mode 100644 index 00000000000..13f85567679 --- /dev/null +++ b/recipes/org-linker-edna @@ -0,0 +1 @@ +(org-linker-edna :repo "toshism/org-linker-edna" :fetcher github) From 90ed9ece32d484957b3a05ca789555bb483d73dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 14 Apr 2022 02:00:34 +0900 Subject: [PATCH 028/186] Add org-bb --- recipes/org-bb | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-bb diff --git a/recipes/org-bb b/recipes/org-bb new file mode 100644 index 00000000000..25b5dc9d544 --- /dev/null +++ b/recipes/org-bb @@ -0,0 +1 @@ +(org-bb :fetcher github :repo "akirak/org-blockers-block") From d004c0380079fe67b91003ca775f63b00df87bca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 16 Apr 2022 01:56:10 +0900 Subject: [PATCH 029/186] Add orgabilize --- recipes/orgabilize | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/orgabilize diff --git a/recipes/orgabilize b/recipes/orgabilize new file mode 100644 index 00000000000..8cfe40e3757 --- /dev/null +++ b/recipes/orgabilize @@ -0,0 +1 @@ +(orgabilize :fetcher github :repo "akirak/orgabilize.el") From 98811802499182b6813e465a18044dcd27d88abf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 20 Apr 2022 17:34:18 +0900 Subject: [PATCH 030/186] Separate recipes for dash-docs and use-package-dash-docs use-package-dash-docs depends on use-package, which is not listed as a dependency of dash-docs. --- recipes/dash-docs | 3 ++- recipes/use-package-dash-docs | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 recipes/use-package-dash-docs diff --git a/recipes/dash-docs b/recipes/dash-docs index e573b5219c9..195b95299ea 100644 --- a/recipes/dash-docs +++ b/recipes/dash-docs @@ -1,2 +1,3 @@ (dash-docs :repo "dash-docs-el/dash-docs" - :fetcher github) + :fetcher github + :files (:defaults (:exclude "use-package-dash-docs.el"))) diff --git a/recipes/use-package-dash-docs b/recipes/use-package-dash-docs new file mode 100644 index 00000000000..e219600c662 --- /dev/null +++ b/recipes/use-package-dash-docs @@ -0,0 +1,3 @@ +(use-package-dash-docs :repo "dash-docs-el/dash-docs" + :fetcher github + :files ("use-package-dash-docs.el")) From a4da47ebffeb3ae0316b0708179c7ca2dee27a56 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:41:48 +0900 Subject: [PATCH 031/186] Add dired-auto-readme by Arthur Miller --- recipes/dired-auto-readme | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/dired-auto-readme diff --git a/recipes/dired-auto-readme b/recipes/dired-auto-readme new file mode 100644 index 00000000000..c59571a399b --- /dev/null +++ b/recipes/dired-auto-readme @@ -0,0 +1 @@ +(dired-auto-readme :fetcher github :repo "amno1/dired-auto-readme") From af55214d928fdb3c74758052e914ae35abdb2da7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:45:58 +0900 Subject: [PATCH 032/186] Add org-pretty-table This is required by dired-auto-readme --- recipes/org-pretty-table | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-pretty-table diff --git a/recipes/org-pretty-table b/recipes/org-pretty-table new file mode 100644 index 00000000000..f1324ef8dc0 --- /dev/null +++ b/recipes/org-pretty-table @@ -0,0 +1 @@ +(org-pretty-table :fetcher github :repo "Fuco1/org-pretty-table") From 29a90bbf75bb9fa147646384ec05bb46f97c2999 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 2 May 2022 01:04:59 +0900 Subject: [PATCH 033/186] Add grammatical-edit --- recipes/grammatical-edit | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/grammatical-edit diff --git a/recipes/grammatical-edit b/recipes/grammatical-edit new file mode 100644 index 00000000000..d09f8d8de14 --- /dev/null +++ b/recipes/grammatical-edit @@ -0,0 +1 @@ +(grammatical-edit :fetcher github :repo "manateelazycat/grammatical-edit") From ac3c817265454191803a41f8fa405dd4da9bced7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 22 May 2022 03:05:14 +0900 Subject: [PATCH 034/186] Add org-dog-export --- recipes/org-dog-export | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-dog-export diff --git a/recipes/org-dog-export b/recipes/org-dog-export new file mode 100644 index 00000000000..5624086bd29 --- /dev/null +++ b/recipes/org-dog-export @@ -0,0 +1,2 @@ +(org-dog-export :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-export.el")) \ No newline at end of file From f041fea5c03d18bd555a59b72cac5db06f27cd4d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 29 May 2022 15:28:58 +0900 Subject: [PATCH 035/186] Add an unofficial recipe for embark-org The upstream repository does not have a repository for this package yet. This recipe should be overridden once the package is officially registered (or becomes part of embark). --- recipes/embark-org | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/embark-org diff --git a/recipes/embark-org b/recipes/embark-org new file mode 100644 index 00000000000..4bf2233bd0f --- /dev/null +++ b/recipes/embark-org @@ -0,0 +1,2 @@ +(embark-org :fetcher github :repo "oantolin/embark" + :files ("embark-org.el")) \ No newline at end of file From 3467e53253c2c4f585e3c2b89d63306004a748d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Jun 2022 13:02:31 +0900 Subject: [PATCH 036/186] Add insert-translated-name --- recipes/insert-translated-name | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/insert-translated-name diff --git a/recipes/insert-translated-name b/recipes/insert-translated-name new file mode 100644 index 00000000000..2e836388f5d --- /dev/null +++ b/recipes/insert-translated-name @@ -0,0 +1 @@ +(insert-translated-name :fetcher github :repo "manateelazycat/insert-translated-name") From 12cc3d4cd0a84e968d7ed1fcce209e6133313149 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 4 Aug 2022 12:30:37 +0900 Subject: [PATCH 037/186] Add poly-astro --- recipes/poly-astro | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/poly-astro diff --git a/recipes/poly-astro b/recipes/poly-astro new file mode 100644 index 00000000000..f0ebf851a08 --- /dev/null +++ b/recipes/poly-astro @@ -0,0 +1 @@ +(poly-astro :fetcher github :repo "pablo-abc/poly-astro") \ No newline at end of file From b12890da376d421ea6130b5c28fa476b60e0005d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 8 Aug 2022 11:54:21 +0900 Subject: [PATCH 038/186] Add gleam-mode --- recipes/gleam-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/gleam-mode diff --git a/recipes/gleam-mode b/recipes/gleam-mode new file mode 100644 index 00000000000..cc68db21a2c --- /dev/null +++ b/recipes/gleam-mode @@ -0,0 +1 @@ +(gleam-mode :fetcher github :repo "gleam-lang/gleam-mode") From 90e37af997e93e2cd90db3dca31ed31c75c1f067 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 15:37:30 +0900 Subject: [PATCH 039/186] Add org-super-links --- recipes/org-super-links | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-super-links diff --git a/recipes/org-super-links b/recipes/org-super-links new file mode 100644 index 00000000000..c211de9c683 --- /dev/null +++ b/recipes/org-super-links @@ -0,0 +1,2 @@ +(org-super-links :fetcher github :repo "toshism/org-super-links" + :files ("org-super-links.el")) \ No newline at end of file From 4ec2e45d4431e7384cfd307ede3d28041d8984e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 23:56:56 +0900 Subject: [PATCH 040/186] Add recipe for org-lang-env --- recipes/org-lang-env | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-lang-env diff --git a/recipes/org-lang-env b/recipes/org-lang-env new file mode 100644 index 00000000000..fd0c2a5d6c3 --- /dev/null +++ b/recipes/org-lang-env @@ -0,0 +1 @@ +(org-lang-env :fetcher github :repo "akirak/org-lang-env") \ No newline at end of file From d29914008648d0cfad43de75c23d2dbe5eb74262 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 21 Aug 2022 16:36:15 +0900 Subject: [PATCH 041/186] Add octopus --- recipes/octopus | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/octopus diff --git a/recipes/octopus b/recipes/octopus new file mode 100644 index 00000000000..9e0cc0d7a7f --- /dev/null +++ b/recipes/octopus @@ -0,0 +1,2 @@ +(octopus :fetcher github :repo "akirak/org-dog" + :files ("extra/octopus.el")) \ No newline at end of file From ba21aa18ba437ed23477cf4b6cd8ea33b12fa099 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 042/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From d36e0307f399f2f27b8cadbdad55a7221c4c4772 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 15 Sep 2022 18:03:22 +0900 Subject: [PATCH 043/186] Add mode-minder --- recipes/mode-minder | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/mode-minder diff --git a/recipes/mode-minder b/recipes/mode-minder new file mode 100644 index 00000000000..660259ab6b1 --- /dev/null +++ b/recipes/mode-minder @@ -0,0 +1 @@ +(mode-minder :fetcher github :repo "jdtsmith/mode-minder") \ No newline at end of file From a6f4e9215ee8c199f05fa5f0fe736b404b7d42a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:24 +0900 Subject: [PATCH 044/186] Add recipe for org-nlink --- recipes/org-nlink | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-nlink diff --git a/recipes/org-nlink b/recipes/org-nlink new file mode 100644 index 00000000000..a38680868be --- /dev/null +++ b/recipes/org-nlink @@ -0,0 +1,2 @@ +(org-nlink :fetcher github :repo "akirak/org-nlink.el" + :files (:defaults (:exclude "consult-org-nlink.el"))) From fca7a0bfb96309e1cb4d701c085e31d5043abfbc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:30 +0900 Subject: [PATCH 045/186] Add recipe for consult-org-nlink --- recipes/consult-org-nlink | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/consult-org-nlink diff --git a/recipes/consult-org-nlink b/recipes/consult-org-nlink new file mode 100644 index 00000000000..cb2571b78cd --- /dev/null +++ b/recipes/consult-org-nlink @@ -0,0 +1,2 @@ +(consult-org-nlink :fetcher github :repo "akirak/org-nlink.el" + :files ("consult-org-nlink.el")) From ebaf7dbf5be8605c70f2486f533f4ffd0648a065 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 046/186] Add org-memento --- recipes/org-memento | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-memento diff --git a/recipes/org-memento b/recipes/org-memento new file mode 100644 index 00000000000..ac6424d44c5 --- /dev/null +++ b/recipes/org-memento @@ -0,0 +1 @@ +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 875cfdadffcc076e4217b6d0583c5ae450f72549 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 15 Oct 2022 19:50:51 +0900 Subject: [PATCH 047/186] Add org-excalidraw --- recipes/org-excalidraw | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-excalidraw diff --git a/recipes/org-excalidraw b/recipes/org-excalidraw new file mode 100644 index 00000000000..4452a17a522 --- /dev/null +++ b/recipes/org-excalidraw @@ -0,0 +1 @@ +(org-excalidraw :fetcher github :repo "wdavew/org-excalidraw") \ No newline at end of file From 628d82b75b812bf0ea440a04902dabd617bfded3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 048/186] Add oahu --- recipes/oahu | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/oahu diff --git a/recipes/oahu b/recipes/oahu new file mode 100644 index 00000000000..e3f4bde6f16 --- /dev/null +++ b/recipes/oahu @@ -0,0 +1 @@ +(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file From 8a575149c301273ac6476b1f0df7ba62e9db1972 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 049/186] Add oahu-memento --- recipes/oahu-memento | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/oahu-memento diff --git a/recipes/oahu-memento b/recipes/oahu-memento new file mode 100644 index 00000000000..16aad30ea7d --- /dev/null +++ b/recipes/oahu-memento @@ -0,0 +1,2 @@ +(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el")) \ No newline at end of file From e811158859e783a6c90f8fe314bdb82f51ef5905 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 12:49:14 +0900 Subject: [PATCH 050/186] Add workbox --- recipes/workbox | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/workbox diff --git a/recipes/workbox b/recipes/workbox new file mode 100644 index 00000000000..b5a87ab29b8 --- /dev/null +++ b/recipes/workbox @@ -0,0 +1 @@ +(workbox :fetcher github :repo "akirak/workbox.el") From 764548a19f6a5da5d335b3630d668756abd27158 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 051/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From fa8357d824b47ab1199f7727d9b4078f58dd831a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 052/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 6ac3eda4801b07b7fde69facf536d69ae1c686b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 12 Nov 2022 18:38:55 +0900 Subject: [PATCH 053/186] Add org-placeholder --- recipes/org-placeholder | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-placeholder diff --git a/recipes/org-placeholder b/recipes/org-placeholder new file mode 100644 index 00000000000..415aa6a71c0 --- /dev/null +++ b/recipes/org-placeholder @@ -0,0 +1 @@ +(org-placeholder :fetcher github :repo "akirak/org-placeholder") From 3164aae67d699a97c46b0118bceca6ddc0192c38 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 054/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 9dc260e7b8e4f0e66441286f63663fadf5f5d892 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 9 Dec 2022 19:49:52 +0900 Subject: [PATCH 055/186] Add lean4-mode --- recipes/lean4-mode | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/lean4-mode diff --git a/recipes/lean4-mode b/recipes/lean4-mode new file mode 100644 index 00000000000..51e9fb59aff --- /dev/null +++ b/recipes/lean4-mode @@ -0,0 +1,2 @@ +(lean4-mode :fetcher github :repo "leanprover/lean4-mode" + :files (:defaults ("data" "data/*.json"))) From 1873f2b72e9ffd4978bd136a3e87290aff481fe7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 1 Jan 2023 17:02:05 +0900 Subject: [PATCH 056/186] Add magit-nix3 --- recipes/magit-nix3 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/magit-nix3 diff --git a/recipes/magit-nix3 b/recipes/magit-nix3 new file mode 100644 index 00000000000..386114b71cc --- /dev/null +++ b/recipes/magit-nix3 @@ -0,0 +1,2 @@ +(magit-nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files ("extra/magit-nix3.el")) From a6d5e72bc9c32b25528380b762f70b88f0c68e9b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 057/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 79b4512fd35d84ac9418aa3bebf3a83204edd92e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:05 +0900 Subject: [PATCH 058/186] Add chatgpt --- recipes/chatgpt | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/chatgpt diff --git a/recipes/chatgpt b/recipes/chatgpt new file mode 100644 index 00000000000..88701f28298 --- /dev/null +++ b/recipes/chatgpt @@ -0,0 +1 @@ +(chatgpt :fetcher github :repo "joshcho/ChatGPT.el") From c503efc5d21700d96d82eabf403ffe3e8238a2bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:49 +0900 Subject: [PATCH 059/186] Add copilot --- recipes/copilot | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/copilot diff --git a/recipes/copilot b/recipes/copilot new file mode 100644 index 00000000000..85216bb7bdb --- /dev/null +++ b/recipes/copilot @@ -0,0 +1 @@ +(copilot :fetcher github :repo "zerolfx/copilot.el" :files ("dist" "*.el")) From 3169fe4ac83d37991b0f685eed5835168583a6b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 22 Feb 2023 22:42:34 +0900 Subject: [PATCH 060/186] Add codeium --- recipes/codeium | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/codeium diff --git a/recipes/codeium b/recipes/codeium new file mode 100644 index 00000000000..6aca3609af8 --- /dev/null +++ b/recipes/codeium @@ -0,0 +1 @@ +(codeium :fetcher github :repo "Exafunction/codeium.el") From 927e3fb211ff17bc26684977ad4d34bf2f73a492 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 061/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From f184bdb06a37ea4a07d82db90b1f75e29d0e12f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 18 Mar 2023 15:40:29 +0900 Subject: [PATCH 062/186] Add apprentice --- recipes/apprentice | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/apprentice diff --git a/recipes/apprentice b/recipes/apprentice new file mode 100644 index 00000000000..587fe826878 --- /dev/null +++ b/recipes/apprentice @@ -0,0 +1 @@ +(apprentice :fetcher github :repo "Sasanidas/Apprentice") From de127960c7deaba54c36e6bbee672df5b2ed1cab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 21 Apr 2023 03:44:41 +0900 Subject: [PATCH 063/186] Update pdf-tools for Nix builds --- recipes/pdf-tools | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/pdf-tools b/recipes/pdf-tools index c5e85ff9db6..79e8039dcc1 100644 --- a/recipes/pdf-tools +++ b/recipes/pdf-tools @@ -1,7 +1,3 @@ (pdf-tools - :fetcher github - :repo "vedang/pdf-tools" - :files (:defaults - "README" - ("build" "Makefile") - ("build" "server"))) + :repo "vedang/pdf-tools" :fetcher github + :files (:defaults "Makefile" "lisp" "server")) From 524f9edd38239b806d4a7aa9b929a8edc30d05e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 22 Apr 2023 14:22:23 +0900 Subject: [PATCH 064/186] Add org-hyprctl --- recipes/org-hyprctl | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-hyprctl diff --git a/recipes/org-hyprctl b/recipes/org-hyprctl new file mode 100644 index 00000000000..44d8cd332de --- /dev/null +++ b/recipes/org-hyprctl @@ -0,0 +1 @@ +(org-hyprctl :fetcher github :repo "akirak/org-hyprctl") From b864d8afdadcb2a7c700febe08b0cfa81080f467 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 17 Jul 2023 03:51:09 +0900 Subject: [PATCH 065/186] Add org-pivot-search --- recipes/org-pivot-search | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-pivot-search diff --git a/recipes/org-pivot-search b/recipes/org-pivot-search new file mode 100644 index 00000000000..55c53f95153 --- /dev/null +++ b/recipes/org-pivot-search @@ -0,0 +1 @@ +(org-pivot-search :fetcher github :repo "akirak/org-pivot-search") From 9771f209d9061ab131286b67d8c8eec50b8adfc1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Jul 2023 09:14:23 +0900 Subject: [PATCH 066/186] Add indent-bars --- recipes/indent-bars | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/indent-bars diff --git a/recipes/indent-bars b/recipes/indent-bars new file mode 100644 index 00000000000..ce17c48b63f --- /dev/null +++ b/recipes/indent-bars @@ -0,0 +1 @@ +(indent-bars :fetcher github :repo "jdtsmith/indent-bars") From 36da8cddcb417df0c9a20b001a845b2e3fa96f3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:34:19 +0900 Subject: [PATCH 067/186] Add lsp-bridge --- recipes/lsp-bridge | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/lsp-bridge diff --git a/recipes/lsp-bridge b/recipes/lsp-bridge new file mode 100644 index 00000000000..610779aff81 --- /dev/null +++ b/recipes/lsp-bridge @@ -0,0 +1,11 @@ +;; This recipe was taken from https://github.com/akirak/nixpkgs/blob/a790cc526b488cf5d9966e9a45d2f4d2a92963a5/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix +(lsp-bridge + :repo "manateelazycat/lsp-bridge" + :fetcher github + :files + ("*.el" + "lsp_bridge.py" + "core" + "langserver" + "multiserver" + "resources")) From 7819b25e16859c6376672aa7c955c560695c8af8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:39:56 +0900 Subject: [PATCH 068/186] Add acm, which is required by lsp-bridge --- recipes/acm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/acm diff --git a/recipes/acm b/recipes/acm new file mode 100644 index 00000000000..84405b59a7d --- /dev/null +++ b/recipes/acm @@ -0,0 +1,2 @@ +(acm :fetcher github :repo "manateelazycat/lsp-bridge" + :files ("acm/*.el" "acm/icons")) From 7f744b101a3340f665e194c2f58e64640ecfc742 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 14 Oct 2023 16:53:13 +0900 Subject: [PATCH 069/186] Add bfmt --- recipes/bfmt | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/bfmt diff --git a/recipes/bfmt b/recipes/bfmt new file mode 100644 index 00000000000..ae5db935f22 --- /dev/null +++ b/recipes/bfmt @@ -0,0 +1 @@ +(bfmt :fetcher github :repo "akirak/bfmt.el") From a287d56009bc17b016de0b33ba04d95fa26273ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 19:29:00 +0900 Subject: [PATCH 070/186] Add flymake-actionlint1 --- recipes/flymake-actionlint1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/flymake-actionlint1 diff --git a/recipes/flymake-actionlint1 b/recipes/flymake-actionlint1 new file mode 100644 index 00000000000..95734962c71 --- /dev/null +++ b/recipes/flymake-actionlint1 @@ -0,0 +1 @@ +(flymake-actionlint1 :fetcher github :repo "akirak/flymake-actionlint1") From be8d8eaae71363f64b79db4ac78ce136d2f9b736 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 14:32:02 +0900 Subject: [PATCH 071/186] ci: Add rebase workflow --- .github/workflows/rebase-onto-upstream.yml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/rebase-onto-upstream.yml diff --git a/.github/workflows/rebase-onto-upstream.yml b/.github/workflows/rebase-onto-upstream.yml new file mode 100644 index 00000000000..e80222781b7 --- /dev/null +++ b/.github/workflows/rebase-onto-upstream.yml @@ -0,0 +1,44 @@ +name: Rebase onto upstream + +on: + workflow_dispatch: + schedule: + - cron: '0 8 * * 5' + +jobs: + push: + runs-on: ubuntu-latest + + strategy: + matrix: + base_ref: + - akirak + # - admin + upstream_branch: + - 'master' + + steps: + + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + ref: ${{ matrix.base_ref }} + + - name: Fetch the upstream + run: | + git remote add upstream https://github.com/melpa/melpa.git + git fetch upstream ${{ matrix.upstream_branch }} + + - name: Cherry pick commits + run: | + git config --add user.name 'github-actions[bot]' + git config --add user.email '6270544+github-actions[bot]@users.noreply.github.com' + git rebase -s ort -X theirs upstream/${{ matrix.upstream_branch }} + + - uses: peter-evans/create-pull-request@v5 + with: + base: ${{ matrix.base_ref }} + title: 'Rebase onto upstream' + branch: 'rebase-${{ matrix.base_ref }}' + labels: automation + token: ${{ secrets.PAT_FOR_PR }} From ba84264cc8405d32aeccef80e9ecdb23ddc02ca5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 072/186] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/workflows/reset-on-merge.yml diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml new file mode 100644 index 00000000000..bac70bf164b --- /dev/null +++ b/.github/workflows/reset-on-merge.yml @@ -0,0 +1,48 @@ +name: Reset on merge + +on: + pull_request: + types: + - closed + +jobs: + reset: + + if: | + github.event.pull_request.merged == true && + github.base_ref == 'akirak' && + github.head_ref == 'rebase-akirak' && + github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id + + runs-on: ubuntu-latest + + steps: + + - uses: actions/checkout@v4 + with: + ref: ${{ github.base_ref }} + + - name: Tag the last head revision + id: backup + run: | + tag="${{ github.base_ref }}-backup-$(date +'%Y%m%d%H%M%S')" + git tag "$tag" "$(git rev-parse HEAD~1)" + echo "tag=$tag" >> "$GITHUB_OUTPUT" + + - name: Push the tag + uses: ad-m/github-push-action@master + with: + tags: true + branch: ${{ steps.backup.outputs.tag }} + + - name: Reset + run: | + git reset --hard "$rev" + env: + rev: ${{ github.head_ref }} + + - name: Push the resetted branch + uses: ad-m/github-push-action@master + with: + branch: ${{ github.base_ref }} + force: true From d36aec5e9ea4f2353bda183c32118a5101e73a7a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 2 Nov 2023 22:56:26 +0900 Subject: [PATCH 073/186] Add dape --- recipes/dape | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/dape diff --git a/recipes/dape b/recipes/dape new file mode 100644 index 00000000000..9ee1015606f --- /dev/null +++ b/recipes/dape @@ -0,0 +1 @@ +(dape :fetcher github :repo "svaante/dape") From a044c2cb3221fb556f79df7a81824bf22079b83b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 074/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 6e3b9787565d589f6e3f0cbf511994155dc4f580 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 075/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 973cce94a5f5d4e22d280e1746f9b19ddb19db8e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 076/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 5211c1a4911840fcaeda76d4b70aa4a5ec09e176 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 077/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 7241a2730d62594977982c186c96c8dd105f6598 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 078/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 599f937a7ec1c444f8a4b9b4c8de44b2a9dea3b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 079/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From ceb0cbaa046e1d87524cad64fc1c4a5b3275d380 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 080/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 93acab5a63eeaa3f81608b42e8587933225fc274 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 081/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From ce73a422480b627cdadefd7970223c1071b6fcd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 082/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 502b508573268b38bf31e974cbc44b361ad729fd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 083/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From f42ae9f86f2943ffc94ecf2261e7569781e1b377 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 084/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 303d1a2d99838560742760da4d979230d0481465 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 085/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 6f01ae086399bdbe59b942c609bdaced172ee483 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 086/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From c7ee80b4745537d8ab63d3723628de1bee953408 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 087/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 5fff40e259b605b11c2a9152c42bd44fa8b29fdd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 088/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 413a13b2fd146667d2c4790c1943b3bce104a63b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 089/186] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 0a40f86c233d37fb39272ca9a47c3524d0e1b131 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 27 Nov 2023 20:10:06 +0900 Subject: [PATCH 090/186] Add jtsx --- recipes/jtsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/jtsx b/recipes/jtsx index 0b669f57ae7..7879ec848b7 100644 --- a/recipes/jtsx +++ b/recipes/jtsx @@ -1,3 +1 @@ -(jtsx - :fetcher github - :repo "llemaitre19/jtsx") +(jtsx :fetcher github :repo "llemaitre19/jtsx") From 3d1bb8e352d84303f9a67fab1b7566c0046f5b32 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 091/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 071f2b0b3797613822de13dc0539a857ceb140ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 092/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c68a4c7e18ebdc1525637ce1964e1ebdeda5f6e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 093/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 12115d815a916556997ec41ba0ad2ed600eda47f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 094/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From f062af069563ee933a930858cdd6221b465e077a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 095/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From e1a3133c83260a9fdaa9d1e362ba0be062b77c5f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 096/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From ebc02f7da35b57ba76679bd91c5d5b78ad2fe08c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 097/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 1bad500389e0e0c5c50206799ca31d4c8572a60e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 098/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 401f965514bf33d85f131cb28c74d645bc3e1832 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 099/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 15a7098eddc9690e026e38245820fb00eb81e350 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 100/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 7bc782288b7efcf5d0e93560dc89f6eecce1b961 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 101/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 872f645716c74dccd142457aad1faf0b180caa02 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 102/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 6a216b2c1c56a1184728f35719c0611b8aba0f4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 103/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 3466c7154548938b91d2def1cd659f0c97b81b5e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 104/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 19fcde840d0d0ee8a78ba8e6a36c55b5f45d767c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 105/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 689646346cc7d512d9b60ec020fbb0d68cfe8fad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 106/186] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 2159cd994e258e483e857193d782e510866da6ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 107/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 4d176567d1c8c603ac447a802cd63c578df6b313 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 108/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 7248d6af278a30c94bad5e9f5328819bebe266fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 109/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From b5c6273f890318c0d7e976092d4970d7f683685d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 110/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From b6c650c1e74f6516b0cd3c2d0c2e9b2f3a4e2c6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 111/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From ccde6af751c7bf72b70819d318782a8d11efbefa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 112/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 9dba3fcf8c2f4b17077718b01cb4f967f26b0944 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 113/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 2b2fae7bc583d1f81c4aac111b3f8328cb60a6d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 114/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 9b2019b412e197c4b316442fc3af9ba47441ae64 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 115/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From b32ae7faec2e7816282ffc0f853a22a7ba9aca2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 116/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 831e3b079a78a77b36e91d9e1f6c3f7947af4e55 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 117/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From cad6b5513be2db78ffdb359f9fa9106de1cb5663 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 118/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 0d655a92171970720bbb82f856aa69cbeadbbc9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 119/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From d51f996b312ab4659ad2a08cb74d3c47b5eed6f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 120/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From bb914a76a26d219abc83ffb91fb66e0bcc3a0834 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 121/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 63967d78c2faf2fb8230256a157457d4178de7d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 122/186] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 51201da2dcd501958da6658574442d6da3ccaa0c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 123/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From ec187d10734157ca6229a288585a203d7761c171 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 124/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 0beab98380cdc06d01360475863fc3b1422bfc49 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 125/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 0630af67d1c7ce481efdb979c59cf499c20dcdbf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 126/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 227fce0b7be07edaa63e1d0b89ab69a028836fe5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 127/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 093814c11790b6659b1c944dd6c37ecc853406b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 128/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 3f7d3101266ac4be0d1696a0bc90d181f479dcf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 129/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 94971db0b36e39a1742453c4f03b10f899313caa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 130/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From dde47eaf8933f33a7184aac1fe5909a7aea9a4cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 131/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From f71f68e29bad3eca24a86bce364ad39e437f1f44 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 132/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From c25f825dc9711e44553222b1c2ce724873a6886b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 133/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From f35993ee2bb8a4c1805a5e4e99142ca7afd23ebf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 134/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 36a615e8408b57724ea48babc6e36935214323c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 135/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 1e8d7f93857cc7c31c8751fb9b946301d2b50592 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 136/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 06d6981b478b8258039fd553567951a5364e5f67 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 137/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 54641e6278ede1820959f7416f0a525a33651f9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 138/186] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 6488a349dda2679bbb76f8edd76830b9e8e34804 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 139/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 5aad5be1c332cf5b8c7f0d5f6c5759b4aa0c88ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 140/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From b01f14fbd0d2ace3cd4195b8b8090300a14e4ada Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 141/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 03ebf850ded1c4ff600db2b03756cd0982dc1a70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 142/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From d9236ab0fdb712798cef2b950d0ab41a7597fcf7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 143/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 245f88dd07b9227860be304c1332406cd1f7a73c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 144/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 0b9ac6bd613c5cf998f090c1021afeb28bd25d29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 145/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 27fcaef9eb7cc4371265d8f0bb2ea74d48f1d4ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 146/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 8ad89492a4e584b175290fd1fb156a85deb737d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 147/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From dfce5d97a4d0970f68a37cb9ff5a23308d1b44f8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 148/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From a911bcac0440092b44d17c2b3c84f4985ca6f48c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 149/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 8df40999185fdd857816c6427250d59e82226891 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 150/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From bd2bf3924d33850d20d34be062a742175051dd09 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 151/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From d813ecd453a0c438d72aeed10f9656d4ef245b5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 152/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 0c0d5c44112c670acbff9244a5fec5b2a31c88e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 153/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From e0e33b07d97c9868b0b5aea4628e536a696e17f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 154/186] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From ce4db812a4a2f9cd4cc52d9f72ae0d692dce5996 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 155/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 07c8bfbb3c566929ff75b5155c100346d5522f3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 156/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 49c04ac0aa79720a21bbd5e77155c521e6ede974 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 157/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 680a12e03bf32b389e8615c9946d490d7f2eb39c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 158/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From e0408bf660aebe90e3402ed123c8f19373f9d97f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 159/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 0d8af8a1f96bc2ce578704a5fee06649c2f9caa4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 160/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 9d2ff5c75eaf80ef20658e184598544fe2807b22 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 161/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From b99c0fdd22cec44f7800623b157601baea0084c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 162/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 29e2c405e5804b01f8ddad06787ae64f6025632e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 163/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From f6fbf388d6cf4ed3d38f788fbcde1d7c45e9744d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 164/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From d37075c7e536f503add0c9a2a46f6747f1d174b1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 165/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From de7e6e4d6fadc74dd478aa7488947ca4df9d98a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 166/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From eabb7e30f856fdfa443e9c28602a81e97990413b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 167/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 018f50aa1f26b07a7672ba7ac8a1694f2d77ab58 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 168/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 4bf83c5fa7dbccafec1da159a1f712dfdeab246a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 169/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 7e409430c6a5d972669e2176e879cab00cc314b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 170/186] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 41238b806b7d797cb9de0b09f8f129379306ce0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 171/186] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 8cb03290a46d7547e3d0cf33d90104193e1b1556 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 172/186] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From e85fab6d91e162152980f3576ed250042bec74aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 173/186] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 7499f1d7f19654052dcbb509e2f7522d2b0827ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 174/186] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 99e6d0f9f72e4c29885b41648473df0401ea6f87 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 175/186] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 5960fe5ab2cc4f420fac1db78e04028a39581e1f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 176/186] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From d307987bfd423d07530e6ffaf7cac03b5cf69699 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 177/186] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 5368036f8219df1d489247617e3a923f3e603306 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 178/186] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 378541f3e210874bd46c28018ad424760786ad45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 179/186] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From d5adedb7f75949af168064bd36b87c27c3bc178e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 180/186] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From f8db0870132b6cdf473773af6c8af46adc83249d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 181/186] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 5269014b445472ac534efce47d7772c4a4e7456a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 182/186] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 5a9e003837ae0b4ae5d2ba1f594cb6feb6c67f31 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 183/186] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 85f4b4349279c6ce41ad953204122ba2e4138377 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 184/186] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From a37f89322561ca571ed826b8589891d44dedbcdb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 185/186] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 0e154b8b56d4701c35de5b9341ee49d917a5c656 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 186/186] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision