[arch-commits] Commit in (5 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jul 1 07:48:37 UTC 2013
Date: Monday, July 1, 2013 @ 09:48:36
Author: fyan
Revision: 93294
addpkg: fcitx-sayura 0.1.1-1
Added:
fcitx-sayura/
fcitx-sayura/repos/
fcitx-sayura/trunk/
fcitx-sayura/trunk/PKGBUILD
fcitx-sayura/trunk/fcitx-sayura.install
----------------------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
fcitx-sayura.install | 11 +++++++++++
2 files changed, 42 insertions(+)
Added: fcitx-sayura/trunk/PKGBUILD
===================================================================
--- fcitx-sayura/trunk/PKGBUILD (rev 0)
+++ fcitx-sayura/trunk/PKGBUILD 2013-07-01 07:48:36 UTC (rev 93294)
@@ -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')
Property changes on: fcitx-sayura/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: fcitx-sayura/trunk/fcitx-sayura.install
===================================================================
--- fcitx-sayura/trunk/fcitx-sayura.install (rev 0)
+++ fcitx-sayura/trunk/fcitx-sayura.install 2013-07-01 07:48:36 UTC (rev 93294)
@@ -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