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

Felix Yan felixonmars at archlinux.org
Fri Sep 15 06:12:41 UTC 2017


    Date: Friday, September 15, 2017 @ 06:12:39
  Author: felixonmars
Revision: 257591

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ---------------------
 community-x86_64/PKGBUILD |   30 ---------------------
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 06:12:01 UTC (rev 257590)
+++ community-i686/PKGBUILD	2017-09-15 06:12:39 UTC (rev 257591)
@@ -1,30 +0,0 @@
-# $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')

Copied: fcitx-sunpinyin/repos/community-i686/PKGBUILD (from rev 257590, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 06:12:39 UTC (rev 257591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sunpinyin"
+license=('GPL')
+depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")  # {,.sig})
+sha512sums=('8ade5d94e5227c0b72d2844c09c2699e4b8c66cecbd4107791168d27e15f68b28a4445bf42df7bd6fb44119ec42c5b574293bb417dcde8998578f0debd656a2a')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 06:12:01 UTC (rev 257590)
+++ community-x86_64/PKGBUILD	2017-09-15 06:12:39 UTC (rev 257591)
@@ -1,30 +0,0 @@
-# $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')

Copied: fcitx-sunpinyin/repos/community-x86_64/PKGBUILD (from rev 257590, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 06:12:39 UTC (rev 257591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sunpinyin"
+license=('GPL')
+depends=('fcitx' 'sunpinyin' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")  # {,.sig})
+sha512sums=('8ade5d94e5227c0b72d2844c09c2699e4b8c66cecbd4107791168d27e15f68b28a4445bf42df7bd6fb44119ec42c5b574293bb417dcde8998578f0debd656a2a')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list