Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c23e4e9d43 | ||
|
|
83174213fe | ||
|
|
97784e4f98 | ||
|
|
ce307f7122 | ||
|
|
eaa6053ae8 | ||
|
|
782a381688 | ||
|
|
6207a8c8e3 | ||
|
|
0d4de66658 | ||
|
|
a5d00ff94c |
6 changed files with 1 additions and 70 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
/vim-nerdtree-git-plugin-0.20191024gitf522a09.tar.gz
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# vim-nerdtree-git-plugin
|
|
||||||
|
|
||||||
The vim-nerdtree-git-plugin package
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Orphaned for 6+ weeks
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
SHA512 (vim-nerdtree-git-plugin-0.20191024gitf522a09.tar.gz) = a1d2afbcb3117a965d137fb3b238059d660b4c31472200ce94d3374c9c4d60858ff614665141334ab4cc3cca539d24960eb484bae1fddb40f727bef2b557b487
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
|
||||||
<component type="addon">
|
|
||||||
<id>vim-nerdtree-git-plugin</id>
|
|
||||||
<extends>gvim.desktop</extends>
|
|
||||||
<name>vim-nerdtree-git-plugin</name>
|
|
||||||
<summary>Plugin of NERDTree showing git status</summary>
|
|
||||||
<url type="homepage">https://github.com/xuyuanp/nerdtree-git-plugin</url>
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
|
||||||
<project_license>WTFPL</project_license>
|
|
||||||
<updatecontact>ego.cordatus@gmail.com</updatecontact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
||||||
%global commit f522a091e2838812d2669c331d7e9c283db6d54d
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global date 20191024
|
|
||||||
|
|
||||||
Name: vim-nerdtree-git-plugin
|
|
||||||
Version: 0
|
|
||||||
Release: 1.%{date}git%{shortcommit}%{?dist}
|
|
||||||
Summary: Plugin of NERDTree showing git status
|
|
||||||
|
|
||||||
License: WTFPL
|
|
||||||
URL: https://github.com/xuyuanp/nerdtree-git-plugin
|
|
||||||
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
|
|
||||||
Requires: vim-nerdtree
|
|
||||||
|
|
||||||
%description
|
|
||||||
A plugin of NERDTree showing git status flags. Works with the LATEST version of
|
|
||||||
NERDTree.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n nerdtree-git-plugin-%{commit} -p1
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
mkdir -p %{buildroot}%{vimfiles_root}
|
|
||||||
cp -r nerdtree_plugin %{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
|
|
||||||
%{vimfiles_root}/nerdtree_plugin/*
|
|
||||||
%{_metainfodir}/*.xml
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20191024gitf522a09
|
|
||||||
- Update to latesti git snapshot
|
|
||||||
- Add license file
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20190613git0501cdf
|
|
||||||
- Initial package
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue