Date: Sunday, March 12, 2023 @ 20:40:33
Author: felixonmars
Revision: 1419451
archrelease: copy trunk to community-x86_64
Added:
fcitx5-unikey/repos/community-x86_64/PKGBUILD
(from rev 1419450, fcitx5-unikey/trunk/PKGBUILD)
fcitx5-unikey/repos/community-x86_64/keys/
Deleted:
fcitx5-unikey/repos/community-x86_64/PKGBUILD
fcitx5-unikey/repos/community-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 20:40:21 UTC (rev 1419450)
+++ PKGBUILD 2023-03-12 20:40:33 UTC (rev 1419451)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-unikey
-pkgver=5.0.12
-pkgrel=1
-pkgdesc="Unikey engine support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-unikey"
-license=('GPL')
-depends=('fcitx5-qt')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('4791efcfdd4e1661421972207928fc639af83ccf0138d740d06fa2e22da67972403df4f77f139e26a6e41c6082ef823757ce6b480f0ad9ac29ba1451a6dc83ea'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
-
-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-unikey/repos/community-x86_64/PKGBUILD (from rev 1419450,
fcitx5-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-12 20:40:33 UTC (rev 1419451)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-unikey
+pkgver=5.0.13
+pkgrel=1
+pkgdesc="Unikey engine support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-unikey"
+license=('GPL')
+depends=('fcitx5-qt')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('5865e873814a2f2f15b0e7d9350a5a32aac8af9f3f8a08eb74df85d86bae6324422e493d44d945d2b15063f65f743344a855be75ccc12bf78c4e11e1b12ba439'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ ninja
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}