[arch-commits] Commit in kcm-fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 7 06:13:18 UTC 2020


    Date: Thursday, May 7, 2020 @ 06:13:17
  Author: felixonmars
Revision: 625272

archrelease: copy trunk to community-x86_64

Added:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD
    (from rev 625271, 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-07 06:13:00 UTC (rev 625271)
+++ PKGBUILD	2020-05-07 06:13:17 UTC (rev 625272)
@@ -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.20200428
-_commit=1d346908896134444eddbc55bf4cfb956cda2cb2
-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=('694bad7390456a3756ac7fef4c57ba085e49620716c7f8af5cb2a6350a28a9fed08dc335a2b47ac2add76d6bc30c0d72d63c41c87e0d706b0165d425da816c3a')
-
-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 625271, kcm-fcitx5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 06:13:17 UTC (rev 625272)
@@ -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.20200507
+_commit=8230ca71f65005736cfb0fa67f4028c1e04004ad
+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=('fd2cf465c4d9b3104129806d520984ff7c8f33f46dc9bd50fc06d33830f03bcff62d178c91ffcc74aebdd83e08acbfd1f19a6ed379f0a00be756547448740fa5')
+
+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