[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

Jiachen Yang farseerfc at archlinux.org
Fri Feb 23 07:43:25 UTC 2018


    Date: Friday, February 23, 2018 @ 07:43:24
  Author: farseerfc
Revision: 297179

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
    (from rev 297178, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
    (from rev 297178, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

-------------------+
 PKGBUILD          |   62 ++++++++++++++++++++++++++--------------------------
 skk-jisyo.install |   20 ++++++++--------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-23 07:42:45 UTC (rev 297178)
+++ PKGBUILD	2018-02-23 07:43:24 UTC (rev 297179)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: jeneshicc <jeneshicc at gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20170910
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/"
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-        SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-        SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-        SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-        SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('dffd0bff21fd24aa3260f7e57e67c1d6'
-         '87bab3dd7440c2577e28573a613c63e7'
-         '1c6950951234f06168e16ab3718fbd90'
-         '53407c1d74036759a7db1fa07dd8e5d4'
-         '8a7d5efefea00655b4c178dff4c89070')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-    install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 297178, skk-jisyo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-23 07:43:24 UTC (rev 297179)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: jeneshicc <jeneshicc at gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20180218
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/"
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+        SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+        SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+        SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+        SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('aa0886278a8fe507210957549640497e'
+         '87bab3dd7440c2577e28573a613c63e7'
+         '1c6950951234f06168e16ab3718fbd90'
+         '53407c1d74036759a7db1fa07dd8e5d4'
+         '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+    install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" "$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===================================================================
--- skk-jisyo.install	2018-02-23 07:42:45 UTC (rev 297178)
+++ skk-jisyo.install	2018-02-23 07:43:24 UTC (rev 297179)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 297178, skk-jisyo/trunk/skk-jisyo.install)
===================================================================
--- skk-jisyo.install	                        (rev 0)
+++ skk-jisyo.install	2018-02-23 07:43:24 UTC (rev 297179)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list