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

Felix Yan felixonmars at archlinux.org
Fri Sep 15 07:27:41 UTC 2017


    Date: Friday, September 15, 2017 @ 07:27:40
  Author: felixonmars
Revision: 257649

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-15 07:27:15 UTC (rev 257648)
+++ PKGBUILD	2017-09-15 07:27:40 UTC (rev 257649)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-table-other
-pkgver=0.2.3
-pkgrel=2
-pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
-arch=('any')
-url="http://code.google.com/p/fcitx/"
-license=('GPL2')
-depends=('fcitx')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')
-
-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 257648, fcitx-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-15 07:27:40 UTC (rev 257649)
@@ -0,0 +1,26 @@
+# $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
+}



More information about the arch-commits mailing list