Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
vim-latexsuite


Commits:
3215ceac by Lukas Fleischer at 2024-06-23T13:45:43+08:00
upgpkg: 1:1.10.0-5: update metainfo path

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = vim-latexsuite
+       pkgdesc = Tools to view, edit, and compile LaTeX documents within Vim.
+       pkgver = 1.10.0
+       pkgrel = 5
+       epoch = 1
+       url = http://vim-latex.sourceforge.net
+       install = vim-latexsuite.install
+       arch = any
+       groups = vim-plugins
+       license = custom:vim
+       depends = perl
+       depends = vim-plugin-runtime
+       optdepends = python
+       optdepends = texlive-bin
+       source = 
https://sourceforge.net/projects/vim-latex/files/releases/vim-latex-1.10.0.tar.gz
+       source = 
https://sourceforge.net/projects/vim-latex/files/releases/vim-latex-1.10.0.tar.gz.asc
+       validpgpkeys = 18A0E3D6A36194E0A6F2C5F06A3A10B31C109517
+       sha256sums = 
f1a9d2d0446c99d9fa0fa83386609ee5201a0de3f1e7ff4aae8d40763ed84f6d
+       sha256sums = SKIP
+
+pkgname = vim-latexsuite


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgname=vim-latexsuite
 _pkgname=vim-latex
 pkgver=1.10.0
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
 arch=('any')
@@ -22,5 +22,10 @@ install=$pkgname.install
 
 package() {
        cd "${srcdir}/${_pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+       make \
+               DESTDIR="${pkgdir}" \
+               PREFIX=/usr \
+               VIMDIR=/usr/share/vim/vimfiles \
+               APPDATADIR=/usr/share/metainfo \
+               install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-latexsuite/-/commit/3215ceacbd6310e9ad0c553d3418c35dd26719b2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-latexsuite/-/commit/3215ceacbd6310e9ad0c553d3418c35dd26719b2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to