Accepting request 1200148 from editors
OBS-URL: https://build.opensuse.org/request/show/1200148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovide?expand=0&rev=2
This commit is contained in:
commit
af488a2c72
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:58:01 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
|
||||
|
||||
- format spec file
|
||||
- add neovim as requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 12:45:21 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define skia_version m126-0.74.2
|
||||
%define wuffs_commit e3f919ccfe3ef542cfc983a82146070258fb57f8
|
||||
|
||||
@ -32,20 +33,21 @@ BuildRequires: cargo-packaging
|
||||
BuildRequires: clang
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gn
|
||||
BuildRequires: ninja
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1550
|
||||
# clang++ needs gcc13 c++ headers to compile skia on Leap 15.6
|
||||
BuildRequires: libstdc++6-devel-gcc13
|
||||
%endif
|
||||
Requires: neovim >= 0.10.0
|
||||
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user