[arch-commits] Commit in fcitx-configtool/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 9 09:47:28 UTC 2017


    Date: Thursday, November 9, 2017 @ 09:47:24
  Author: felixonmars
Revision: 265885

archrelease: copy trunk to community-testing-x86_64

Added:
  fcitx-configtool/repos/community-testing-x86_64/
  fcitx-configtool/repos/community-testing-x86_64/PKGBUILD
    (from rev 265884, fcitx-configtool/trunk/PKGBUILD)

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

Copied: fcitx-configtool/repos/community-testing-x86_64/PKGBUILD (from rev 265884, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-09 09:47:24 UTC (rev 265885)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-configtool
+pkgver=0.4.10
+pkgrel=2
+pkgdesc="GTK based config tool for Fcitx"
+arch=('x86_64')
+url="http://fcitx.googlecode.com/"
+license=('GPL2')
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt4: for some configuration windows'
+            'fcitx-qt5: for some other configuration windows')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f')



More information about the arch-commits mailing list