forked from pool/ghc-skylighting
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
9601118b03 | ||
|
cfb11b7219 | ||
|
f65af1e2c2 | ||
|
7d7677d1d0 | ||
|
520ed6bdbf | ||
|
ef9e27432d | ||
|
0c84a0a595 |
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 23 06:56:47 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update skylighting to version 0.14.5.
|
||||||
|
## 0.14.5
|
||||||
|
|
||||||
|
* Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
|
||||||
|
javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
|
||||||
|
php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
|
||||||
|
by orgmode).
|
||||||
|
|
||||||
|
* Update JSON syntax definition from upstream. (#203)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 00:02:33 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update skylighting to version 0.14.4.
|
||||||
|
## 0.14.4
|
||||||
|
|
||||||
|
* Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 03:17:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update skylighting to version 0.14.3.
|
||||||
|
## 0.14.3
|
||||||
|
|
||||||
|
* Add crystal, racket, zip syntax (#194).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,22 +19,17 @@
|
|||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.14.2
|
Version: 0.14.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: chrpath
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-binary-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-binary-prof
|
BuildRequires: ghc-binary-prof
|
||||||
BuildRequires: ghc-blaze-html-devel
|
|
||||||
BuildRequires: ghc-blaze-html-prof
|
|
||||||
BuildRequires: ghc-bytestring-devel
|
|
||||||
BuildRequires: ghc-bytestring-prof
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-containers-prof
|
BuildRequires: ghc-containers-prof
|
||||||
BuildRequires: ghc-pretty-show-devel
|
BuildRequires: ghc-pretty-show-devel
|
||||||
@ -50,8 +45,6 @@ BuildRequires: ghc-skylighting-format-context-devel
|
|||||||
BuildRequires: ghc-skylighting-format-context-prof
|
BuildRequires: ghc-skylighting-format-context-prof
|
||||||
BuildRequires: ghc-skylighting-format-latex-devel
|
BuildRequires: ghc-skylighting-format-latex-devel
|
||||||
BuildRequires: ghc-skylighting-format-latex-prof
|
BuildRequires: ghc-skylighting-format-latex-prof
|
||||||
BuildRequires: ghc-text-devel
|
|
||||||
BuildRequires: ghc-text-prof
|
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,12 +86,11 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define cabal_configure_options -fexecutable
|
%define cabal_configure_options -f+executable
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
%ghc_fix_rpath %{pkg_name}-%{version}
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -108,7 +100,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{pkg_name}
|
%{_bindir}/skylighting
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README.md changelog.md
|
%doc README.md changelog.md
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54da34bae679bf11423bdc655c8ecf560e357c1a05afa12a94ce42cc6eaf72f5
|
|
||||||
size 1421173
|
|
3
skylighting-0.14.5.tar.gz
Normal file
3
skylighting-0.14.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cc20fc02b5996bb0b98c7ef2c35281ed8d12a43f6cb94aa43d65ba43adc43f7
|
||||||
|
size 1471559
|
Loading…
Reference in New Issue
Block a user