[arch-commits] Commit in kcm-fcitx/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Feb 9 02:38:31 UTC 2017
Date: Thursday, February 9, 2017 @ 02:38:31
Author: felixonmars
Revision: 211333
archrelease: copy trunk to community-i686, community-x86_64
Added:
kcm-fcitx/repos/community-i686/PKGBUILD
(from rev 211332, kcm-fcitx/trunk/PKGBUILD)
kcm-fcitx/repos/community-x86_64/PKGBUILD
(from rev 211332, 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 2017-02-09 02:36:18 UTC (rev 211332)
+++ community-i686/PKGBUILD 2017-02-09 02:38:31 UTC (rev 211333)
@@ -1,35 +0,0 @@
-# $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
-}
Copied: kcm-fcitx/repos/community-i686/PKGBUILD (from rev 211332, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-09 02:38:31 UTC (rev 211333)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.4
+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' 'python')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('349fe50303e027f44b53d954c088e441450aad07dac3a1162a5dcf9c445ca9d04bd3c36475c17dab91ed2df9c3c71031d7582e39b85ad0465a816f7fc24ac0bd')
+
+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 2017-02-09 02:36:18 UTC (rev 211332)
+++ community-x86_64/PKGBUILD 2017-02-09 02:38:31 UTC (rev 211333)
@@ -1,35 +0,0 @@
-# $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
-}
Copied: kcm-fcitx/repos/community-x86_64/PKGBUILD (from rev 211332, kcm-fcitx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-02-09 02:38:31 UTC (rev 211333)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=kcm-fcitx
+pkgver=0.5.4
+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' 'python')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('349fe50303e027f44b53d954c088e441450aad07dac3a1162a5dcf9c445ca9d04bd3c36475c17dab91ed2df9c3c71031d7582e39b85ad0465a816f7fc24ac0bd')
+
+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