summaryrefslogtreecommitdiff
path: root/community/fcitx-ui-light
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/fcitx-ui-light
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/fcitx-ui-light')
-rw-r--r--community/fcitx-ui-light/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/fcitx-ui-light/PKGBUILD b/community/fcitx-ui-light/PKGBUILD
deleted file mode 100644
index 6ffa8a1d5..000000000
--- a/community/fcitx-ui-light/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 81498 2012-12-22 12:52:08Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Author: CSSlayer <wengxt@gmail.com>
-# Contributor: Yangtse <yangtsesu@gmail.com>
-
-pkgname=fcitx-ui-light
-pkgver=0.1.3
-pkgrel=2
-pkgdesc="Light weight xlib and xft based ui for fcitx."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL2')
-depends=('fcitx>=4.1.0' 'libxpm')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-
-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
-}
-md5sums=('633e8b018da9c8f09f99567b5479cf18')