Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
7 changed files with 117 additions and 1 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
/vim-devicons-0.11.0.20191110gite3e6aa1.tar.gz
|
||||||
|
/vim-devicons-0.11.0.20200509gitd12c9b4.tar.gz
|
||||||
|
/vim-devicons-0.11.0.20221001git71f239a.tar.gz
|
||||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# vim-devicons
|
||||||
|
|
||||||
|
The vim-devicons package
|
||||||
32
changelog
Normal file
32
changelog
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-10.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-9.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-8.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-7.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-6.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-5.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-4.20200509gitd12c9b4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat May 23 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.0-3.20200509gitd12c9b4
|
||||||
|
- Update to latest git snapshot
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2.20191110gite3e6aa1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.0-1.20191110gite3e6aa1
|
||||||
|
- Update to latest git snapshot
|
||||||
|
|
||||||
|
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.0-1.20190923gitfae1550
|
||||||
|
- Initial package
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Orphaned for 6+ weeks
|
|
||||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
SHA512 (vim-devicons-0.11.0.20221001git71f239a.tar.gz) = a3d6e741739d59813417163d555ec5110a55eaa18d581f9d2827b5c3555cd14ef236eaa7a45cd28d07608bf7595e66bf95e01065e3a032f5e0194356ae62d230
|
||||||
12
vim-devicons.metainfo.xml
Normal file
12
vim-devicons.metainfo.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
||||||
|
<component type="addon">
|
||||||
|
<id>vim-devicons</id>
|
||||||
|
<extends>gvim.desktop</extends>
|
||||||
|
<name>vim-devicons</name>
|
||||||
|
<summary>Adds file type icons to Vim plugins</summary>
|
||||||
|
<url type="homepage">https://github.com/ryanoasis/vim-devicons</url>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>MIT</project_license>
|
||||||
|
<updatecontact>ego.cordatus@gmail.com</updatecontact>
|
||||||
|
</component>
|
||||||
66
vim-devicons.spec
Normal file
66
vim-devicons.spec
Normal file
|
|
@ -0,0 +1,66 @@
|
||||||
|
%global commit 71f239af28b7214eebb60d4ea5bd040291fb7e33
|
||||||
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
%global date 20221001
|
||||||
|
|
||||||
|
Name: vim-devicons
|
||||||
|
Version: 0.11.0
|
||||||
|
Release: 10.%{date}git%{shortcommit}.%autorelease
|
||||||
|
Summary: Adds file type icons to Vim plugins
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/ryanoasis/vim-devicons
|
||||||
|
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
||||||
|
Source1: %{name}.metainfo.xml
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: vim-filesystem
|
||||||
|
|
||||||
|
Requires: vim-enhanced
|
||||||
|
|
||||||
|
# Not available in repos
|
||||||
|
# * https://github.com/ryanoasis/nerd-fonts#font-installation
|
||||||
|
#Requires: nerd-fonts
|
||||||
|
|
||||||
|
%description
|
||||||
|
Supports plugins such as NERDTree, vim-airline, CtrlP, powerline, denite,
|
||||||
|
unite, lightline.vim, vim-startify, vimfiler, vim-buffet and flagship.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Adds filetype glyphs (icons) to various vim plugins.
|
||||||
|
- Customizable and extendable glyphs settings.
|
||||||
|
- Supports a wide range of file type extensions.
|
||||||
|
- Supports popular full filenames, like .gitignore, node_modules, .vimrc, and
|
||||||
|
many more.
|
||||||
|
- Supports byte order marker (BOM).
|
||||||
|
- Works with patched fonts, especially Nerd Fonts.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{commit} -p1
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{vimfiles_root}
|
||||||
|
cp -r {autoload,nerdtree_plugin,plugin,pythonx,rplugin} %{buildroot}%{vimfiles_root}
|
||||||
|
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md CHANGELOG.md DEVELOPER.md CONTRIBUTING.md doc/*
|
||||||
|
%{vimfiles_root}/autoload/*
|
||||||
|
%{vimfiles_root}/nerdtree_plugin/*
|
||||||
|
%{vimfiles_root}/plugin/*
|
||||||
|
%{vimfiles_root}/pythonx/
|
||||||
|
%{vimfiles_root}/rplugin/
|
||||||
|
%{_metainfodir}/*.xml
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
%autochangelog
|
||||||
Loading…
Add table
Add a link
Reference in a new issue