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

Felix Yan fyan at nymeria.archlinux.org
Sat Mar 2 02:59:40 UTC 2013


    Date: Saturday, March 2, 2013 @ 03:59:40
  Author: fyan
Revision: 85498

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

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

---------------------------+
 community-i686/PKGBUILD   |   60 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   60 ++++++++++++++++++++++----------------------
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-02 02:58:03 UTC (rev 85497)
+++ community-i686/PKGBUILD	2013-03-02 02:59:40 UTC (rev 85498)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.4.2
-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-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  mkdir -p build
-  cd build
-    
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('3c45e7109bec4b6fa984f952fb94002d')

Copied: kcm-fcitx/repos/community-i686/PKGBUILD (from rev 85497, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-02 02:59:40 UTC (rev 85498)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.4.2
+pkgrel=2
+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://fcitx.googlecode.com/files/${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
+}
+md5sums=('3c45e7109bec4b6fa984f952fb94002d')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-02 02:58:03 UTC (rev 85497)
+++ community-x86_64/PKGBUILD	2013-03-02 02:59:40 UTC (rev 85498)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.4.2
-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-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  mkdir -p build
-  cd build
-    
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('3c45e7109bec4b6fa984f952fb94002d')

Copied: kcm-fcitx/repos/community-x86_64/PKGBUILD (from rev 85497, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-02 02:59:40 UTC (rev 85498)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.4.2
+pkgrel=2
+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://fcitx.googlecode.com/files/${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
+}
+md5sums=('3c45e7109bec4b6fa984f952fb94002d')




More information about the arch-commits mailing list