[arch-commits] Commit in fcitx-sunpinyin/repos (6 files)

Felix Yan fyan at archlinux.org
Wed Apr 27 17:11:18 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:11:17
  Author: fyan
Revision: 172103

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcitx-sunpinyin/repos/community-i686/PKGBUILD
    (from rev 172102, fcitx-sunpinyin/trunk/PKGBUILD)
  fcitx-sunpinyin/repos/community-x86_64/PKGBUILD
    (from rev 172102, fcitx-sunpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-sunpinyin/repos/community-i686/PKGBUILD
  fcitx-sunpinyin/repos/community-i686/fcitx-sunpinyin.install
  fcitx-sunpinyin/repos/community-x86_64/PKGBUILD
  fcitx-sunpinyin/repos/community-x86_64/fcitx-sunpinyin.install

------------------------------------------+
 /PKGBUILD                                |   60 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD                  |   31 --------------
 community-i686/fcitx-sunpinyin.install   |   11 -----
 community-x86_64/PKGBUILD                |   31 --------------
 community-x86_64/fcitx-sunpinyin.install |   11 -----
 5 files changed, 60 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 17:10:23 UTC (rev 172102)
+++ community-i686/PKGBUILD	2016-04-27 17:11:17 UTC (rev 172103)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sunpinyin
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-install=fcitx-sunpinyin.install
-depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')

Copied: fcitx-sunpinyin/repos/community-i686/PKGBUILD (from rev 172102, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:11:17 UTC (rev 172103)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.1
+pkgrel=3
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')

Deleted: community-i686/fcitx-sunpinyin.install
===================================================================
--- community-i686/fcitx-sunpinyin.install	2016-04-27 17:10:23 UTC (rev 172102)
+++ community-i686/fcitx-sunpinyin.install	2016-04-27 17:11:17 UTC (rev 172103)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 17:10:23 UTC (rev 172102)
+++ community-x86_64/PKGBUILD	2016-04-27 17:11:17 UTC (rev 172103)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sunpinyin
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-install=fcitx-sunpinyin.install
-depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')

Copied: fcitx-sunpinyin/repos/community-x86_64/PKGBUILD (from rev 172102, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:11:17 UTC (rev 172103)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.1
+pkgrel=3
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c')

Deleted: community-x86_64/fcitx-sunpinyin.install
===================================================================
--- community-x86_64/fcitx-sunpinyin.install	2016-04-27 17:10:23 UTC (rev 172102)
+++ community-x86_64/fcitx-sunpinyin.install	2016-04-27 17:11:17 UTC (rev 172103)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list