[arch-commits] Commit in fcitx5-skk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Nov 10 20:28:10 UTC 2021
Date: Wednesday, November 10, 2021 @ 20:28:10
Author: felixonmars
Revision: 1040278
archrelease: copy trunk to community-x86_64
Added:
fcitx5-skk/repos/community-x86_64/PKGBUILD
(from rev 1040277, fcitx5-skk/trunk/PKGBUILD)
Deleted:
fcitx5-skk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 20:28:05 UTC (rev 1040277)
+++ PKGBUILD 2021-11-10 20:28:10 UTC (rev 1040278)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-skk
-pkgver=5.0.8
-pkgrel=1
-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://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('3b2848775e6f86c855d2c962756f7c65fbd5cd6bd7730101182cd4fb61bf15c239230976cb5e8c140d5cd0252034b02dbb3e71f79af10a6bfbc50ea718c74179'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- ninja
-}
-
-package() {
- cd $pkgname-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: fcitx5-skk/repos/community-x86_64/PKGBUILD (from rev 1040277, fcitx5-skk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 20:28:10 UTC (rev 1040278)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-skk
+pkgver=5.0.9
+pkgrel=1
+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://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1d0359d38d5043783aeaa8a2ef7c7e852996d6491fa1be352bace2ff145e1de3fdab0b71f0f220e001f0da0a619d57b05d9ce2f393b59f2333d2afa4232841a7'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ ninja
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list