pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs-git: update PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Sep 22 13:03:42 2023 +0200
Changeset:	72197596d7e3a29cf0d9fc0351d3530bbf786f50

Modified Files:
	emacs-git/PLIST
	emacs-git/options.mk

Log Message:
emacs-git: update PLIST

and depend on tree-sitter-lua

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=72197596d7e3a29cf0d9fc0351d3530bbf786f50

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/PLIST      | 8 ++++++++
 emacs-git/options.mk | 1 +
 2 files changed, 9 insertions(+)

diffs:
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 0616d5e247..8fdc1b93c1 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -776,6 +776,12 @@ share/emacs/${PKGVERSION}/etc/images/symbols/cross_circle_16.pbm
 share/emacs/${PKGVERSION}/etc/images/symbols/cross_circle_16.svg
 share/emacs/${PKGVERSION}/etc/images/symbols/cross_circle_fill_16.pbm
 share/emacs/${PKGVERSION}/etc/images/symbols/cross_circle_fill_16.svg
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_large_16.pbm
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_large_16.svg
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_medium_16.pbm
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_medium_16.svg
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_small_16.pbm
+share/emacs/${PKGVERSION}/etc/images/symbols/dot_small_16.svg
 share/emacs/${PKGVERSION}/etc/images/symbols/heart_16.pbm
 share/emacs/${PKGVERSION}/etc/images/symbols/heart_16.svg
 share/emacs/${PKGVERSION}/etc/images/symbols/heart_fill_16.pbm
@@ -3694,6 +3700,8 @@ share/emacs/${PKGVERSION}/lisp/progmodes/json-ts-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/json-ts-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/ld-script.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/ld-script.elc
+share/emacs/${PKGVERSION}/lisp/progmodes/lua-ts-mode.el.gz
+share/emacs/${PKGVERSION}/lisp/progmodes/lua-ts-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/m4-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/m4-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/make-mode.el.gz
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index ed7713d345..3caeb58d54 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -221,6 +221,7 @@ DEPENDS+=	tree-sitter-heex-[0-9]*:../../textproc/tree-sitter-heex
 DEPENDS+=	tree-sitter-html-[0-9]*:../../textproc/tree-sitter-html
 DEPENDS+=	tree-sitter-java-[0-9]*:../../textproc/tree-sitter-java
 DEPENDS+=	tree-sitter-json-[0-9]*:../../textproc/tree-sitter-json
+DEPENDS+=	tree-sitter-lua-[0-9]*:../../textproc/tree-sitter-lua
 DEPENDS+=	tree-sitter-python-[0-9]*:../../textproc/tree-sitter-python
 DEPENDS+=	tree-sitter-ruby-[0-9]*:../../textproc/tree-sitter-ruby
 DEPENDS+=	tree-sitter-rust-[0-9]*:../../textproc/tree-sitter-rust


Home | Main Index | Thread Index | Old Index