[arch-commits] Commit in fcitx-table-other/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 13:34:41 UTC 2020


    Date: Monday, May 25, 2020 @ 13:34:41
  Author: felixonmars
Revision: 634303

archrelease: copy trunk to community-any

Added:
  fcitx-table-other/repos/community-any/PKGBUILD
    (from rev 634301, fcitx-table-other/trunk/PKGBUILD)
Deleted:
  fcitx-table-other/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:34:35 UTC (rev 634302)
+++ PKGBUILD	2020-05-25 13:34:41 UTC (rev 634303)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-table-other
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
-arch=('any')
-url="https://github.com/fcitx/fcitx-table-other"
-license=('GPL2')
-depends=('fcitx')
-makedepends=('cmake' 'intltool')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('f7eeb45acfd31f5292b2fa0b068b755fddc30d42d23967ad684a5f665b76de8e98b56219cecd6bacaa5f8ec8af7453ed5c3a4b9f15d312f5b32f8e49ab30688d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-table-other/repos/community-any/PKGBUILD (from rev 634301, fcitx-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:34:41 UTC (rev 634303)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-table-other
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
+arch=('any')
+url="https://github.com/fcitx/fcitx-table-other"
+license=('GPL2')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('f7eeb45acfd31f5292b2fa0b068b755fddc30d42d23967ad684a5f665b76de8e98b56219cecd6bacaa5f8ec8af7453ed5c3a4b9f15d312f5b32f8e49ab30688d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list