[arch-commits] Commit in fcitx5-nord-dark/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 29 16:34:18 UTC 2020


    Date: Tuesday, December 29, 2020 @ 16:34:17
  Author: felixonmars
Revision: 797902

archrelease: copy trunk to community-any

Added:
  fcitx5-nord-dark/repos/community-any/
  fcitx5-nord-dark/repos/community-any/PKGBUILD
    (from rev 797897, fcitx5-nord-dark/trunk/PKGBUILD)

----------+
 PKGBUILD |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

Copied: fcitx5-nord-dark/repos/community-any/PKGBUILD (from rev 797897, fcitx5-nord-dark/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-12-29 16:34:17 UTC (rev 797902)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx5-nord-dark
+pkgver=0.0.0.20201102
+_commit=1a17b62062813ddbce1e1988b79cf20acb30b3aa
+pkgrel=1
+pkgdesc="Material color theme for fcitx5"
+arch=('any')
+url="https://github.com/tonyfettes/fcitx5-nord-dark"
+license=('GPL')
+source=("https://github.com/tonyfettes/fcitx5-nord-dark/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('01509e08d5df4cea34df082c95c49e90d0a3a1f35b69e07843e5961b992c74c09fe462c426ba069939714d991afbab07555ae258970970e0d951ebdf8412f40c')
+
+package() {
+  cd fcitx5-nord-dark-$_commit
+  install -Dm644 *.png *.conf -t "$pkgdir"/usr/share/fcitx5/themes/Nord-Dark/
+}



More information about the arch-commits mailing list