[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Sunday, February 9, 2020 @ 06:20:07 Author: lfleischer Revision: 565062 upgpkg: vim-latexsuite 1:1.10.0-3: add perl dependency Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-02-09 06:19:55 UTC (rev 565061) +++ PKGBUILD2020-02-09 06:20:07 UTC (rev 565062) @@ -5,13 +5,13 @@ pkgname=vim-latexsuite _pkgname=vim-latex pkgver=1.10.0 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') url="http://vim-latex.sourceforge.net"; license=('custom:vim') -depends=('vim') +depends=('perl' 'vim') optdepends=('python' 'texlive-bin') groups=('vim-plugins') source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Thursday, January 16, 2020 @ 11:55:25 Author: lfleischer Revision: 552752 upgpkg: vim-latexsuite 1:1.10.0-2: switch to Python 3 Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-01-16 11:54:37 UTC (rev 552751) +++ PKGBUILD2020-01-16 11:55:25 UTC (rev 552752) @@ -5,7 +5,7 @@ pkgname=vim-latexsuite _pkgname=vim-latex pkgver=1.10.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') @@ -12,7 +12,7 @@ url="http://vim-latex.sourceforge.net"; license=('custom:vim') depends=('vim') -optdepends=('python2' 'texlive-bin') +optdepends=('python' 'texlive-bin') groups=('vim-plugins') source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc}) md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea' @@ -19,11 +19,6 @@ 'SKIP') validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas install=$pkgname.install - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} + -} package() { cd "${srcdir}/${_pkgname}-${pkgver}"
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Sunday, January 21, 2018 @ 12:06:16 Author: lfleischer Revision: 284491 upgpkg: vim-latexsuite 1:1.10.0-1 Upstream update. Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-01-21 11:06:48 UTC (rev 284490) +++ PKGBUILD2018-01-21 12:06:16 UTC (rev 284491) @@ -4,8 +4,8 @@ pkgname=vim-latexsuite _pkgname=vim-latex -pkgver=1.9.0 -pkgrel=2 +pkgver=1.10.0 +pkgrel=1 epoch=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') @@ -15,7 +15,7 @@ optdepends=('python2' 'texlive-bin') groups=('vim-plugins') source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc}) -md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5' +md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea' 'SKIP') validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas install=$pkgname.install
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD vim-latexsuite.install)
Date: Saturday, January 14, 2017 @ 12:07:13 Author: lfleischer Revision: 207324 upgpkg: vim-latexsuite 1:1.9.0-2 vimdoc hook cleanup. Modified: vim-latexsuite/trunk/PKGBUILD vim-latexsuite/trunk/vim-latexsuite.install + PKGBUILD |2 +- vim-latexsuite.install | 29 - 2 files changed, 1 insertion(+), 30 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-01-14 12:04:14 UTC (rev 207323) +++ PKGBUILD2017-01-14 12:07:13 UTC (rev 207324) @@ -5,7 +5,7 @@ pkgname=vim-latexsuite _pkgname=vim-latex pkgver=1.9.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') Modified: vim-latexsuite.install === --- vim-latexsuite.install 2017-01-14 12:04:14 UTC (rev 207323) +++ vim-latexsuite.install 2017-01-14 12:07:13 UTC (rev 207324) @@ -1,4 +1,3 @@ -# arg 1: the new package version post_install() { echo '' echo '% Set the following lines in your ~/.vimrc or the systemwide /etc/vimrc:' @@ -10,32 +9,4 @@ echo '% your runtime path (RTP). Be sure to add it too, e.g:' echo '% set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after' echo '' - -# rebuild the vim documentation tags -echo -n "Updating vim help tags..." -/usr/bin/vim --noplugins -u NONE -U NONE \ ---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 -echo "done." - } - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { -echo -n "Updating vim help tags..." -/usr/bin/vim --noplugins -u NONE -U NONE \ ---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 -echo "done." -} - -# arg 1: the old package version -post_remove() { -echo -n "Updating vim help tags..." -/usr/bin/vim --noplugins -u NONE -U NONE \ ---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 -echo "done." -} - -op=$1 -shift -$op $*
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Thursday, October 13, 2016 @ 14:40:55 Author: lfleischer Revision: 192173 upgpkg: vim-latexsuite 1:1.9.0-1 Upstream update., Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-13 14:39:23 UTC (rev 192172) +++ PKGBUILD2016-10-13 14:40:55 UTC (rev 192173) @@ -1,12 +1,12 @@ -# Maintainer: Daniel Wallace # Maintainer: Lukas Fleischer +# Contributor: Daniel Wallace # Contributor: Army pkgname=vim-latexsuite _pkgname=vim-latex -pkgver=20141116 -_pkgver="1.8.23-${pkgver}.812-gitd0f31c9" -pkgrel=2 +pkgver=1.9.0 +pkgrel=1 +epoch=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') url="http://vim-latex.sourceforge.net"; @@ -14,16 +14,18 @@ depends=('vim') optdepends=('python2' 'texlive-bin') groups=('vim-plugins') -source=("https://sourceforge.net/projects/${_pkgname}/files/snapshots/${_pkgname}-${_pkgver}.tar.gz";) -md5sums=('c7662fd5ccad9912655ca585626ed515') +source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5' + 'SKIP') +validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas install=$pkgname.install build() { - cd "${srcdir}/${_pkgname}-${_pkgver}" + cd "${srcdir}/${_pkgname}-${pkgver}" find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} + } package() { - cd "${srcdir}/${_pkgname}-${_pkgver}" + cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' install }
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Monday, February 8, 2016 @ 01:05:32 Author: foutrelis Revision: 160595 Rebuild due to temporarily untrusted key Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-02-08 00:05:31 UTC (rev 160594) +++ PKGBUILD2016-02-08 00:05:32 UTC (rev 160595) @@ -6,7 +6,7 @@ _pkgname=vim-latex pkgver=20141116 _pkgver="1.8.23-${pkgver}.812-gitd0f31c9" -pkgrel=1 +pkgrel=2 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') url="http://vim-latex.sourceforge.net";
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Saturday, June 20, 2015 @ 16:35:44 Author: lfleischer Revision: 135642 upgpkg: vim-latexsuite 20141116-1 Upstream update. Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-20 12:16:44 UTC (rev 135641) +++ PKGBUILD2015-06-20 14:35:44 UTC (rev 135642) @@ -1,10 +1,12 @@ -# $Id$ # Maintainer: Daniel Wallace +# Maintainer: Lukas Fleischer # Contributor: Army pkgname=vim-latexsuite -pkgver=20130126 -pkgrel=2 +_pkgname=vim-latex +pkgver=20141116 +_pkgver="1.8.23-${pkgver}.812-gitd0f31c9" +pkgrel=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') url="http://vim-latex.sourceforge.net"; @@ -12,20 +14,16 @@ depends=('vim') optdepends=('python2' 'texlive-bin') groups=('vim-plugins') -source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";) -md5sums=('3c6a49e8dd3b73bae73de7a4e839a125') +source=("https://sourceforge.net/projects/${_pkgname}/files/snapshots/${_pkgname}-${_pkgver}.tar.gz";) +md5sums=('c7662fd5ccad9912655ca585626ed515') install=$pkgname.install build() { - - cd "${srcdir}/$pkgname-$pkgver" - -find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} + - + cd "${srcdir}/${_pkgname}-${_pkgver}" + find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} + } package() { - cd "${srcdir}/$pkgname-$pkgver" - -make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' install + cd "${srcdir}/${_pkgname}-${_pkgver}" + make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' install }
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Friday, July 4, 2014 @ 17:39:26 Author: fyan Revision: 114906 upgpkg: vim-latexsuite 20130126-2 mtree rebuild Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-07-04 15:38:05 UTC (rev 114905) +++ PKGBUILD2014-07-04 15:39:26 UTC (rev 114906) @@ -4,7 +4,7 @@ pkgname=vim-latexsuite pkgver=20130126 -pkgrel=1 +pkgrel=2 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') url="http://vim-latex.sourceforge.net";
[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD)
Date: Saturday, January 26, 2013 @ 22:28:14 Author: dwallace Revision: 83041 upgpkg: vim-latexsuite 20130126-1 upgpkg: vim-latexsuite 20130126-1 Modified: vim-latexsuite/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-01-26 21:10:42 UTC (rev 83040) +++ PKGBUILD2013-01-26 21:28:14 UTC (rev 83041) @@ -3,7 +3,7 @@ # Contributor: Army pkgname=vim-latexsuite -pkgver=20121118 +pkgver=20130126 pkgrel=1 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim." arch=('any') @@ -13,7 +13,7 @@ optdepends=('python2' 'texlive-bin') groups=('vim-plugins') source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";) -md5sums=('0f5030f4e3312d8fc3cf59754f9cf3d5') +md5sums=('3c6a49e8dd3b73bae73de7a4e839a125') install=$pkgname.install build() {