[arch-commits] Commit in fcitx-kkc/repos (8 files)
Felix Yan
fyan at archlinux.org
Tue May 26 03:41:29 UTC 2015
Date: Tuesday, May 26, 2015 @ 05:41:29
Author: fyan
Revision: 134116
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-kkc/repos/community-i686/PKGBUILD
(from rev 134115, fcitx-kkc/trunk/PKGBUILD)
fcitx-kkc/repos/community-i686/fcitx-kkc.install
(from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
fcitx-kkc/repos/community-x86_64/PKGBUILD
(from rev 134115, fcitx-kkc/trunk/PKGBUILD)
fcitx-kkc/repos/community-x86_64/fcitx-kkc.install
(from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
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 | 58 +++++++++++++++++++++++++++++++++++
/fcitx-kkc.install | 22 +++++++++++++
community-i686/PKGBUILD | 29 -----------------
community-i686/fcitx-kkc.install | 11 ------
community-x86_64/PKGBUILD | 29 -----------------
community-x86_64/fcitx-kkc.install | 11 ------
6 files changed, 80 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-05-26 03:41:00 UTC (rev 134115)
+++ community-i686/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.1
-pkgrel=1
-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=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')
Copied: fcitx-kkc/repos/community-i686/PKGBUILD (from rev 134115, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=1
+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')
Deleted: community-i686/fcitx-kkc.install
===================================================================
--- community-i686/fcitx-kkc.install 2015-05-26 03:41:00 UTC (rev 134115)
+++ community-i686/fcitx-kkc.install 2015-05-26 03:41:29 UTC (rev 134116)
@@ -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
-}
Copied: fcitx-kkc/repos/community-i686/fcitx-kkc.install (from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-i686/fcitx-kkc.install (rev 0)
+++ community-i686/fcitx-kkc.install 2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,11 @@
+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 2015-05-26 03:41:00 UTC (rev 134115)
+++ community-x86_64/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.1
-pkgrel=1
-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=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')
Copied: fcitx-kkc/repos/community-x86_64/PKGBUILD (from rev 134115, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=1
+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')
Deleted: community-x86_64/fcitx-kkc.install
===================================================================
--- community-x86_64/fcitx-kkc.install 2015-05-26 03:41:00 UTC (rev 134115)
+++ community-x86_64/fcitx-kkc.install 2015-05-26 03:41:29 UTC (rev 134116)
@@ -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
-}
Copied: fcitx-kkc/repos/community-x86_64/fcitx-kkc.install (from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-x86_64/fcitx-kkc.install (rev 0)
+++ community-x86_64/fcitx-kkc.install 2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,11 @@
+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