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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:20:21 UTC 2020


    Date: Monday, May 25, 2020 @ 13:20:20
  Author: felixonmars
Revision: 634263

archrelease: copy trunk to community-x86_64

Added:
  fcitx-anthy/repos/community-x86_64/PKGBUILD
    (from rev 634262, fcitx-anthy/trunk/PKGBUILD)
Deleted:
  fcitx-anthy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:20:02 UTC (rev 634262)
+++ PKGBUILD	2020-05-25 13:20:20 UTC (rev 634263)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-anthy
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Fcitx Wrapper for anthy."
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-anthy"
-license=('GPL')
-depends=('fcitx' 'anthy')
-makedepends=('cmake' 'intltool')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-anthy/repos/community-x86_64/PKGBUILD (from rev 634262, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:20:20 UTC (rev 634263)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.3
+pkgrel=2
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-anthy"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list