[arch-commits] Commit in fcitx-libpinyin/repos/community-x86_64 (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 06:56:18 UTC 2018


    Date: Monday, January 8, 2018 @ 06:56:17
  Author: eschwartz
Revision: 280407

archrelease: copy trunk to community-x86_64

Deleted:
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   35 -----------------------------------
 1 file changed, 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 06:54:25 UTC (rev 280406)
+++ PKGBUILD	2018-01-08 06:56:17 UTC (rev 280407)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.3
-_model=model.text.20161206.tar.gz
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin"
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-libpinyin/archive/$pkgver.tar.gz"
-        "$pkgname-$_model::http://download.fcitx-im.org/data/$_model")
-sha512sums=('133612c928de87cf7e37ccf896e2362dfa39ec0b43741f25b4dd0b73f1e09095517ade4a0a0e503acf3abab0a7b24f2a8a63e02211f560ba22cb3029f7b0f3ef'
-            '26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$pkgname-$_model fcitx-libpinyin-$pkgver/data/$_model
-}
-
-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