[arch-commits] Commit in vim-jad/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:06:54 UTC 2018


    Date: Friday, November 9, 2018 @ 21:06:54
  Author: foutrelis
Revision: 404517

archrelease: copy trunk to community-staging-any

Added:
  vim-jad/repos/community-staging-any/
  vim-jad/repos/community-staging-any/LICENSE
    (from rev 404516, vim-jad/trunk/LICENSE)
  vim-jad/repos/community-staging-any/PKGBUILD
    (from rev 404516, vim-jad/trunk/PKGBUILD)
  vim-jad/repos/community-staging-any/vim-jad.install
    (from rev 404516, vim-jad/trunk/vim-jad.install)

-----------------+
 LICENSE         |    8 ++++++++
 PKGBUILD        |   25 +++++++++++++++++++++++++
 vim-jad.install |   16 ++++++++++++++++
 3 files changed, 49 insertions(+)

Copied: vim-jad/repos/community-staging-any/LICENSE (from rev 404516, vim-jad/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2018-11-09 21:06:54 UTC (rev 404517)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+Permission is hereby granted to use and distribute this code,
+with or without modifications, provided that this copyright
+notice is copied with it. Like anything else that's free,
+taglist.vim is provided *as is* and comes with no warranty of any
+kind, either expressed or implied. In no event will the copyright
+holder be liable for any damamges resulting from the use of this
+software.

Copied: vim-jad/repos/community-staging-any/PKGBUILD (from rev 404516, vim-jad/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:06:54 UTC (rev 404517)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+# Contributor: Dmitry ixaphire_at-gmail-dot+com
+
+pkgname=vim-jad
+pkgver=1.3_1329
+pkgrel=2
+pkgdesc='Automatically decompile Java class files and display Java code'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=446'
+license=('custom')
+depends=('vim' 'jad')
+groups=('vim-plugins')
+install="$pkgname.install"
+source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_}"
+        'LICENSE')
+sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
+            '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
+
+package() {
+  install -Dm644 "$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vim-jad/repos/community-staging-any/vim-jad.install (from rev 404516, vim-jad/trunk/vim-jad.install)
===================================================================
--- community-staging-any/vim-jad.install	                        (rev 0)
+++ community-staging-any/vim-jad.install	2018-11-09 21:06:54 UTC (rev 404517)
@@ -0,0 +1,16 @@
+post_install() {
+  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.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list