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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:22:29 UTC 2020


    Date: Monday, May 25, 2020 @ 13:22:29
  Author: felixonmars
Revision: 634271

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:22:11 UTC (rev 634270)
+++ PKGBUILD	2020-05-25 13:22:29 UTC (rev 634271)
@@ -1,32 +0,0 @@
-# $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
-}

Copied: fcitx-hangul/repos/community-x86_64/PKGBUILD (from rev 634270, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:22:29 UTC (rev 634271)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-hangul
+pkgver=0.3.1
+pkgrel=3
+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