[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue Jul 1 06:41:50 UTC 2014
Date: Tuesday, July 1, 2014 @ 08:41:50
Author: fyan
Revision: 113840
upgpkg: fcitx-ui-light 0.1.3-3
mtree rebuild
Modified:
fcitx-ui-light/trunk/PKGBUILD
----------+
PKGBUILD | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 06:41:09 UTC (rev 113839)
+++ PKGBUILD 2014-07-01 06:41:50 UTC (rev 113840)
@@ -5,7 +5,7 @@
pkgname=fcitx-ui-light
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Light weight xlib and xft based ui for fcitx."
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx"
@@ -14,20 +14,20 @@
makedepends=('cmake' 'intltool')
source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-build(){
- cd "$srcdir/${pkgname}-${pkgver}"
+build() {
+ cd "$srcdir/${pkgname}-${pkgver}"
- rm -rf build
- mkdir build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- 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
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
}
+
md5sums=('633e8b018da9c8f09f99567b5479cf18')
More information about the arch-commits
mailing list