[arch-commits] Commit in fcitx-kkc/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Apr 27 17:04:42 UTC 2016
Date: Wednesday, April 27, 2016 @ 19:04:42
Author: fyan
Revision: 172093
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-kkc/repos/community-i686/PKGBUILD
(from rev 172092, fcitx-kkc/trunk/PKGBUILD)
fcitx-kkc/repos/community-x86_64/PKGBUILD
(from rev 172092, fcitx-kkc/trunk/PKGBUILD)
Deleted:
fcitx-kkc/repos/community-i686/PKGBUILD
fcitx-kkc/repos/community-i686/fcitx-kkc.install
fcitx-kkc/repos/community-x86_64/PKGBUILD
fcitx-kkc/repos/community-x86_64/fcitx-kkc.install
------------------------------------+
/PKGBUILD | 56 +++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 ------------------
community-i686/fcitx-kkc.install | 11 ------
community-x86_64/PKGBUILD | 29 ------------------
community-x86_64/fcitx-kkc.install | 11 ------
5 files changed, 56 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 17:03:52 UTC (rev 172092)
+++ community-i686/PKGBUILD 2016-04-27 17:04:42 UTC (rev 172093)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="Fcitx Wrapper for libkkc"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-kkc"
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-
-build(){
- cd ${pkgname}-${pkgver}
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')
Copied: fcitx-kkc/repos/community-i686/PKGBUILD (from rev 172092, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 17:04:42 UTC (rev 172093)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+
+build(){
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')
Deleted: community-i686/fcitx-kkc.install
===================================================================
--- community-i686/fcitx-kkc.install 2016-04-27 17:03:52 UTC (rev 172092)
+++ community-i686/fcitx-kkc.install 2016-04-27 17:04:42 UTC (rev 172093)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-27 17:03:52 UTC (rev 172092)
+++ community-x86_64/PKGBUILD 2016-04-27 17:04:42 UTC (rev 172093)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="Fcitx Wrapper for libkkc"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-kkc"
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-
-build(){
- cd ${pkgname}-${pkgver}
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')
Copied: fcitx-kkc/repos/community-x86_64/PKGBUILD (from rev 172092, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 17:04:42 UTC (rev 172093)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+
+build(){
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')
Deleted: community-x86_64/fcitx-kkc.install
===================================================================
--- community-x86_64/fcitx-kkc.install 2016-04-27 17:03:52 UTC (rev 172092)
+++ community-x86_64/fcitx-kkc.install 2016-04-27 17:04:42 UTC (rev 172093)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list