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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:38:01 UTC 2020


    Date: Monday, May 25, 2020 @ 13:38:00
  Author: felixonmars
Revision: 634309

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:37:43 UTC (rev 634308)
+++ PKGBUILD	2020-05-25 13:38:00 UTC (rev 634309)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 634308, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:38:00 UTC (rev 634309)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.7
+pkgrel=3
+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