[arch-commits] Commit in fcitx-rime/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Apr 27 17:07:28 UTC 2016
Date: Wednesday, April 27, 2016 @ 19:07:28
Author: fyan
Revision: 172097
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-rime/repos/community-i686/PKGBUILD
(from rev 172096, fcitx-rime/trunk/PKGBUILD)
fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 172096, fcitx-rime/trunk/PKGBUILD)
Deleted:
fcitx-rime/repos/community-i686/PKGBUILD
fcitx-rime/repos/community-i686/fcitx-rime.install
fcitx-rime/repos/community-x86_64/PKGBUILD
fcitx-rime/repos/community-x86_64/fcitx-rime.install
-------------------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 -----------------
community-i686/fcitx-rime.install | 11 ------
community-x86_64/PKGBUILD | 29 -----------------
community-x86_64/fcitx-rime.install | 11 ------
5 files changed, 56 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 17:06:24 UTC (rev 172096)
+++ community-i686/PKGBUILD 2016-04-27 17:07:28 UTC (rev 172097)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx' "librime" "brise")
-makedepends=('cmake')
-install=fcitx-rime.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-
-build() {
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 172096, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 17:07:28 UTC (rev 172097)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
Deleted: community-i686/fcitx-rime.install
===================================================================
--- community-i686/fcitx-rime.install 2016-04-27 17:06:24 UTC (rev 172096)
+++ community-i686/fcitx-rime.install 2016-04-27 17:07:28 UTC (rev 172097)
@@ -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:06:24 UTC (rev 172096)
+++ community-x86_64/PKGBUILD 2016-04-27 17:07:28 UTC (rev 172097)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx' "librime" "brise")
-makedepends=('cmake')
-install=fcitx-rime.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-
-build() {
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
Copied: fcitx-rime/repos/community-x86_64/PKGBUILD (from rev 172096, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 17:07:28 UTC (rev 172097)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
Deleted: community-x86_64/fcitx-rime.install
===================================================================
--- community-x86_64/fcitx-rime.install 2016-04-27 17:06:24 UTC (rev 172096)
+++ community-x86_64/fcitx-rime.install 2016-04-27 17:07:28 UTC (rev 172097)
@@ -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