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

Felix Yan fyan at archlinux.org
Fri Sep 4 03:17:52 UTC 2015


    Date: Friday, September 4, 2015 @ 05:17:52
  Author: fyan
Revision: 139178

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-04 03:17:25 UTC (rev 139177)
+++ community-i686/PKGBUILD	2015-09-04 03:17:52 UTC (rev 139178)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/kcm-fcitx"
-license=('GPL')
-depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
-makedepends=('extra-cmake-modules')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('219b962c4b6f1763b389dc20d22a671d960a884f5c3f0faddbd4919b61dd6d93e600cbf440b15bc42f63cb383ed5ca65e657fa835c520196c8bd9d64a160baa3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-    
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx/repos/community-i686/PKGBUILD (from rev 139177, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-04 03:17:52 UTC (rev 139178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx"
+license=('GPL')
+depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('66145f4d77209803e09fb28182f62a40d3c92f38ad3b8acda93c5799aeed11327e4ff061a42be0e77cc45ba684e87fed652725ded2481702dfa3a1bbe214dfc6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+    
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-09-04 03:17:25 UTC (rev 139177)
+++ community-x86_64/PKGBUILD	2015-09-04 03:17:52 UTC (rev 139178)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/kcm-fcitx"
-license=('GPL')
-depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
-makedepends=('extra-cmake-modules')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('219b962c4b6f1763b389dc20d22a671d960a884f5c3f0faddbd4919b61dd6d93e600cbf440b15bc42f63cb383ed5ca65e657fa835c520196c8bd9d64a160baa3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-    
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx/repos/community-x86_64/PKGBUILD (from rev 139177, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-04 03:17:52 UTC (rev 139178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx"
+license=('GPL')
+depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('66145f4d77209803e09fb28182f62a40d3c92f38ad3b8acda93c5799aeed11327e4ff061a42be0e77cc45ba684e87fed652725ded2481702dfa3a1bbe214dfc6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+    
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list