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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:21:27 UTC 2020


    Date: Monday, May 25, 2020 @ 13:21:26
  Author: felixonmars
Revision: 634267

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:21:08 UTC (rev 634266)
+++ PKGBUILD	2020-05-25 13:21:26 UTC (rev 634267)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: fcitx-configtool/repos/community-x86_64/PKGBUILD (from rev 634266, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:21:26 UTC (rev 634267)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-configtool
+pkgver=0.4.10
+pkgrel=4
+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