[arch-commits] Commit in fcitx-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:16:26 UTC 2018


    Date: Monday, January 8, 2018 @ 17:16:24
  Author: eschwartz
Revision: 280558

archrelease: copy trunk to community-x86_64

Added:
  fcitx-hangul/repos/community-x86_64/PKGBUILD
    (from rev 280557, fcitx-hangul/trunk/PKGBUILD)
Deleted:
  fcitx-hangul/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 17:15:57 UTC (rev 280557)
+++ PKGBUILD	2018-01-08 17:16:24 UTC (rev 280558)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-hangul
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Hangul (Korean) support for fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-hangul"
-license=('GPL2')
-depends=('fcitx' 'libhangul')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('6ad2e34644c9246490a91342a11b186d40702f7e587beeb056ad98538da50dbf9fdc9f298e5b379bef50f63ad5be5da79ba84e60a22b57c330d0a68dd5bf5ca6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
-  make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}
-

Copied: fcitx-hangul/repos/community-x86_64/PKGBUILD (from rev 280557, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 17:16:24 UTC (rev 280558)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-hangul
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Hangul (Korean) support for fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-hangul"
+license=('GPL2')
+depends=('fcitx' 'libhangul')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('6ad2e34644c9246490a91342a11b186d40702f7e587beeb056ad98538da50dbf9fdc9f298e5b379bef50f63ad5be5da79ba84e60a22b57c330d0a68dd5bf5ca6'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list