[arch-commits] Commit in kcm-fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 30 16:26:01 UTC 2020
Date: Saturday, May 30, 2020 @ 16:26:00
Author: felixonmars
Revision: 637458
archrelease: copy trunk to community-x86_64
Added:
kcm-fcitx5/repos/community-x86_64/PKGBUILD
(from rev 637457, kcm-fcitx5/trunk/PKGBUILD)
Deleted:
kcm-fcitx5/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-30 16:25:50 UTC (rev 637457)
+++ PKGBUILD 2020-05-30 16:26:00 UTC (rev 637458)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=kcm-fcitx5
-pkgver=0.0.0.20200528
-_commit=c51d4bf6872b3acd6f9f75238d1f7cf3c5f142e4
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/kcm-fcitx5"
-license=('GPL')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
-optdepends=('kdeclarative: for KCM support'
- 'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
-source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz")
-sha512sums=('910d22790aeab93d76861fed8836a6bf9c6a0f08212c2c3cf55924f717778121825a1740206d7061a0d9f5511b403516e72242aa9054fb88b56220da4799a2e3')
-
-build(){
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
- make
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 637457, kcm-fcitx5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-30 16:26:00 UTC (rev 637458)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=kcm-fcitx5
+pkgver=0.0.0.20200530
+_commit=291bb20a6c92f2c40a38b4da185ae95407f3e748
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5"
+license=('GPL')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+ 'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz")
+sha512sums=('61ad3ec70103b981f9fa10ff4c46bf9ac96d21eb88fd0a9d129b9f69d345610d20aca97a7996e15cfc30e04e9a4418866c05ea48018ea52bded7bf61e05e68a3')
+
+build(){
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+ make
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list