Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
fcitx5-chewing


Commits:
ec72c862 by Felix Yan at 2024-04-26T16:28:21+00:00
upgpkg: 5.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
 pkgbase = fcitx5-chewing
        pkgdesc = Chewing Wrapper for Fcitx5
-       pkgver = 5.1.1
+       pkgver = 5.1.2
        pkgrel = 1
        url = https://github.com/fcitx/fcitx5-chewing
        arch = x86_64
        license = GPL
+       makedepends = git
        makedepends = extra-cmake-modules
        makedepends = ninja
        depends = fcitx5
        depends = libchewing
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.1.1.tar.xz
-       source = 
https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.1.1.tar.xz.sig
+       source = 
git+https://github.com/fcitx/fcitx5-chewing.git#tag=5.1.2?signed
        validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
-       sha512sums = 
48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553
-       sha512sums = SKIP
+       sha512sums = 
bca5f36d8ee5f6f8067b9021f8be78ef268f7f221788005345ab90760021cc2297e8c5993473c8827b2f1c8bc7be6073a5dffb5c6e6bf735b97a91ae60ab0e7a
 
 pkgname = fcitx5-chewing


=====================================
PKGBUILD
=====================================
@@ -2,27 +2,30 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5-chewing
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Chewing Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-chewing";
 license=('GPL')
 depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
-sha512sums=('48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553'
-            'SKIP')
+makedepends=('git' 'extra-cmake-modules' 'ninja')
+source=("git+https://github.com/fcitx/fcitx5-chewing.git#tag=$pkgver?signed";)
+sha512sums=('bca5f36d8ee5f6f8067b9021f8be78ef268f7f221788005345ab90760021cc2297e8c5993473c8827b2f1c8bc7be6073a5dffb5c6e6bf735b97a91ae60ab0e7a')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 
<wen...@gmail.com>
 
-build(){
-  cd $pkgname-$pkgver
-
+build() {
+  cd $pkgname
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   ninja
 }
 
+check() {
+  cd $pkgname
+  ninja test
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   DESTDIR="$pkgdir" ninja install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-chewing/-/commit/ec72c8624169a82640831a71d739a327e110e0a1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-chewing/-/commit/ec72c8624169a82640831a71d739a327e110e0a1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to