[arch-commits] Commit in fcitx5-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 14 18:09:28 UTC 2020
Date: Thursday, May 14, 2020 @ 18:09:27
Author: felixonmars
Revision: 627959
archrelease: copy trunk to community-x86_64
Added:
fcitx5-hangul/repos/community-x86_64/PKGBUILD
(from rev 627958, fcitx5-hangul/trunk/PKGBUILD)
Deleted:
fcitx5-hangul/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-14 18:09:11 UTC (rev 627958)
+++ PKGBUILD 2020-05-14 18:09:27 UTC (rev 627959)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-hangul
-pkgver=0.0.0.20200509
-_commit=785432059687b3da9cafd6078029bbf6bb41fd69
-pkgrel=1
-pkgdesc="Hangul Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-hangul"
-license=('GPL')
-depends=('fcitx5' 'libhangul')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
-sha512sums=('de70b51a3614cb33e76381efd85902a6ff8294ac827a44a34d5f657bcb0937f4463cda4c281fce39f1f16977104b4e68c5236bbf1adbc7e3b3fcbc91188baa7e')
-
-build(){
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 627958, fcitx5-hangul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-14 18:09:27 UTC (rev 627959)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-hangul
+pkgver=0.0.0.20200514
+_commit=307754e5e92b98e07b91b7c58a2bc3f710728024
+pkgrel=1
+pkgdesc="Hangul Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-hangul"
+license=('GPL')
+depends=('fcitx5' 'libhangul')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
+sha512sums=('4ca101be3a86100962df00f840b91e451bafc5dd3e935366c2a72216b4daee7bbc334da46ddd9ee59beb8b346bef7fd6fdcc21b1a8af6a55eacab196d73465ac')
+
+build(){
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list