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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 04:29:47 UTC 2020


    Date: Thursday, August 6, 2020 @ 04:29:46
  Author: felixonmars
Revision: 670444

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 04:29:34 UTC (rev 670443)
+++ PKGBUILD	2020-08-06 04:29:46 UTC (rev 670444)
@@ -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-skk
-pkgver=0.0.0.20200523
-_commit=380ca9eb6862feda656257990cf5e02b47d0ab4b
-pkgrel=2
-pkgdesc="libskk wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-skk"
-license=('GPL')
-depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-skk/archive/$_commit/fcitx5-skk-$_commit.tar.gz")
-sha512sums=('9c27fd2f03888540b1fc9a6d404d74020f083b1f55222d903c191d1e0b7379bfb51ae6a57a3247659d9b4d6c0825ac06c0b720669da1f9c6dcdc94668d982db9')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-skk/repos/community-x86_64/PKGBUILD (from rev 670443, fcitx5-skk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-06 04:29:46 UTC (rev 670444)
@@ -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-skk
+pkgver=0.0.0.20200523
+_commit=380ca9eb6862feda656257990cf5e02b47d0ab4b
+pkgrel=3
+pkgdesc="libskk wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-skk"
+license=('GPL')
+depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-skk/archive/$_commit/fcitx5-skk-$_commit.tar.gz")
+sha512sums=('9c27fd2f03888540b1fc9a6d404d74020f083b1f55222d903c191d1e0b7379bfb51ae6a57a3247659d9b4d6c0825ac06c0b720669da1f9c6dcdc94668d982db9')
+
+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