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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 07:50:25 UTC 2013


    Date: Monday, July 1, 2013 @ 09:50:25
  Author: fyan
Revision: 93295

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

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

-----------------------------------------------+
 community-testing-i686/PKGBUILD               |   31 ++++++++++++++++++++++++
 community-testing-i686/fcitx-sayura.install   |   11 ++++++++
 community-testing-x86_64/PKGBUILD             |   31 ++++++++++++++++++++++++
 community-testing-x86_64/fcitx-sayura.install |   11 ++++++++
 4 files changed, 84 insertions(+)

Copied: fcitx-sayura/repos/community-testing-i686/PKGBUILD (from rev 93294, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 07:50:25 UTC (rev 93295)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sayura
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Sinhala Transe IME engine for fcitx."
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sayura"
+license=('GPL')
+depends=('fcitx>=4.2.8')
+makedepends=('cmake' 'intltool')
+install=${pkgname}.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  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
+}
+
+sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')

Copied: fcitx-sayura/repos/community-testing-i686/fcitx-sayura.install (from rev 93294, fcitx-sayura/trunk/fcitx-sayura.install)
===================================================================
--- community-testing-i686/fcitx-sayura.install	                        (rev 0)
+++ community-testing-i686/fcitx-sayura.install	2013-07-01 07:50:25 UTC (rev 93295)
@@ -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-sayura/repos/community-testing-x86_64/PKGBUILD (from rev 93294, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 07:50:25 UTC (rev 93295)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sayura
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Sinhala Transe IME engine for fcitx."
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sayura"
+license=('GPL')
+depends=('fcitx>=4.2.8')
+makedepends=('cmake' 'intltool')
+install=${pkgname}.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  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
+}
+
+sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')

Copied: fcitx-sayura/repos/community-testing-x86_64/fcitx-sayura.install (from rev 93294, fcitx-sayura/trunk/fcitx-sayura.install)
===================================================================
--- community-testing-x86_64/fcitx-sayura.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-sayura.install	2013-07-01 07:50:25 UTC (rev 93295)
@@ -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