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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:23:20 UTC 2018


    Date: Monday, January 8, 2018 @ 17:23:18
  Author: eschwartz
Revision: 280562

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 17:22:55 UTC (rev 280561)
+++ PKGBUILD	2018-01-08 17:23:18 UTC (rev 280562)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-unikey
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx-unikey"
-license=('GPL')
-depends=('fcitx')
-optdepends=('fcitx-qt5: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt5')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 280561, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 17:23:18 UTC (rev 280562)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-unikey"
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt5: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt5')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list