Date: Sunday, April 23, 2023 @ 17:06:28
  Author: felixonmars
Revision: 1448411

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-23 17:06:19 UTC (rev 1448410)
+++ PKGBUILD    2023-04-23 17:06:28 UTC (rev 1448411)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=fcitx5-nord
-pkgver=0.0.0.20210116
-_commit=28ada26f4e926a741d8645cb8fa9d9d8ab3a3b70
-pkgrel=1
-pkgdesc="Fcitx5 theme based on Nord color"
-arch=('any')
-url="https://github.com/tonyfettes/fcitx5-nord";
-license=('MIT')
-conflicts=('fcitx5-nord-dark')
-provides=('fcitx5-nord-dark')
-replaces=('fcitx5-nord-dark')
-source=("https://github.com/tonyfettes/fcitx5-nord/archive/$_commit/$pkgname-$_commit.tar.gz";)
-sha512sums=('b785c66fea3ceac356649286ccf5ed21e356bc3a70f374d12b167ee228055b8848996cd625380c4db0022341d2bb8c873e69387b4b69229f1d4e6b6c950d7837')
-
-package() {
-  cd fcitx5-nord-$_commit
-  install -dm755 "$pkgdir"/usr/share/fcitx5/themes/
-  cp -r Nord-Dark Nord-Light "$pkgdir"/usr/share/fcitx5/themes/
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: fcitx5-nord/repos/community-any/PKGBUILD (from rev 1448410, 
fcitx5-nord/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-23 17:06:28 UTC (rev 1448411)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx5-nord
+pkgver=0.0.0.20210727
+_commit=bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1
+pkgrel=1
+pkgdesc="Fcitx5 theme based on Nord color"
+arch=('any')
+url="https://github.com/tonyfettes/fcitx5-nord";
+license=('MIT')
+conflicts=('fcitx5-nord-dark')
+provides=('fcitx5-nord-dark')
+replaces=('fcitx5-nord-dark')
+source=("https://github.com/tonyfettes/fcitx5-nord/archive/$_commit/$pkgname-$_commit.tar.gz";)
+sha512sums=('c67d8ba53c9ce12b935140f6124e75c38a71221d94ea02ce6cf2ace69185b3c0ca541f03bed48a6bc970f1b7c23b7a60ec3ebdba376e92e1c7a640fbf74dda84')
+
+package() {
+  cd fcitx5-nord-$_commit
+  install -dm755 "$pkgdir"/usr/share/fcitx5/themes/
+  cp -r Nord-Dark Nord-Light "$pkgdir"/usr/share/fcitx5/themes/
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to