[arch-commits] Commit in fcitx5-lua/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 14:11:03 UTC 2022
Date: Saturday, September 3, 2022 @ 14:11:03
Author: felixonmars
Revision: 1292480
archrelease: copy trunk to community-x86_64
Added:
fcitx5-lua/repos/community-x86_64/PKGBUILD
(from rev 1292479, fcitx5-lua/trunk/PKGBUILD)
fcitx5-lua/repos/community-x86_64/keys/
Deleted:
fcitx5-lua/repos/community-x86_64/PKGBUILD
fcitx5-lua/repos/community-x86_64/keys/
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 14:10:46 UTC (rev 1292479)
+++ PKGBUILD 2022-09-03 14:11:03 UTC (rev 1292480)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx5-lua
-pkgver=5.0.9
-pkgrel=1
-pkgdesc="Lua support for Fcitx 5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-lua"
-license=('GPL')
-depends=('fcitx5' 'lua')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('5ed85ded4efbc5c8e39882e0f610ee427fe7f73670c3f66ba9fb819cd6eed34382bb1ad417e01e3a86270445d244eabb0b19c89394512bd4a38db698b4d14be6'
- '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
-}
-
-check() {
- cd $pkgname-$pkgver
- ninja test
-}
-
-package() {
- cd $pkgname-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: fcitx5-lua/repos/community-x86_64/PKGBUILD (from rev 1292479, fcitx5-lua/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 14:11:03 UTC (rev 1292480)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx5-lua
+pkgver=5.0.10
+pkgrel=1
+pkgdesc="Lua support for Fcitx 5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-lua"
+license=('GPL')
+depends=('fcitx5' 'lua')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('621757735f1647ba1cf7d0f972c4afa92683592c259c4a669a9ee9dbd7d6f96b0e85793b12094757004d6abce705e4f1d0ed57d0c4d348fa7ec502d6d9291827'
+ '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
+}
+
+check() {
+ cd $pkgname-$pkgver
+ ninja test
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list