[arch-commits] Commit in kcm-fcitx/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 09:56:11 UTC 2013


    Date: Monday, July 1, 2013 @ 11:56:10
  Author: fyan
Revision: 93311

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

Added:
  kcm-fcitx/repos/community-testing-i686/
  kcm-fcitx/repos/community-testing-i686/PKGBUILD
    (from rev 93310, kcm-fcitx/trunk/PKGBUILD)
  kcm-fcitx/repos/community-testing-x86_64/
  kcm-fcitx/repos/community-testing-x86_64/PKGBUILD
    (from rev 93310, kcm-fcitx/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kcm-fcitx/repos/community-testing-i686/PKGBUILD (from rev 93310, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 09:56:10 UTC (rev 93311)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+    
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')

Copied: kcm-fcitx/repos/community-testing-x86_64/PKGBUILD (from rev 93310, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 09:56:10 UTC (rev 93311)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+    
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')




More information about the arch-commits mailing list