[arch-commits] Commit in fcitx-unikey/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Sep 15 06:27:49 UTC 2017


    Date: Friday, September 15, 2017 @ 06:27:48
  Author: felixonmars
Revision: 257601

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 06:27:10 UTC (rev 257600)
+++ community-i686/PKGBUILD	2017-09-15 06:27:48 UTC (rev 257601)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-unikey
-pkgver=0.2.5
-pkgrel=3
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt4')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 257600, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 06:27:48 UTC (rev 257601)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('18efb387387c29bb059e1260bfb3c91e97f9989aedbe590596f1ad8659e9fad20777f048f20fb24e0fb5e2318eee1c25fc20a2d57ac846368c4c9bebf4eb2b90')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 06:27:10 UTC (rev 257600)
+++ community-x86_64/PKGBUILD	2017-09-15 06:27:48 UTC (rev 257601)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-unikey
-pkgver=0.2.5
-pkgrel=3
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt4')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 257600, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 06:27:48 UTC (rev 257601)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('18efb387387c29bb059e1260bfb3c91e97f9989aedbe590596f1ad8659e9fad20777f048f20fb24e0fb5e2318eee1c25fc20a2d57ac846368c4c9bebf4eb2b90')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list