[arch-commits] Commit in fcitx-hangul/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Sat Jan 26 07:04:20 UTC 2013


    Date: Saturday, January 26, 2013 @ 08:04:20
  Author: fyan
Revision: 82968

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

Added:
  fcitx-hangul/repos/community-i686/PKGBUILD
    (from rev 82967, fcitx-hangul/trunk/PKGBUILD)
  fcitx-hangul/repos/community-i686/fcitx-hangul.install
    (from rev 82967, fcitx-hangul/trunk/fcitx-hangul.install)
  fcitx-hangul/repos/community-x86_64/PKGBUILD
    (from rev 82967, fcitx-hangul/trunk/PKGBUILD)
  fcitx-hangul/repos/community-x86_64/fcitx-hangul.install
    (from rev 82967, fcitx-hangul/trunk/fcitx-hangul.install)
Deleted:
  fcitx-hangul/repos/community-i686/PKGBUILD
  fcitx-hangul/repos/community-i686/fcitx-hangul.install
  fcitx-hangul/repos/community-x86_64/PKGBUILD
  fcitx-hangul/repos/community-x86_64/fcitx-hangul.install

---------------------------------------+
 community-i686/PKGBUILD               |   67 +++++++++++++++-----------------
 community-i686/fcitx-hangul.install   |   22 +++++-----
 community-x86_64/PKGBUILD             |   67 +++++++++++++++-----------------
 community-x86_64/fcitx-hangul.install |   22 +++++-----
 4 files changed, 88 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 07:02:46 UTC (rev 82967)
+++ community-i686/PKGBUILD	2013-01-26 07:04:20 UTC (rev 82968)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-hangul
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Hangul (Korean) support for fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL2')
-depends=('fcitx>=4.2.3' 'libhangul')
-makedepends=('cmake' 'intltool')
-install=$pkgname.install
-source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-
-    msg "Starting make..."
-
-    rm -rf build
-    mkdir build
-    cd build
-
-    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-    make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver/build"
-   make DESTDIR="$pkgdir" install
-}
-
-md5sums=('168b51487797879cf41ed6f6d086694a')

Copied: fcitx-hangul/repos/community-i686/PKGBUILD (from rev 82967, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 07:04:20 UTC (rev 82968)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-hangul
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Hangul (Korean) support for fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL2')
+depends=('fcitx>=4.2.7' 'libhangul')
+makedepends=('cmake' 'intltool')
+install=$pkgname.install
+source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+
+    msg "Starting make..."
+
+    mkdir -p build
+    cd build
+
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+    make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" install
+}
+
+md5sums=('d3dac52b1a1697a4f8256e383c889216')

Deleted: community-i686/fcitx-hangul.install
===================================================================
--- community-i686/fcitx-hangul.install	2013-01-26 07:02:46 UTC (rev 82967)
+++ community-i686/fcitx-hangul.install	2013-01-26 07:04:20 UTC (rev 82968)
@@ -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-hangul/repos/community-i686/fcitx-hangul.install (from rev 82967, fcitx-hangul/trunk/fcitx-hangul.install)
===================================================================
--- community-i686/fcitx-hangul.install	                        (rev 0)
+++ community-i686/fcitx-hangul.install	2013-01-26 07:04:20 UTC (rev 82968)
@@ -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-01-26 07:02:46 UTC (rev 82967)
+++ community-x86_64/PKGBUILD	2013-01-26 07:04:20 UTC (rev 82968)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-hangul
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Hangul (Korean) support for fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL2')
-depends=('fcitx>=4.2.3' 'libhangul')
-makedepends=('cmake' 'intltool')
-install=$pkgname.install
-source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-
-    msg "Starting make..."
-
-    rm -rf build
-    mkdir build
-    cd build
-
-    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-    make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver/build"
-   make DESTDIR="$pkgdir" install
-}
-
-md5sums=('168b51487797879cf41ed6f6d086694a')

Copied: fcitx-hangul/repos/community-x86_64/PKGBUILD (from rev 82967, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 07:04:20 UTC (rev 82968)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-hangul
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Hangul (Korean) support for fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx/"
+license=('GPL2')
+depends=('fcitx>=4.2.7' 'libhangul')
+makedepends=('cmake' 'intltool')
+install=$pkgname.install
+source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+
+    msg "Starting make..."
+
+    mkdir -p build
+    cd build
+
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+    make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver/build"
+   make DESTDIR="$pkgdir" install
+}
+
+md5sums=('d3dac52b1a1697a4f8256e383c889216')

Deleted: community-x86_64/fcitx-hangul.install
===================================================================
--- community-x86_64/fcitx-hangul.install	2013-01-26 07:02:46 UTC (rev 82967)
+++ community-x86_64/fcitx-hangul.install	2013-01-26 07:04:20 UTC (rev 82968)
@@ -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-hangul/repos/community-x86_64/fcitx-hangul.install (from rev 82967, fcitx-hangul/trunk/fcitx-hangul.install)
===================================================================
--- community-x86_64/fcitx-hangul.install	                        (rev 0)
+++ community-x86_64/fcitx-hangul.install	2013-01-26 07:04:20 UTC (rev 82968)
@@ -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