[arch-commits] Commit in kcm-fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 27 09:30:19 UTC 2020
Date: Monday, July 27, 2020 @ 09:30:18
Author: felixonmars
Revision: 665426
archrelease: copy trunk to community-x86_64
Added:
kcm-fcitx5/repos/community-x86_64/PKGBUILD
(from rev 665425, kcm-fcitx5/trunk/PKGBUILD)
Deleted:
kcm-fcitx5/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-27 09:30:06 UTC (rev 665425)
+++ PKGBUILD 2020-07-27 09:30:18 UTC (rev 665426)
@@ -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.20200722
-_commit=7d075ef4b58e988cd606b1a2004cdcbc1a0e56d2
-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=('8d5d46c086792a19cfd5dcc598698318e616f45b370b459fa3c034d99b80c98807cc7a59833a4546af7705ace8e268d1bcce79d29c1197ba28de683f40639f1f')
-
-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 665425, kcm-fcitx5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-27 09:30:18 UTC (rev 665426)
@@ -0,0 +1,31 @@
+# $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.20200722
+_commit=7d075ef4b58e988cd606b1a2004cdcbc1a0e56d2
+pkgrel=2
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5"
+license=('GPL')
+provides=('fcitx5-config-qt')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+ 'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz")
+sha512sums=('8d5d46c086792a19cfd5dcc598698318e616f45b370b459fa3c034d99b80c98807cc7a59833a4546af7705ace8e268d1bcce79d29c1197ba28de683f40639f1f')
+
+build(){
+ cd $pkgname-$_commit
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+ ninja
+}
+
+package() {
+ cd $pkgname-$_commit
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list