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

Felix Yan fyan at nymeria.archlinux.org
Sat Jan 26 06:35:47 UTC 2013


    Date: Saturday, January 26, 2013 @ 07:35:46
  Author: fyan
Revision: 82954

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 06:33:25 UTC (rev 82953)
+++ community-i686/PKGBUILD	2013-01-26 06:35:46 UTC (rev 82954)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.4.1
-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.6' 'kdebase-runtime')
-makedepends=('cmake' 'intltool' 'automoc4')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1a2a9802edf6df79d3883c362ba487f0')
-
-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
-}

Copied: kcm-fcitx/repos/community-i686/PKGBUILD (from rev 82953, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 06:35:46 UTC (rev 82954)
@@ -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=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')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 06:33:25 UTC (rev 82953)
+++ community-x86_64/PKGBUILD	2013-01-26 06:35:46 UTC (rev 82954)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.4.1
-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.6' 'kdebase-runtime')
-makedepends=('cmake' 'intltool' 'automoc4')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1a2a9802edf6df79d3883c362ba487f0')
-
-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
-}

Copied: kcm-fcitx/repos/community-x86_64/PKGBUILD (from rev 82953, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 06:35:46 UTC (rev 82954)
@@ -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=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')




More information about the arch-commits mailing list