[arch-commits] Commit in fcitx5-table-extra/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 9 22:59:49 UTC 2022


    Date: Wednesday, March 9, 2022 @ 22:59:49
  Author: felixonmars
Revision: 1145893

archrelease: copy trunk to community-any

Added:
  fcitx5-table-extra/repos/community-any/PKGBUILD
    (from rev 1145892, fcitx5-table-extra/trunk/PKGBUILD)
Deleted:
  fcitx5-table-extra/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-09 22:59:39 UTC (rev 1145892)
+++ PKGBUILD	2022-03-09 22:59:49 UTC (rev 1145893)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-table-extra
-pkgver=5.0.8
-pkgrel=1
-pkgdesc="Extra tables for Fcitx5"
-arch=('any')
-url="https://github.com/fcitx/fcitx5-table-extra"
-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=('da9c77f5ca699da9a45dd7b8c5a16e84636445b583579c9b36674523a40f3cbd6daf9436c08ed13ffba486662417e8b935ea9c76c6c4e8c21ead35f165cb2f21'
-            '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-extra/repos/community-any/PKGBUILD (from rev 1145892, fcitx5-table-extra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-09 22:59:49 UTC (rev 1145893)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-extra
+pkgver=5.0.9
+pkgrel=1
+pkgdesc="Extra tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-extra"
+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=('bcc46b6ee49085e534411a13dac5246fdc58925646c81bfede7698477e9a98aeb46d674a2fbd34f1a7d4775c94ef97fb63235cf94c80025c5be085d8b19e9a6a'
+            '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