Accepting request 978939 from home:uncomfyhalomacro:branches:editors

- Update to version 0.1.1~0:
  * fix modifiers
  * relase v0.1.1
  * windows dark mode
  * fix ci
  * reset editor view to normal when it's not a hisotry
  * bump druid
  * apt-get update
  * change the place of anim frame request paint
  * update dependencies
  * update dependencies
  * clippy fix
  * remove glutin
  * num lock modifier fix
  * request paint when request anim frame
  * bump druid
  * use mouse event count for double/tripple click
  * use mouse event count for double click
  * macos title double click fix
  * Change Appstream metadata license to MIT
  * bump druid
  * bump druid
  * consolidate window desc creation
  * add Linux AppStream metadata
  * add Linux .desktop file
  * file watcher fix
  * fix editor focus issue
  * clippy fix
  * ensure cusror visible when editor got focus
  * cancel mouse hover timer when right click
  * change to os menu
  * file dialog change to druid-shell
  * use druid shell with opengl
  * fix code format
  * refactor the tests for readability
  * Avoid cloning syntax highlight result
  * Only allocate once when toggling comments
  * Special-case non-modifier ansi sequences
  * Doc: do not specify a transitional package
  * fix code format
  * address PR review feedbacks
  * fix code format
  * address PR review feedbacks
  * Removed the last min window size constraint
  * Pre-parse svgs
  * Only hash svg names once
  * Deduplicate
  * Don't allocate while accessing svgs
  * add meta+backspace for macOS
  * key binding mode text fix
  * Restrict visibility and remove unused code
  * Remove unused type
  * Remove unused outline module
  * Remove unused module
  * Use static str in LapceIcon
  * Remove most of the dead code
  * bump lapce-rpc version
  * support count in move by words commands in the vi-mode
  * implement top_of_window and bottom_of_window
  * Removed min window size
- Update to version 0.1.0~0:
  * wix version bump
  * wix fix
  * bump version
  * Fix scroll bar scroll
  * bump druid
  * problem panel dispaly fix
  * Clip the command name cells
  * release lto folder
  * Clean up split
- also limit to tier 1 arches

OBS-URL: https://build.opensuse.org/request/show/978939
OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=7
This commit is contained in:
Soc Virnyl Estela 2022-05-24 11:02:59 +00:00 committed by Git OBS Bridge
parent 45d65f98ed
commit 2c58ee0aa8
6 changed files with 104 additions and 23 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/lapce/lapce</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">8d0b0932b5fa45ea52d1e54d7e57cbf9bca1c490</param>
<param name="revision">458c8b4787e4bf9a03037cb7aefcacba6e866732</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@ -15,5 +15,13 @@
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">lapce</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">lapce</param>
</service>
</services>

View File

@ -16,7 +16,7 @@ replace-with = "vendored-sources"
[source."https://github.com/lapce/druid"]
git = "https://github.com/lapce/druid"
branch = "opengl"
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."https://github.com/lapce/font-kit"]
@ -27,18 +27,13 @@ replace-with = "vendored-sources"
git = "https://github.com/lapce/fount"
replace-with = "vendored-sources"
[source."https://github.com/lapce/glutin"]
git = "https://github.com/lapce/glutin"
branch = "new-keyboard-all"
replace-with = "vendored-sources"
[source."https://github.com/lapce/parley"]
git = "https://github.com/lapce/parley"
replace-with = "vendored-sources"
[source."https://github.com/lapce/piet-wgpu"]
git = "https://github.com/lapce/piet-wgpu"
branch = "opengl"
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."https://github.com/lapce/structdesc"]
@ -49,20 +44,10 @@ replace-with = "vendored-sources"
git = "https://github.com/lapce/swash"
replace-with = "vendored-sources"
[source."https://github.com/lapce/winit"]
git = "https://github.com/lapce/winit"
branch = "new-keyboard-all"
replace-with = "vendored-sources"
[source."https://github.com/lapce/xi-editor"]
git = "https://github.com/lapce/xi-editor"
replace-with = "vendored-sources"
[source."https://github.com/maroider/xkbcommon-dl"]
git = "https://github.com/maroider/xkbcommon-dl"
rev = "900832888ad6f11011d1369befb344a9aa8a9610"
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"

3
lapce-0.1.1~0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85e11b2a2b81e2787bb0b4c9d6f5df26c1b5407ac5949c8f1214b9c5470a0e6b
size 1601216

View File

@ -1,3 +1,81 @@
-------------------------------------------------------------------
Tue May 24 07:21:21 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 0.1.1~0:
* fix modifiers
* relase v0.1.1
* windows dark mode
* fix ci
* reset editor view to normal when it's not a hisotry
* bump druid
* apt-get update
* change the place of anim frame request paint
* update dependencies
* update dependencies
* clippy fix
* remove glutin
* num lock modifier fix
* request paint when request anim frame
* bump druid
* use mouse event count for double/tripple click
* use mouse event count for double click
* macos title double click fix
* Change Appstream metadata license to MIT
* bump druid
* bump druid
* consolidate window desc creation
* add Linux AppStream metadata
* add Linux .desktop file
* file watcher fix
* fix editor focus issue
* clippy fix
* ensure cusror visible when editor got focus
* cancel mouse hover timer when right click
* change to os menu
* file dialog change to druid-shell
* use druid shell with opengl
* fix code format
* refactor the tests for readability
* Avoid cloning syntax highlight result
* Only allocate once when toggling comments
* Special-case non-modifier ansi sequences
* Doc: do not specify a transitional package
* fix code format
* address PR review feedbacks
* fix code format
* address PR review feedbacks
* Removed the last min window size constraint
* Pre-parse svgs
* Only hash svg names once
* Deduplicate
* Don't allocate while accessing svgs
* add meta+backspace for macOS
* key binding mode text fix
* Restrict visibility and remove unused code
* Remove unused type
* Remove unused outline module
* Remove unused module
* Use static str in LapceIcon
* Remove most of the dead code
* bump lapce-rpc version
* support count in move by words commands in the vi-mode
* implement top_of_window and bottom_of_window
* Removed min window size
-------------------------------------------------------------------
Tue May 24 07:12:44 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 0.1.0~0:
* wix version bump
* wix fix
* bump version
* Fix scroll bar scroll
* bump druid
* problem panel dispaly fix
* Clip the command name cells
* release lto folder
* Clean up split
-------------------------------------------------------------------
Tue May 24 05:01:48 UTC 2022 - William Brown <william.brown@suse.com>

View File

@ -17,7 +17,7 @@
Name: lapce
Version: 0.0.12~0
Version: 0.1.1~0
Release: 0
Summary: Lightning-fast and Powerful Code Editor written in Rust
URL: https://github.com/lapce/lapce
@ -34,10 +34,17 @@ BuildRequires: gcc-c++
BuildRequires: libgcc_s1
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(atk) >= 2.18
BuildRequires: pkgconfig(cairo) >= 1.14
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gdk-3.0) >= 3.22
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(pango) >= 1.38
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xkbcommon)
ExclusiveArch: %{rust_tier1_arches}
%description
Lapce is written in pure Rust, with the UI in Druid

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0040f94d11d0039505328a90b2ff48968db873e9e7967307631bf40ef5679275
size 32
oid sha256:59604ae51d121cc4be6029cea7b89c4b37f17851cc7d05d85828347ae195487b
size 47844428