[arch-commits] Commit in fcitx5-material-color/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 15 16:40:10 UTC 2020
Date: Wednesday, April 15, 2020 @ 16:40:09
Author: felixonmars
Revision: 614932
archrelease: copy trunk to community-any
Added:
fcitx5-material-color/repos/community-any/PKGBUILD
(from rev 614931, fcitx5-material-color/trunk/PKGBUILD)
Deleted:
fcitx5-material-color/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 16:39:51 UTC (rev 614931)
+++ PKGBUILD 2020-04-15 16:40:09 UTC (rev 614932)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx5-material-color
-pkgver=0.0.0.20200405
-_commit=9210f113db3a5995fdef087cb500b23f8cd9a4e9
-pkgrel=1
-pkgdesc="Material color theme for fcitx5"
-arch=('any')
-url="https://github.com/hosxy/Fcitx5-Material-Color"
-license=('GPL')
-source=("https://github.com/hosxy/Fcitx5-Material-Color/archive/$_commit/$pkgname-$_commit.tar.gz")
-sha512sums=('459def3269b01ff0f9850af42d37c828183e37336ade2847594d4cb4e4b382fa18e0dfd2325e2c86a40bb1988783b7541384bff1257716135eaf92a5b47c55ca')
-
-package() {
- cd Fcitx5-Material-Color-$_commit
- install -Dm644 arrow.png radio.png -t "$pkgdir"/usr/share/$pkgname/
- for _variant in blue brown deepPurple indigo pink red teal; do
- _variant_name=Material-Color-${_variant^}
- install -Dm644 highlight-$_variant.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
- install -Dm644 panel-$_variant.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png
- ln -s ../../../$pkgname/arrow.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
- ln -s ../../../$pkgname/radio.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
- install -Dm644 theme.conf -t "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
- sed -i "s/^Name=.*/Name=$_variant_name/" "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/theme.conf
- done
-}
Copied: fcitx5-material-color/repos/community-any/PKGBUILD (from rev 614931, fcitx5-material-color/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 16:40:09 UTC (rev 614932)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx5-material-color
+pkgver=0.0.0.20200410
+_commit=0fb2ef1f7a8a7d7591e2d83222d9d8ab3ed4f774
+pkgrel=1
+pkgdesc="Material color theme for fcitx5"
+arch=('any')
+url="https://github.com/hosxy/Fcitx5-Material-Color"
+license=('GPL')
+source=("https://github.com/hosxy/Fcitx5-Material-Color/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('03f3d1ecc22487a6e563b75bf017284e02a911275b8efc3d7d9d994bd1023ea21ce97f6d51de89d7f6e33f745509ee283312462cae431cd5f62992cf91527370')
+
+package() {
+ cd Fcitx5-Material-Color-$_commit
+ install -Dm644 arrow.png radio.png -t "$pkgdir"/usr/share/$pkgname/
+ for _variant in blue brown deepPurple indigo pink red teal; do
+ _variant_name=Material-Color-${_variant^}
+ install -Dm644 highlight-$_variant.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
+ install -Dm644 panel-$_variant.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png
+ ln -s ../../../$pkgname/arrow.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+ ln -s ../../../$pkgname/radio.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+ install -Dm644 theme.conf -t "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/
+ sed -i "s/^Name=.*/Name=$_variant_name/" "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/theme.conf
+ done
+}
More information about the arch-commits
mailing list