[arch-commits] Commit in fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 4 20:28:57 UTC 2020
Date: Saturday, April 4, 2020 @ 20:28:56
Author: felixonmars
Revision: 611723
archrelease: copy trunk to community-x86_64
Added:
fcitx5/repos/community-x86_64/PKGBUILD
(from rev 611722, fcitx5/trunk/PKGBUILD)
Deleted:
fcitx5/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 20:28:38 UTC (rev 611722)
+++ PKGBUILD 2020-04-04 20:28:56 UTC (rev 611723)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5
-pkgver=0.0.0.20200403
-_commit=2867e4ae63f6691205f09ad2552f6967bf2bbd18
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5"
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
- https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('535646e582ff4674fd101fae2df2405b36bd5cc8e87e5189391db54f62aeb38cabf9674bffaa46d87394ed9eb3ea7e602058c212d6a0f850eeab32d3bf5fcf13'
- '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
- cd $pkgname-$_commit/src/modules/spell/dict
- ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-check() {
- cd $pkgname-$_commit
- make test
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 611722, fcitx5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-04 20:28:56 UTC (rev 611723)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5
+pkgver=0.0.0.20200404
+_commit=34eaeb62a1e0bff5182ee2871d62e9015edccac5
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5"
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
+ https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('e665f7fd20b3b27d7e94c5f2e5ecdd48ee7b0df3620bafbba86784805ca6d5364cdb9f402b1316e8f33183f09fc2970029ef7ed1f4b470d135dcab9ff88b5224'
+ '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+ cd $pkgname-$_commit/src/modules/spell/dict
+ ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+check() {
+ cd $pkgname-$_commit
+ make test
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list