summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCoelacanthus2020-06-19 10:34:48 +0800
committerCoelacanthus2020-06-19 10:34:48 +0800
commita499febe7816b85830fefc8a39e6f90960be3910 (patch)
tree430d8bd854718d94ae767572206c6586d1b9c363 /PKGBUILD
parent055b31c5413e61ad390e8614be6789fbe51f27ac (diff)
downloadaur-a499febe7816b85830fefc8a39e6f90960be3910.tar.gz
change pkgname
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6f980b1c4a7..c6a2ab0ed5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Coelacanthus <liuhongwu2003@outlook.com>
-pkgname=fcitx5-adwaita-dark
+pkgname=fcitx5-skin-adwaita-dark
+_pkgname=fcitx5-adwaita-dark
pkgver=0.0.0.20200618
_commit=8c1ed01b020672e26891cba4d9e426afef2b7436
pkgrel=1
@@ -8,12 +9,12 @@ pkgdesc="An Fcitx5 dark theme mimics GNOME Adwaita-dark"
arch=('any')
url="https://github.com/escape0707/fcitx5-adwaita-dark"
license=('AGPL3')
-source=("https://github.com/escape0707/fcitx5-adwaita-dark/archive/$_commit/$pkgname-$_commit.tar.gz")
+source=("https://github.com/escape0707/fcitx5-adwaita-dark/archive/$_commit/$_pkgname-$_commit.tar.gz")
sha512sums=('62a2590a631bf8aa4531a59bd887c45e529fa50db5c7a79302b19d782ffe859e3bee26b9390face69d93cb4199e7b8a01fddbb08460fd310c549d3c9045466a9')
package() {
_variant_name=adwaita-dark
- cd $pkgname-$_commit
+ cd $_pkgname-$_commit
install -Dm644 highlight.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
install -Dm644 no_highlight.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/no_highlight.png
install -Dm644 panel.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png