[arch-commits] Commit in fcitx5-gtk/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 21 18:00:23 UTC 2019


    Date: Tuesday, May 21, 2019 @ 18:00:22
  Author: felixonmars
Revision: 468236

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
    (from rev 468235, fcitx5-gtk/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 468235, fcitx5-gtk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-05-21 18:00:22 UTC (rev 468236)
@@ -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-gtk
+pkgver=0.0.0.20180920
+_commit=b17b2de924f1f47acce831480fdd741649abf1d7
+pkgrel=1
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-gtk"
+license=('GPL')
+depends=('fcitx5' 'gtk3')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
+source=("https://gitlab.com/fcitx/fcitx5-gtk/-/archive/$_commit/fcitx5-gtk-$_commit.tar.bz2")
+sha512sums=('f8b1cad843601aba81f1a4358d787e32d91b7bf7b6840a4b853bdf8e4a6f7c9be8bf94578bf71ed6b174603bbd0ad8a31a25fa1b94eb0203fa2b5a94824a1f14')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list