forked from pool/tree-sitter-qmldir
Accepting request 1161532 from home:Thaodan:editors
New package grammar for Qt qmldir OBS-URL: https://build.opensuse.org/request/show/1161532 OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-qmldir?expand=0&rev=1
This commit is contained in:
commit
73c6fdc172
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!-- -*- xml -*- !-->
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
<param name="url">https://github.com/tree-sitter-grammars/tree-sitter-qmldir.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="changesauthor">Björn Bidar <bjorn.bidar@thaodan.de></param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="tar" />
|
||||||
|
<service mode="disabled" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
3
tree-sitter-qmldir-0.2.2.12.6b2b5e4.tar.gz
Normal file
3
tree-sitter-qmldir-0.2.2.12.6b2b5e4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c4e6b4d5c149b29c95119a2a0543f9d70426350cf96807883bb47fafa2f7498
|
||||||
|
size 13331
|
16
tree-sitter-qmldir.changes
Normal file
16
tree-sitter-qmldir.changes
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 09:06:03 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
||||||
|
|
||||||
|
- Initial packaging for openSUSE
|
||||||
|
- Update to version 0.2.2.12.6b2b5e4:
|
||||||
|
* feat: add `@preproc` to the first non-identifier of a command
|
||||||
|
* feat: v0.0.1
|
||||||
|
* ci: refactor into testing, linting, and publishing cis
|
||||||
|
* feat: add Swift bindings
|
||||||
|
* feat: improve bindings
|
||||||
|
* chore: generate
|
||||||
|
* feat: improve queries
|
||||||
|
* chore: update tests accordingly
|
||||||
|
* docs: update LICENSE and README
|
||||||
|
* feat: tidy up the grammar, add file doc and eslint linting
|
||||||
|
* chore: add show image
|
48
tree-sitter-qmldir.spec
Normal file
48
tree-sitter-qmldir.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
#
|
||||||
|
# spec file for package tree-sitter-qmldir
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _name qmldir
|
||||||
|
Summary: Qmldir grammar for tree-sitter
|
||||||
|
Name: tree-sitter-%{_name}
|
||||||
|
Version: 0.2.2.12.6b2b5e4
|
||||||
|
Release: 0
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Tools/Other
|
||||||
|
URL: https://github.com/tree-sitter-grammars/tree-sitter-qmldir
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: tree-sitter
|
||||||
|
%treesitter_grammars %{_name}
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%treesitter_configure
|
||||||
|
%treesitter_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%treesitter_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{treesitter_files}
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user