[arch-commits] Commit in fcitx-libpinyin/repos (8 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun Mar 24 12:45:01 UTC 2013
Date: Sunday, March 24, 2013 @ 13:45:01
Author: fyan
Revision: 86913
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
fcitx-libpinyin/repos/community-i686/PKGBUILD
fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
fcitx-libpinyin/repos/community-x86_64/PKGBUILD
fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
------------------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++
/fcitx-libpinyin.install | 22 +++++++++
community-i686/PKGBUILD | 34 --------------
community-i686/fcitx-libpinyin.install | 11 ----
community-x86_64/PKGBUILD | 34 --------------
community-x86_64/fcitx-libpinyin.install | 11 ----
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin"
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=$pkgname.install
-
-build() {
- cd "$srcdir/${pkgname}-${pkgver}"
-
- rm -rf build
- mkdir build
- cd build
-
- msg "Starting make..."
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package() {
- cd "$srcdir/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('b19526c18102d8c240f2933d21bbbc81')
Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=("https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz")
+install=$pkgname.install
+
+build() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ msg "Starting make..."
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')
Deleted: community-i686/fcitx-libpinyin.install
===================================================================
--- community-i686/fcitx-libpinyin.install 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-i686/fcitx-libpinyin.install 2013-03-24 12:45:01 UTC (rev 86913)
@@ -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-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===================================================================
--- community-i686/fcitx-libpinyin.install (rev 0)
+++ community-i686/fcitx-libpinyin.install 2013-03-24 12:45:01 UTC (rev 86913)
@@ -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 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-x86_64/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin"
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=$pkgname.install
-
-build() {
- cd "$srcdir/${pkgname}-${pkgver}"
-
- rm -rf build
- mkdir build
- cd build
-
- msg "Starting make..."
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package() {
- cd "$srcdir/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('b19526c18102d8c240f2933d21bbbc81')
Copied: fcitx-libpinyin/repos/community-x86_64/PKGBUILD (from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=("https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz")
+install=$pkgname.install
+
+build() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ msg "Starting make..."
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')
Deleted: community-x86_64/fcitx-libpinyin.install
===================================================================
--- community-x86_64/fcitx-libpinyin.install 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-x86_64/fcitx-libpinyin.install 2013-03-24 12:45:01 UTC (rev 86913)
@@ -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-libpinyin/repos/community-x86_64/fcitx-libpinyin.install (from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===================================================================
--- community-x86_64/fcitx-libpinyin.install (rev 0)
+++ community-x86_64/fcitx-libpinyin.install 2013-03-24 12:45:01 UTC (rev 86913)
@@ -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