Skip to content

Commit d0f31c9

Browse files
committed
Add Appstream metainfo
References: https://bugzilla.redhat.com/show_bug.cgi?id=1128816
1 parent e18bd77 commit d0f31c9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PREFIX=/usr/local
22
VIMDIR=$(PREFIX)/share/vim
33
BINDIR=$(PREFIX)/bin
4+
APPDATADIR=$(PREFIX)/share/appdata
45

56
VERSION=1.8.23
67
DATE=$(shell date +%Y%m%d)
@@ -23,6 +24,9 @@ install:
2324
install -d '$(DESTDIR)$(BINDIR)'
2425
install latextags ltags '$(DESTDIR)$(BINDIR)'
2526

27+
install -d '$(DESTDIR)$(APPDATADIR)'
28+
install vim-latex.metainfo.xml '$(DESTDIR)$(APPDATADIR)'
29+
2630
upload: snapshot
2731
scp '$(SNAPSHOTNAME).tar.gz' frs.sourceforge.net:/home/frs/project/v/vi/vim-latex/snapshots
2832

vim-latex.metainfo.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Author: Till Maas <[email protected]>-->
3+
<component type="addon">
4+
<id>vim-latex</id>
5+
<extends>gvim.desktop</extends>
6+
<name>LaTeX</name>
7+
<summary>Advanced LaTeX support</summary>
8+
<url type="homepage">http://vim-latex.sourceforge.net/</url>
9+
<metadata_license>CC0-1.0</metadata_license>
10+
<project_license>Vim</project_license>
11+
<updatecontact>vim-latex-devel_at_lists.sourceforge.net </updatecontact>
12+
</component>

0 commit comments

Comments
 (0)