[arch-commits] Commit in fcitx5-table-other/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 16 08:25:15 UTC 2021
Date: Tuesday, November 16, 2021 @ 08:25:15
Author: felixonmars
Revision: 1048627
archrelease: copy trunk to community-any
Added:
fcitx5-table-other/repos/community-any/PKGBUILD
(from rev 1048626, fcitx5-table-other/trunk/PKGBUILD)
Deleted:
fcitx5-table-other/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-16 08:25:08 UTC (rev 1048626)
+++ PKGBUILD 2021-11-16 08:25:15 UTC (rev 1048627)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-table-other
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="Other tables for Fcitx5"
-arch=('any')
-url="https://github.com/fcitx/fcitx5-table-other"
-license=('GPL')
-depends=('fcitx5-chinese-addons')
-makedepends=('extra-cmake-modules' 'boost')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('aaca4ec94d25a08e60e3874ad830fbb6029c17eb7828981c0948853ae07205a9de54721b8df60b65eb1586fcac58adb1db283589d87ca5be75857382fddf97ac'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5-table-other/repos/community-any/PKGBUILD (from rev 1048626, fcitx5-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-16 08:25:15 UTC (rev 1048627)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-other
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Other tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-other"
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('aec8c3a60ed3427b389260ed5c5a4f156a8e134b373bab28723efade6886ff3c03acd6c0fbabe003a40d3597fd8baadcf2602e649217ca0245ffb57dd221f817'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list