- Update to version 0.1.3:
* bump version * fix: don't panic on empty active_tab * change release title to be tag name * fix: set window minimal size * Add tree-sitter Julia support * only set lanaguge when executed * make status line items clickable * move the place to get semantic tokens OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=11
This commit is contained in:
parent
230e146320
commit
4dc4dd5efb
9
_service
9
_service
@ -1,10 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.1.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="revision">f8e45ae</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -13,12 +12,12 @@
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">lapce</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
|
58
cargo_config
58
cargo_config
@ -6,8 +6,30 @@ git = "https://github.com/Liberatys/tree-sitter-ruby.git"
|
||||
branch = "chore/allow-range-of-tree-sitter"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/MDeiml/tree-sitter-markdown.git"]
|
||||
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
|
||||
[source."https://github.com/VarLad/tree-sitter-julia"]
|
||||
git = "https://github.com/VarLad/tree-sitter-julia"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-glimmer"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-glimmer"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-haxe"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-haxe"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-hcl"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-hcl"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-scss"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-scss"
|
||||
branch = "patch-1"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/dzhou121/tree-sitter-markdown.git"]
|
||||
git = "https://github.com/dzhou121/tree-sitter-markdown.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/elixir-lang/tree-sitter-elixir.git"]
|
||||
@ -48,13 +70,45 @@ replace-with = "vendored-sources"
|
||||
git = "https://github.com/lapce/xi-editor"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/maxxnino/tree-sitter-zig"]
|
||||
git = "https://github.com/maxxnino/tree-sitter-zig"
|
||||
branch = "main"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/panekj/tree-sitter-yaml"]
|
||||
git = "https://github.com/panekj/tree-sitter-yaml"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/syntacti/tree-sitter-bash"]
|
||||
git = "https://github.com/syntacti/tree-sitter-bash"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/syntacti/tree-sitter-css"]
|
||||
git = "https://github.com/syntacti/tree-sitter-css"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-haskell"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-haskell"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-java.git"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-java.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-ocaml"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-ocaml"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-php.git"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-php.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-ql"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-ql"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:361075e566e8a5944b165b70ff947a4e823e28a77422e20f6bfc5894407d4be9
|
||||
size 1611336
|
3
lapce-0.1.3.tar.gz
Normal file
3
lapce-0.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a67486bafdfc09fec59da0b051afe6421a89b77797540bf7cec230f8e3dc0eb4
|
||||
size 1819242
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 14:19:28 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.1.3:
|
||||
* bump version
|
||||
* fix: don't panic on empty active_tab
|
||||
* change release title to be tag name
|
||||
* fix: set window minimal size
|
||||
* Add tree-sitter Julia support
|
||||
* only set lanaguge when executed
|
||||
* make status line items clickable
|
||||
* move the place to get semantic tokens
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 12:27:37 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.1.2~0
|
||||
Version: 0.1.3
|
||||
Release: 0
|
||||
Summary: Lightning-fast and Powerful Code Editor written in Rust
|
||||
URL: https://github.com/lapce/lapce
|
||||
License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND MIT AND (Artistic-2.0 OR CC0-1.0) AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND MPL-2.0+ AND Zlib AND zlib-acknowledgement AND Apache-2.0
|
||||
Group: Productivity/Text/Editors
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
Source3: lapce.desktop
|
||||
Source4: lapce.sh
|
||||
|
3
vendor.tar.gz
Normal file
3
vendor.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d110f2bbac55e84c4753b213772dd21621cc0c9d4100fd61d5036b1b65dd09a2
|
||||
size 101277910
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c206f6ef796d6038da85b07caa8bd619997277076972dd000f7e75d665e70ff
|
||||
size 51582204
|
Loading…
x
Reference in New Issue
Block a user