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

Felix Yan fyan at archlinux.org
Wed Apr 27 17:01:10 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:01:09
  Author: fyan
Revision: 172091

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

Added:
  fcitx-hangul/repos/community-i686/PKGBUILD
    (from rev 172090, fcitx-hangul/trunk/PKGBUILD)
  fcitx-hangul/repos/community-x86_64/PKGBUILD
    (from rev 172090, fcitx-hangul/trunk/PKGBUILD)
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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 17:00:16 UTC (rev 172090)
+++ community-i686/PKGBUILD	2016-04-27 17:01:09 UTC (rev 172091)
@@ -1,33 +0,0 @@
-# $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-i686/PKGBUILD (from rev 172090, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:01:09 UTC (rev 172091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-hangul
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Hangul (Korean) support for fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-hangul"
+license=('GPL2')
+depends=('fcitx' 'libhangul')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}
+

Deleted: community-i686/fcitx-hangul.install
===================================================================
--- community-i686/fcitx-hangul.install	2016-04-27 17:00:16 UTC (rev 172090)
+++ community-i686/fcitx-hangul.install	2016-04-27 17:01:09 UTC (rev 172091)
@@ -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:00:16 UTC (rev 172090)
+++ community-x86_64/PKGBUILD	2016-04-27 17:01:09 UTC (rev 172091)
@@ -1,33 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 172090, fcitx-hangul/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:01:09 UTC (rev 172091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-hangul
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Hangul (Korean) support for fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-hangul"
+license=('GPL2')
+depends=('fcitx' 'libhangul')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/fcitx-hangul.install
===================================================================
--- community-x86_64/fcitx-hangul.install	2016-04-27 17:00:16 UTC (rev 172090)
+++ community-x86_64/fcitx-hangul.install	2016-04-27 17:01:09 UTC (rev 172091)
@@ -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