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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:27:46 UTC 2018


    Date: Monday, January 8, 2018 @ 17:27:46
  Author: eschwartz
Revision: 280564

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 17:27:25 UTC (rev 280563)
+++ PKGBUILD	2018-01-08 17:27:46 UTC (rev 280564)
@@ -1,30 +0,0 @@
-# $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')

Copied: fcitx-configtool/repos/community-x86_64/PKGBUILD (from rev 280563, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 17:27:46 UTC (rev 280564)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-configtool
+pkgver=0.4.10
+pkgrel=3
+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=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list