From 6aa37a96aac63a93bea6171a8b4aa732f2df7ab8 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 17 Dec 2023 00:28:26 +0100 Subject: [PATCH 001/314] Update url of liquidmetal's repository The old url redirects to the new url. --- recipes/liquidmetal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/liquidmetal b/recipes/liquidmetal index 0423b4262df..da44f081a95 100644 --- a/recipes/liquidmetal +++ b/recipes/liquidmetal @@ -1 +1 @@ -(liquidmetal :repo "jcs-elpa/liquidmetal" :fetcher github) +(liquidmetal :repo "jcs-legacy/liquidmetal" :fetcher github) From 731bfbc71293715350ca072a954cf20b759288bf Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 17 Dec 2023 00:41:42 +0100 Subject: [PATCH 002/314] Update url of syncthing's repository The old url redirects to the new url. --- recipes/syncthing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/syncthing b/recipes/syncthing index 926ce91de74..622f1acb3e9 100644 --- a/recipes/syncthing +++ b/recipes/syncthing @@ -1,3 +1,3 @@ (syncthing :fetcher github - :repo "keyweeusr/emacs-syncthing") + :repo "KeyWeeUsr/emacs-syncthing") From 60b3f2b116baae4321bf873d0312d50766f2e73a Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 17 Dec 2023 00:43:44 +0100 Subject: [PATCH 003/314] Update url of undersea-theme's repository The old url redirects to the new url. --- recipes/undersea-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/undersea-theme b/recipes/undersea-theme index 017eebfedef..19e4602598a 100644 --- a/recipes/undersea-theme +++ b/recipes/undersea-theme @@ -1 +1 @@ -(undersea-theme :repo "jcs-elpa/undersea-theme" :fetcher github) +(undersea-theme :repo "jcs-legacy/undersea-theme" :fetcher github) From 95fceae0482e54054c93d3b5e16c2f928b69b9d1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves <76450848+nicolas-graves@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:30:26 +0100 Subject: [PATCH 004/314] Add recipe for org-agenda-files-track-ql (#8720) --- recipes/org-agenda-files-track | 4 ++++ recipes/org-agenda-files-track-ql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 recipes/org-agenda-files-track create mode 100644 recipes/org-agenda-files-track-ql diff --git a/recipes/org-agenda-files-track b/recipes/org-agenda-files-track new file mode 100644 index 00000000000..ee4ff2912d9 --- /dev/null +++ b/recipes/org-agenda-files-track @@ -0,0 +1,4 @@ +(org-agenda-files-track + :fetcher sourcehut + :repo "ngraves/org-agenda-files-track" + :files ("org-agenda-files-track.el")) diff --git a/recipes/org-agenda-files-track-ql b/recipes/org-agenda-files-track-ql new file mode 100644 index 00000000000..aa06ab818e4 --- /dev/null +++ b/recipes/org-agenda-files-track-ql @@ -0,0 +1,4 @@ +(org-agenda-files-track-ql + :fetcher sourcehut + :repo "ngraves/org-agenda-files-track" + :files ("org-agenda-files-track-ql.el")) From 71f9f41c54e88107a6340fceb19d40b777543dda Mon Sep 17 00:00:00 2001 From: liuyinz Date: Thu, 21 Dec 2023 02:37:43 +0800 Subject: [PATCH 005/314] Add recipe for coercion (#8852) --- recipes/coercion | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/coercion diff --git a/recipes/coercion b/recipes/coercion new file mode 100644 index 00000000000..e8b81a00f65 --- /dev/null +++ b/recipes/coercion @@ -0,0 +1,3 @@ +(coercion + :fetcher github + :repo "liuyinz/coercion.el") From daedc521088b9e4b81ef9ce1e54e8520a5b54a56 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 22 Dec 2023 21:02:36 +0100 Subject: [PATCH 006/314] Update url of plain-theme's repository The old url redirects to the new url. --- recipes/plain-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/plain-theme b/recipes/plain-theme index 22ba28cfc6e..5d802f1794a 100644 --- a/recipes/plain-theme +++ b/recipes/plain-theme @@ -1 +1 @@ -(plain-theme :fetcher github :repo "yanalunaterra/plain-theme") +(plain-theme :fetcher github :repo "yanateras/plain-theme") From 6c0b41b01bdb4f94d08cf7677f58eb3ab364a967 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 22 Dec 2023 21:06:12 +0100 Subject: [PATCH 007/314] Update url of sweet-theme's repository The old url redirects to the new url. --- recipes/sweet-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sweet-theme b/recipes/sweet-theme index 8a0247aef66..fb98b8f8ba3 100644 --- a/recipes/sweet-theme +++ b/recipes/sweet-theme @@ -1,3 +1,3 @@ (sweet-theme :fetcher github - :repo "2bruh4me/sweet-theme") + :repo "konkrotte/sweet-theme") From 06befa95a4b80506a40e1cd10c83abe63afc8539 Mon Sep 17 00:00:00 2001 From: "D.K" Date: Sun, 24 Dec 2023 23:27:22 +0200 Subject: [PATCH 008/314] Add recipe for open-color (#8847) --- recipes/open-color | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/open-color diff --git a/recipes/open-color b/recipes/open-color new file mode 100644 index 00000000000..82f4dd057a3 --- /dev/null +++ b/recipes/open-color @@ -0,0 +1 @@ +(open-color :repo "a13/open-color.el" :fetcher github) From 705564010a3af784c0fd00fe1b1cc5a20d73172b Mon Sep 17 00:00:00 2001 From: Ivan Andrus Date: Sun, 24 Dec 2023 14:40:43 -0700 Subject: [PATCH 009/314] Update recipe for memento-mori (#8855) New maintainer --- recipes/memento-mori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/memento-mori b/recipes/memento-mori index f5b7d7b4a57..f4d394b325d 100644 --- a/recipes/memento-mori +++ b/recipes/memento-mori @@ -1 +1 @@ -(memento-mori :fetcher github :repo "lassik/emacs-memento-mori") +(memento-mori :fetcher github :repo "gvol/emacs-memento-mori") From f1b269ce50b2953d93755b96aae8592f85518710 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 010/314] 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 e2295bcc6dc7a34515ba88d31198530782e17bc8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 011/314] 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 0f0efd862f32d906c03ea622852ba7491c06c4c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:10:13 +0900 Subject: [PATCH 012/314] 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 042760ffe6cdce5f6494ff718c1a8322e7e36249 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 013/314] 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 07c1195966a70c5cc51d47eec302acf343bdd197 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 17 Feb 2022 19:06:44 +0900 Subject: [PATCH 014/314] 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 61d375e8462cb64b815d724a9c6c8103ee84006e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 015/314] 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 1492002c0cbe6e99b0d0df33f743bb4d6bc53a9f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 25 Feb 2022 17:41:03 +0900 Subject: [PATCH 016/314] 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 40d8fefaf3ef755c6381a197f1491bfc1078901e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 017/314] 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 ecf90814b325bb69d4d98d1193494370073177dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 23:55:29 +0900 Subject: [PATCH 018/314] 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 f7d6a6753f07584ec2bb7e86a86804ba7f9f4e05 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Feb 2022 21:10:53 +0900 Subject: [PATCH 019/314] 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 ef31545bd1612ad16a6ad949947400733874c86a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 1 Mar 2022 02:00:27 +0900 Subject: [PATCH 020/314] 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 93a3fc15e8d2f262ba8c1e1277c6f4ab72b75f74 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 3 Mar 2022 16:28:53 +0900 Subject: [PATCH 021/314] 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 77b08a15eb04002e5024d14226f2b5e7ed59f645 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 18 Mar 2022 02:03:22 +0900 Subject: [PATCH 022/314] 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 6628082e61c84fcb4f25d2e4bf442398740cb75e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 023/314] 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 dbd76c93c5ba3c0771ae9e63fcb2234d6e7a036f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 024/314] 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 218cae196fb580f347add72a12b80d7f76f732b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 025/314] 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 97143d1dcc8c5e0838f26ca1113d854797d33e14 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 12 Apr 2022 11:47:36 +0900 Subject: [PATCH 026/314] 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 3d513d8cf2c7704f497e74398926bf9e5365b758 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 13 Apr 2022 22:13:19 +0900 Subject: [PATCH 027/314] 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 56c118313761f76d585a4c2da256fb2b344da81b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 14 Apr 2022 02:00:34 +0900 Subject: [PATCH 028/314] 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 958607b1a540e787bf2f5870a1976a3727ba1751 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 16 Apr 2022 01:56:10 +0900 Subject: [PATCH 029/314] 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 400c81b58ea04c08d6972a4448f396b4f9861566 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 20 Apr 2022 17:34:18 +0900 Subject: [PATCH 030/314] 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 1432da43ec65f16d348149565f0c77bfce767dca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:41:48 +0900 Subject: [PATCH 031/314] 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 daf9c9e9255dd0aecf88441310d8b28482ceaed2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:45:58 +0900 Subject: [PATCH 032/314] 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 95c4b81074ceb85d1677f8625a0cea38a7b40b10 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 2 May 2022 01:04:59 +0900 Subject: [PATCH 033/314] 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 8890422efc66c81429e9e6ad8a759b936a016306 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 22 May 2022 03:05:14 +0900 Subject: [PATCH 034/314] 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 eb899c14ed3cf6f6e2c53e3294a42123d1802632 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 29 May 2022 15:28:58 +0900 Subject: [PATCH 035/314] 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 c5c84984c55ee55714f2796b6e80ae4897665595 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Jun 2022 13:02:31 +0900 Subject: [PATCH 036/314] 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 eb7a8545e0c63cd86bda829ae17fa1eff983c4b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 4 Aug 2022 12:30:37 +0900 Subject: [PATCH 037/314] 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 0d327ea0afefdebc0e109c8ea5ca5948f47da58f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 8 Aug 2022 11:54:21 +0900 Subject: [PATCH 038/314] 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 183cd0dfbeede842e05034e6060fb8368a066f6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 15:37:30 +0900 Subject: [PATCH 039/314] 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 9f5aaf07708b238a441f8e91baf95ef0a289226d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 23:56:56 +0900 Subject: [PATCH 040/314] 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 af2ae37bb98df7f0e0adeb7827c26b75c999b757 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 21 Aug 2022 16:36:15 +0900 Subject: [PATCH 041/314] 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 ac9910a0d22d0e2a030f396ced198f2c808b79f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 042/314] 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 f1f69ff2de8d65df824251a1412749c2e63ad50f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 15 Sep 2022 18:03:22 +0900 Subject: [PATCH 043/314] 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 86de79dcdc7c879fc6b04d5c72f7af6b1af6c32b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:24 +0900 Subject: [PATCH 044/314] 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 27f9dd96a8dddf855a1c7ba4eac5411b19643826 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:30 +0900 Subject: [PATCH 045/314] 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 11059a56193afdf9fb21fdb4482520b9b6174f25 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 046/314] 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 7dc4b2d16e9367311c4de1eeaa924e9bd9b24f76 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 15 Oct 2022 19:50:51 +0900 Subject: [PATCH 047/314] 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 6221ea29c79c9f503e7be0b5be0360e856c7e5ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 048/314] 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 6bff068aab1537a56088771331e73f997560c8e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 049/314] 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 288a346be195e189cdb3d2a1511b5ebeea6880e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 12:49:14 +0900 Subject: [PATCH 050/314] 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 ebea3fa5d59a89507adbdaccc854f366cdcf89ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 051/314] 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 a5fcf9c66a9c00a5f94f09c5796987a6596c6776 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 052/314] 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 7c7513788d99861a75743fe4aa4f37e305beb6ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 12 Nov 2022 18:38:55 +0900 Subject: [PATCH 053/314] 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 e1b08b683b578707c70e7bc1ff26c1d561daa1d1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 054/314] 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 14dc174777dd7556ff19ee7a6f29970b13aff1f0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 9 Dec 2022 19:49:52 +0900 Subject: [PATCH 055/314] 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 a82025265b136d4951a009385fcff7d7820c269d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 1 Jan 2023 17:02:05 +0900 Subject: [PATCH 056/314] 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 e55fe19876a2a8c70af327a36f15a0685e636022 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 057/314] 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 78e8645b6c0bab1c67d0758c003051f83bf1729f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:05 +0900 Subject: [PATCH 058/314] 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 f6ae23026ce959bd03a9e0640c46cc873a02824b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:49 +0900 Subject: [PATCH 059/314] 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 6c729b22c1eb3c3549520371deb18ea3cc8b25dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 22 Feb 2023 22:42:34 +0900 Subject: [PATCH 060/314] 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 908d049692ee8e60a5c509e06c6da1871a0cc2be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 061/314] 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 4db5a2581d8ad25a18513c48f1bb5a255b1f9aeb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 18 Mar 2023 15:40:29 +0900 Subject: [PATCH 062/314] 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 ecb95299652cae7928d873a63e0d945481025750 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 21 Apr 2023 03:44:41 +0900 Subject: [PATCH 063/314] 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 4120a803af88c406e79e43e826b50b10cefca379 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 22 Apr 2023 14:22:23 +0900 Subject: [PATCH 064/314] 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 ffcf9a0f085c7f9fa3967080d1c3b88b02cb05c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 17 Jul 2023 03:51:09 +0900 Subject: [PATCH 065/314] 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 3007bd0923ed9c5c3a0026d109b304b1619a7db7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Jul 2023 09:14:23 +0900 Subject: [PATCH 066/314] 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 534629404c4172950114d9af54eb249dce31a8fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:34:19 +0900 Subject: [PATCH 067/314] 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 c5f521788a3f38c72d2f1e11dc854293206391dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:39:56 +0900 Subject: [PATCH 068/314] 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 080fe425649fa461dbc26659a258c96a8036a88f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 14 Oct 2023 16:53:13 +0900 Subject: [PATCH 069/314] 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 d36e774614c7ee560f929d0cd86ad56bf9bcfdc5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 19:29:00 +0900 Subject: [PATCH 070/314] 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 166a33b81d44165398d7255f0b3b58d26b241859 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 14:32:02 +0900 Subject: [PATCH 071/314] 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 bc28bc4f92b3ca6fe1d44a4ce65bad14d9c608cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 072/314] 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 0d066405e85845936898e56a18b6ef791d145a90 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 2 Nov 2023 22:56:26 +0900 Subject: [PATCH 073/314] 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 5f057bb0bfc88aa4fc7de4d4e07fe2a57c75eb37 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 074/314] 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 1a4b204a9b1c8faed698dbac27a55be4d58afde7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 075/314] 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 b24ab7e09bee05a00087d4f5b39a13a9e25d1b2a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 076/314] 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 7c82747b1c4c72d66288ea978cd7d999b5692078 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 077/314] 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 e49c7880ed771b9582ee6d3bbd6111e3088c00d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 078/314] 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 80683ee9a675b7e2bda19449985e957bae29f128 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 079/314] 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 47bf193548ca78539f145d6ef3776bbe0e80a694 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 080/314] 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 25fefa6a8f6981adc260953565bdeb6194b3a8dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 081/314] 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 3c1d12430343a8878c59d99a1d25fb6f224436e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 082/314] 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 6c95c09659dfc9f65a50e0712726dde1e9036c73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 083/314] 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 b27005a5758c6ab42565ff1b511f8185091a36f0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 084/314] 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 ef83b1719d815b8c4ee93cb4bf37e67e6fb7b351 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 085/314] 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 baf34fc98999f1aba8a218a8f207333087908130 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 086/314] 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 dca876894534c4cc21b882617beacb02126106f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 087/314] 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 f09a117ca15b3b6e6285fa4881e8e32c3a19c439 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 088/314] 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 54a9ad868b1ad287131cd5c21d39b7c0baf29f6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 089/314] 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 ad265f65132e3f1277be9f91dadcdc0e36892391 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 27 Nov 2023 20:10:06 +0900 Subject: [PATCH 090/314] 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 388e268be2a41d178d769eb870ddc74901629583 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 091/314] 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 24e50dd6365381a470f833604e24db8135b1a852 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 092/314] 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 00bb3aa4b3b5c7309b87bb1eaa4e93e4c099359c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 093/314] 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 11c8a03c20d5d2e803e8dc89cb50ffbbba4bb1de Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 094/314] 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 1f6a37969d665ddc0851223e7fcbcb1f35ff6446 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 095/314] 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 0d7833984227cc6eb7630af80965eac70b493935 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 096/314] 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 ebb49b85779fa891e6a22b7b3e3d44dbddf9e266 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 097/314] 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 c5e52cd6b9ff27cf4d65425dbe0c8d9f083378fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 098/314] 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 9aa630035632780af9f840766ed380a9650ce049 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 099/314] 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 4499f2f228618d520b6ac75e2c952bb6ade83d7e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 100/314] 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 345dd0c3e365360847ce531ee744ba4a9597bfbc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 101/314] 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 7dd42ffb2435ad814f4069afb4eb81399ffc9a07 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 102/314] 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 54b6921fed67180e596621ae42be5da24edc2c72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 103/314] 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 62297b6073cbb9dc8916e18939e16514fd14c197 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 104/314] 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 b84cc7ea527e2d6669c950251f9a049abbc60547 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 105/314] 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 3306fd94908aab75d86921fae8d1cd0856b5e1fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 106/314] 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 6078baffd3d8e2bc8d908bcb112f49910d6ee1bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 107/314] 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 b1b9d5c877e5510b74b22f5dfc3d7d160c538721 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 108/314] 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 6fa52f9b27a77f05b01849bd6af7ac9709f836f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 109/314] 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 efc1e35a5b6453bcd58734b64e94987516773582 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 110/314] 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 cb480f2699734464874bf57e72ac07c21ac737ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 111/314] 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 60cb8689c567eab2f1fb8373ad73f4e0e960efb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 112/314] 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 6aa2aa149df912b6da835bdb584b523a06896b2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 113/314] 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 6b76cb325217716bb4593173fa257fc0b25cfc83 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 114/314] 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 b58472beceec567b10f6d8f0225d8f3919f34565 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 115/314] 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 bc0fb2c5641bbfe1c8e13044a38fc1eedd804384 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 116/314] 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 75aecdb253c6d6a8f6a8d3c51e2eecfee3c67635 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 117/314] 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 d14eefc74d3e92fcedc05f3d557cff5d8ea77ecf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 118/314] 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 7b26d479599e4120673463e6177b7c3af47b70c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 119/314] 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 81b77bf5f0bc49b2c5d2d8e846cdbdcb219e11b3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 120/314] 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 79cdaea93359a2175753ec9f3def0ba4c1f7593c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 121/314] 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 30f9f92224d1e5c0e2c1fd23db8ac49d4e362810 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 122/314] 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 3ca16fa02c34af0d823bda9c8e9345b9796af13c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 123/314] 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 460ab1970ef406e448745bf307dff1a338f73bb6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 124/314] 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 8c725b85ba075f822be9b1a1b87dfa7fa76f1e9e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 125/314] 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 f53a5704d9d1a1166f2e7a33f2f109358b36aec4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 126/314] 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 cfdefa8667c88142caa4a6cb74d43824cb44e7d3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 127/314] 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 962574d1e35ade26a4275bf08411c4ebecde9224 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 128/314] 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 5e5239a04622a93ed50a4ea437b28a68effe7204 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 129/314] 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 76aea11379a40ae265c24deff89e5666f9b682ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 130/314] 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 bc8d8c599456c6300578dfe19a223b127f7b80b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 131/314] 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 e6a6b21ab692ce88c20fe5b1bcf2cc5e8900692f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 132/314] 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 5fcf4af11c3790ec37023e579154a591f1df2842 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 133/314] 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 33f0cfe647cd6bee6353e85244e51b3eb124f883 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 134/314] 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 f564d31a6d6a8b010c7d485c36125933e5b9a0e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 135/314] 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 c2855c95e98e280c7f71543f2e9e584b6a419ba5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 136/314] 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 a7b8ae67f2f06b1f1b6f09981ef5a492f452fe72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 137/314] 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 3d7ff605073836751c2cd4238d5c7c9441cad074 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 138/314] 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 30d28fa6fbbc48c6ad28ef9a0940f7cb958be556 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 139/314] 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 121f6d9af7b3b436d94cab07f6100996bc6057dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 140/314] 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 22980050be3fb5e5e551ded76788b2057ef8d6b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 141/314] 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 823c63321b049794a52a8c8b507107c4aa43d141 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 142/314] 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 1d3620c4866820e44b8993bda638a3d1fdbbd385 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 143/314] 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 b8b38e1913babf70a6791de0e2db5b6dd9c2885c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 144/314] 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 285fc263cad054f986f31fca45bc1f2162f57682 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 145/314] 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 9aabacccc7a34d67eb5ba1bb6635d0730c003559 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 146/314] 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 b71f910ecb66d7e8680fee378f3df26cdf212432 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 147/314] 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 d970e12875bead163f704e4f03f1fdf1212e1aa3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 148/314] 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 f1de58a1c480e00af12ac24aaa9296dcc5db22b3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 149/314] 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 db661f210d6d89605b5caac8504fd83f8eb161ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 150/314] 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 4384af72fdf8897a232a20146ed595fb8038e10b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 151/314] 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 fd16b4124113da0f2477f1a43f7fd11e7102a83b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 152/314] 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 2b6de7934a389d47c55c2ce1006c7a230250eb8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 153/314] 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 31f40026dc39d65bbab5f83b053acb45dfd21b1f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 154/314] 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 c332d7a38121bc1044c5a9e9bbbc548b18fd03c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 155/314] 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 fd40a6be0bfa42fcf81a15e3dc404f923da5183e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 156/314] 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 a840a857b24deb4d788557e5a6b72fb0ed9f1d30 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 157/314] 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 7b5a83043ffbed445d82018ac30913b7212d7f83 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 158/314] 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 f13d5ea3d37a45c5ba0c1386b31b5a3aac2c1411 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 159/314] 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 39b26d00f8e78d16336d099c99d483a9a0d97d87 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 160/314] 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 17aed74a20ead8770c351fca461d9e0a61dc788a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 161/314] 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 8048e96a203667fb16cde4e352ec2310aed67755 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 162/314] 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 e17c5166c15d176ff4d5412fdb7196125fde35e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 163/314] 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 73db04b4d7bfd3195d8530d0562daad5460fd1ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 164/314] 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 25e7a156c5e7a1f02147e8a26fca2b2ecbd55317 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 165/314] 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 a3889fe4bd66f810e74a5ea864b05ca089c97ee5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 166/314] 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 4ef93df5fd59479362501da2b8bb9af9b5d02c0d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 167/314] 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 741b311e4c1a062e4ae47a8ace1e2999c23e0802 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 168/314] 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 25d4b11610d77b562c1f6873c33cea1e3c6555dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 169/314] 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 4806c7a0e6c588e59c9df449db2a6c34b3813071 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 170/314] 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 e80de15b0a1d125cdaf6669a4dd9851a0e1a8277 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 171/314] 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 19674a7688e2e5f182e46f4a237be4ad011766f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 172/314] 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 5d9b085aa247383cbfa3cee9b9dcc4ab4ea4a7bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 173/314] 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 bd864e767e590e7d573a743e5c8596f4173e40b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 174/314] 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 b92719b3dfd8b0ed8f09cf9a25264eeb2180592c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 175/314] 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 d151ed39bcbc80e231feb43f37e67b7b43a28a34 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 176/314] 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 9c880818a945e179e754238533017a803b876bf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 177/314] 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 a765fd59027479fb5608bfb315f90780d590a7fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 178/314] 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 7a2eb64a295797085ad87dabf15ffef391139680 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 179/314] 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 7215a733b673871d66e347d94bcf89a8c2fa2904 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 180/314] 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 e35a51154aecbc02bb412b58e3bf649213ce8662 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 181/314] 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 cd6fc1c32010da22ffdc1567348be2288fb394a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 182/314] 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 1ea041d099e2fd81678798fdeb63e87330d01909 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 183/314] 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 5a085b174afde37a595ba6a7475a90ba8c9e4b37 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 184/314] 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 dbedfe8515320477c7c25c6047868b0f6a078e12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 185/314] 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 6b8cf5f054d65116a646777d363ccc0ab2c4a35c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 186/314] 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 c04017ebe79c41bec6a8ed10b91fc058300c33b5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 187/314] 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 6bff7fa2dc034b9cf96071ca08340e05c6a74970 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 188/314] 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 17b8882edc484cc0137f0721323cb632dad14f6d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 189/314] 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 62e3499f230e9b57b350eb8ccedac0bfe3a4f452 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 190/314] 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 5d54e0176a8b75ffaaec39c9aba172a9e223e651 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 191/314] 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 b1892b61c46f8f52359c39422fddb12f430d4022 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 192/314] 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 b2dc88a49436a56bb4b0e8466b3d7b340220f2ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 193/314] 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 c9cd61925ac515ef6bab0097f992ebbf2ff858ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 194/314] 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 3bf7710bf79f04a3d92c024c98fb5b73e94e8d9d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 195/314] 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 6b472d7d337f9aa4aeeb85073c7c2a7890739370 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 196/314] 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 d947fa8f659003953447d0b297ca2486ce3a7ba9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 197/314] 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 cedcd33ca01ab9f6cdfe2f610f8869324e19b6c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 198/314] 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 a8ee3bf9d302bf9564f5b23d7c94f85cb523bc03 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 199/314] 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 644a2bb809743e104e7e28099bca75d925a09ad0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 200/314] 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 6d9313bb36d645be025687af31113b6caf7dac16 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 201/314] 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 bf681e538af967bc3b5b23798fcaff94930e47ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 202/314] 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 700a8234eaba1cc5dc8a15a5aaf56302cad432b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 203/314] 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 c0c07ea0f95596964f2e297510e5f5b68b4b4248 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 204/314] 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 84b80f8aab1639dcb25782792dc1e0865d43c55b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 205/314] 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 63c9b389f3e7229289fbd5977b1bcb6cb4ebfd6a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 206/314] 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 09e213fafb6035871e60b8ce19dd735e046d38b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 207/314] 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 3c911afd46cad5bad7d72331f6bade4e654886ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 208/314] 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 912abca73670d44b30bb3368a64d715ddee6a103 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 209/314] 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 5c6001b984caedbcee9df66c91696707d1589a5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 210/314] 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 45c1c2604a9ec2ee9b4de53a3643a620040bf20e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 211/314] 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 f3cb8fbc3533d1b370295e540adf3e39327edb2a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 212/314] 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 bcba76d2d800d5b75a4cc346bf9038255c38fbae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 213/314] 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 e8a8d5867f872c47932940fa84ee8b97e106038d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 214/314] 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 e492edd40391be170eef489bed868438f0b01513 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 215/314] 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 8ee445928670c7649e69e64f7706929e01e811b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 216/314] 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 445147f105d4c104ea124295ff61f3f83fb628ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 217/314] 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 8d77de434dbbfe7fcd7a1e7075fe16ced806cc5e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 218/314] 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 c2e19fdd85ecd14155e3e94940d0b0c6c0e6effc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 219/314] 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 13127d59fd55bdb0ef30bdc41e6b188a33cfa6d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 220/314] 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 0c159fd1f048d8224dad541077b0dd6e5091d79d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 221/314] 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 e2e4a59d6108149c76486d9e7053062288d24c77 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 222/314] 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 128a81344686e0e33d16fe59e8b41004d45ebe1c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 223/314] 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 a0d05fc6a232e1850cb8b129add8e9c14d8569f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 224/314] 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 38d90f1d43528b9ee02f617f533bbfbedefa9465 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 225/314] 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 433e9b0851fa2b31d2cef7617b18fbd879633e45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 226/314] 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 64d474fdd58a6cb352968b619229012492a4dc61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 227/314] 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 9f13fcd67dbb1a7a257f7e86ad367e6c31bfa701 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 228/314] 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 6008f3964e20e09f19e9550ee535066b0b0204f8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 229/314] 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 21c64547f470b397f2d9bf792175d6b7595ba77d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 230/314] 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 365508b1d06f997e230ba9f47f613bef4a482c6a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 231/314] 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 f8f3a81102ac1715bdcc7d6605a74a974b7282c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 232/314] 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 d7d1d5dfac3307dad34ab81bb2cfabf4cbc5ca41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 233/314] 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 a3b03e4d859bde09581a57fc7a5b0c6bc41d4b2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 234/314] 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 30da0b9db844c095e2b9f866681245458120552b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 235/314] 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 ee93ad9a5ae864a7c549dfd0ef8a38bdbeff0811 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 236/314] 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 5dffa85c7a4cd6d80183701b854b84a01ec024c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 237/314] 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 6bc47f663d4397d2e7d20022a05ff5b19fc9d080 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 238/314] 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 42e4e061fa30ef658c104b91a0c354e9ca68d96f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 239/314] 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 e1e2c379b61547e0b237d655688e5e3a737d0712 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 240/314] 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 84f7df814a9d71ac948c59c9a070236cd82337a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 241/314] 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 4a90b1c90edf6123b5e87bcdf25d44a6ad2d17e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 242/314] 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 f14b7e94c13395e629145e63da091ddcb87f2e8a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 243/314] 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 aba47afb0704bd408b49ad547d632b4e95b451ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 244/314] 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 4fe9437202ea2fbef7e340af5a49c0cc64d0b2ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 245/314] 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 1b874e9705f34edee90595225b8d5fa89a4bf2b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 246/314] 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 2a777296c858cd377e58bf702b948acaa02d4274 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 247/314] 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 6f8ddf141a967c319fa02193f67101091fad20a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 248/314] 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 1aac06ad8946a9a5406a276a7079b645e97e841f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 249/314] 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 61bff8cb76d8c46fded35dd11d2494cf822fa51f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 250/314] 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 6d472f9e35ce1a72cd848f3956d2d5a3212af66c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 251/314] 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 e6a1613f390c368d284ec116877e850d3b3d089f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 252/314] 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 b6d0f49f2e759c82e8a01c1661aa700cd809c217 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 253/314] 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 6201e5f53dd24da2d6a72eb69156fabd04574b73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 254/314] 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 386ecf56e0fe46ceec8b7bc549ac8f11b0c8167d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 255/314] 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 84f22e1b354622a5cff5e1508011ada62ff9ba32 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 256/314] 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 3c2d120ecba8516f68cc439b94e8b54d674bdf26 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 257/314] 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 e684bb6512f8cb8876ac8275ca85bdbd75f4c4f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 258/314] 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 69b1f98efd48a63f13eab9287515d8f0d57fc259 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 259/314] 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 63cad0cff8a872cf33a53229b924f94131a969db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 260/314] 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 20c991df5a308b98ce17b65b0ce78749c4ce0957 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 261/314] 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 873778b37c8d4291047faed1f7b8da23034fda41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 262/314] 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 107c0fceaf23eb85b564def8ea2394cc74a78ae7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 263/314] 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 83de86c256f1a29f57237def5d7f0226706ff141 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 264/314] 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 86ca52c52b075f68adeb4cafa4585ac1cfb365e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 265/314] 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 926b998bac6fe31fc847b7477d4cc3d6d721c0fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 266/314] 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 90a45b0ff426d61381db35a16f4c986618eb1413 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 267/314] 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 960eb8b5395e2aabb46f4ba4eea7cc9e7582f698 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 268/314] 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 e22f58a86a95b5781a36f29890fa166c8d83db1c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 269/314] 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 d90ad2fb839f63402b74f06d309112fc7e4b49a4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 270/314] 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 3790ccead170a35bac05859a4201d2a51deea39e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 271/314] 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 b88e8a8b16e2fdaabddc74a80e4dc1225929b2d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 272/314] 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 905edd7a5cea88b28b1f0600720a1b93d2519bad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 273/314] 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 07b7c6ec65fed0185954103a411c21ac34aa6485 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 274/314] 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 5db1b7b2cf578968d3567e9ae9d4d4eb3700e6c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 275/314] 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 5514e6877f738865b9ff563966bf3fd9f713827b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 276/314] 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 3270248ec7b3a8deb076808cf4e3a91147fee40f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 277/314] 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 83e454d952f3ba74d705d63f2963061f988cc959 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 278/314] 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 e80a7f775964eca30fc4abf5583b5c69ec4576fd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 279/314] 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 3a10db93467b3b6a4ed6ae8a8f49e21e08c6434a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 280/314] 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 fe1fe46761b23c52a9c26a929907d1e1624e632b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 281/314] 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 f8469f1c59e551b4817c676db7ae4af607c5ad3d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 282/314] 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 0222a94b5fa8380f0f82fb1d63f3e14f2d5a6a08 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 283/314] 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 00b4488563f2ee9ca13a03bbe067f9d63b3598e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 284/314] 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 0b111544c649ce35949e819791682a335bf8a928 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 285/314] 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 d1abd48f90f020867e41f8b4f0f2a32f0d4d5063 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 286/314] 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 918ed84a2f663633ea90412464c85cf03101943a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 287/314] 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 d87fc03bbc1d20732f03b0d18f815852681267ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 288/314] 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 f69a81ccebe10c7fcdc1aedc7d0bcd8189ad9131 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 289/314] 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 43f7afa4ef6366703beb369707d5c86b014c8f1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 290/314] 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 df212ebc9fb5fd7656637a3c092a3ab36df819f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 291/314] 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 49561ed67d789ae914fb480da3bf10b1a6eed683 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 292/314] 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 9fae3bdda1f5336d2e57873870a01493b9e779bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 293/314] 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 58e52494976ea41e2a3585a5c0b6f3d5520f8b93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 294/314] 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 b7541c21d80ea48280804b323ae52f3f2a51aa6a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 295/314] 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 f9d5f50b609ca0af923ab6b889b92f73ed042902 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 296/314] 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 2bf71a65555a4edcd17e09c9ddb15fe3095f74e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 297/314] 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 e345659224bce08583f46203496ec95b7eea8661 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 298/314] 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 5d67dd349ef6d022cb60de9e31d7d6c1c70a7c64 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 299/314] 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 38af0d38d7dfb74b96fa9d5f794580379467387e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 300/314] 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 e2bebfe5c75be44ad87ec435141c6eeb12035652 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 301/314] 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 dff5f85e44d1a8b07e43fc8aaefe8d0fdab97d17 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 302/314] 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 e7d5e837b9100a84db9b21d784b0153112a5bb6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 303/314] 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 e708b0964ea8055973e7c0e4bbd20899a74d46ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 304/314] 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 00c4a4a6566060cd2f1df1da665776916322bcaa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 305/314] 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 2ab3fce83bbaeaff02be0302ddfc2980cb5c0bdf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 306/314] 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 97efdcd087b0ea3154a806a887b5aea470a071ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 307/314] 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 551898e12c00e87e82fea9f682dc7be1ecaf5980 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 308/314] 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 a705e1fda5430bf854d1a94bf6efc6a77ad0984d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 309/314] 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 c6b996c3f13784eb2da5d2260ff0db183deff407 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 310/314] 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 0b938fe3761a330ee826c9be813c542978ac1c77 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 311/314] 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 1cf63a792d9acbe7e2e307cb0f72dabb74b34e4a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 312/314] 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 0f14c8aba1b2f38253a21edf6c62f679786e04c9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 313/314] 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 cd7cf11501ce2d39620aa59575760871c0be185e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 314/314] 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