File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
PREFIX =/usr/local
2
2
VIMDIR =$(PREFIX ) /share/vim
3
3
BINDIR =$(PREFIX ) /bin
4
+ APPDATADIR =$(PREFIX ) /share/appdata
4
5
5
6
VERSION =1.8.23
6
7
DATE =$(shell date +% Y% m% d)
@@ -23,6 +24,9 @@ install:
23
24
install -d '$(DESTDIR)$(BINDIR)'
24
25
install latextags ltags '$(DESTDIR)$(BINDIR)'
25
26
27
+ install -d '$(DESTDIR)$(APPDATADIR)'
28
+ install vim-latex.metainfo.xml '$(DESTDIR)$(APPDATADIR)'
29
+
26
30
upload : snapshot
27
31
scp ' $(SNAPSHOTNAME).tar.gz' frs.sourceforge.net:/home/frs/project/v/vi/vim-latex/snapshots
28
32
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments