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

Felix Yan fyan at archlinux.org
Fri Dec 18 05:38:28 UTC 2015


    Date: Friday, December 18, 2015 @ 06:38:28
  Author: fyan
Revision: 153631

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

Added:
  kcm-fcitx/repos/community-i686/PKGBUILD
    (from rev 153630, kcm-fcitx/trunk/PKGBUILD)
  kcm-fcitx/repos/community-x86_64/PKGBUILD
    (from rev 153630, 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-12-18 05:37:45 UTC (rev 153630)
+++ community-i686/PKGBUILD	2015-12-18 05:38:28 UTC (rev 153631)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.5.2
-pkgrel=2
-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=('9418001ad92ada2e7c48c426b24b6babebb3e41510c9ff2aac01e25f84f79cd02a3e413267a31feb677beca51070a4ca55f5d64bd103ddd9ab7853f207370882')
-
-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 153630, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-18 05:38:28 UTC (rev 153631)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.3
+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=('19d172cbf1d2a13f289b64b67488ddc5ba83a9d26503438045271c85df3775715614951652dc6f8da52a3b9d692d6e2138a760fc51d1e7f0f8bb0bd467265496')
+
+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-12-18 05:37:45 UTC (rev 153630)
+++ community-x86_64/PKGBUILD	2015-12-18 05:38:28 UTC (rev 153631)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=kcm-fcitx
-pkgver=0.5.2
-pkgrel=2
-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=('9418001ad92ada2e7c48c426b24b6babebb3e41510c9ff2aac01e25f84f79cd02a3e413267a31feb677beca51070a4ca55f5d64bd103ddd9ab7853f207370882')
-
-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 153630, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-18 05:38:28 UTC (rev 153631)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.3
+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=('19d172cbf1d2a13f289b64b67488ddc5ba83a9d26503438045271c85df3775715614951652dc6f8da52a3b9d692d6e2138a760fc51d1e7f0f8bb0bd467265496')
+
+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