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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 07:45:21 UTC 2013


    Date: Monday, July 1, 2013 @ 09:45:21
  Author: fyan
Revision: 93293

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

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

-----------------------------------------------+
 community-testing-i686/PKGBUILD               |   33 ++++++++++++++++++++++++
 community-testing-i686/fcitx-hangul.install   |   11 ++++++++
 community-testing-x86_64/PKGBUILD             |   33 ++++++++++++++++++++++++
 community-testing-x86_64/fcitx-hangul.install |   11 ++++++++
 4 files changed, 88 insertions(+)

Copied: fcitx-hangul/repos/community-testing-i686/PKGBUILD (from rev 93292, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 07:45:21 UTC (rev 93293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-hangul
+pkgver=0.3.0
+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://download.fcitx-im.org/$pkgname/$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
+}
+
+sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074')

Copied: fcitx-hangul/repos/community-testing-i686/fcitx-hangul.install (from rev 93292, fcitx-hangul/trunk/fcitx-hangul.install)
===================================================================
--- community-testing-i686/fcitx-hangul.install	                        (rev 0)
+++ community-testing-i686/fcitx-hangul.install	2013-07-01 07:45:21 UTC (rev 93293)
@@ -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
+}

Copied: fcitx-hangul/repos/community-testing-x86_64/PKGBUILD (from rev 93292, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 07:45:21 UTC (rev 93293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-hangul
+pkgver=0.3.0
+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://download.fcitx-im.org/$pkgname/$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
+}
+
+sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074')

Copied: fcitx-hangul/repos/community-testing-x86_64/fcitx-hangul.install (from rev 93292, fcitx-hangul/trunk/fcitx-hangul.install)
===================================================================
--- community-testing-x86_64/fcitx-hangul.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-hangul.install	2013-07-01 07:45:21 UTC (rev 93293)
@@ -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