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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 04:27:46 UTC 2020


    Date: Thursday, August 6, 2020 @ 04:27:45
  Author: felixonmars
Revision: 670434

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 04:27:33 UTC (rev 670433)
+++ PKGBUILD	2020-08-06 04:27:45 UTC (rev 670434)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-anthy
-pkgver=0.0.0.20200728
-_commit=4a31821e6105f9121f1ae1880e2ee6b576fa500a
-pkgrel=1
-pkgdesc="Anthy Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-anthy"
-license=('GPL')
-depends=('fcitx5' 'anthy')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz")
-sha512sums=('66748bf56e012bc44a847e616e6307c20838da3969c23739aca704e995728da7e70e7dcffed0c4467f6763feb5175c9ed860affb53c4a6b1605c2e99f05ea7fd')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-anthy/repos/community-x86_64/PKGBUILD (from rev 670433, fcitx5-anthy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-06 04:27:45 UTC (rev 670434)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-anthy
+pkgver=0.0.0.20200728
+_commit=4a31821e6105f9121f1ae1880e2ee6b576fa500a
+pkgrel=2
+pkgdesc="Anthy Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-anthy"
+license=('GPL')
+depends=('fcitx5' 'anthy')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz")
+sha512sums=('66748bf56e012bc44a847e616e6307c20838da3969c23739aca704e995728da7e70e7dcffed0c4467f6763feb5175c9ed860affb53c4a6b1605c2e99f05ea7fd')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list