summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjinzhongjia2023-09-28 02:43:16 +0800
committerjinzhongjia2023-09-28 02:43:16 +0800
commit147f26eac7c731ac697ef4db80429ac3bd16d5f7 (patch)
tree4c5d197eb09e03efe35a87750f7faf0852c27db6
downloadaur-147f26eac7c731ac697ef4db80429ac3bd16d5f7.tar.gz
simple fcitx theme
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
-rw-r--r--simple-theme.tar.gzbin0 -> 2790 bytes
3 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..722744fad247
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,10 @@
+pkgbase = simple-fcitx5-theme
+ pkgdesc = Fcitx5 theme based on Nord color
+ pkgver = 0.0.0.
+ pkgrel = 1
+ arch = any
+ license =
+ source = simple-theme.tar.gz
+ sha256sums = 9984326249cbd4cc8dfc71cafe344caf13d0eeee685732b3bff28238af22d2cf
+
+pkgname = simple-fcitx5-theme
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b6a2e72995c9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: jinzhongjia <mail@nvimer.org>
+pkgname=simple-fcitx5-theme
+pkgver=0.0.0.
+pkgrel=1
+url=''
+license=('custom')
+pkgdesc='Fcitx5 theme based on Nord color'
+arch=('any')
+license=('')
+conflicts=()
+provides=()
+replaces=()
+source=('simple-theme.tar.gz')
+sha256sums=('9984326249cbd4cc8dfc71cafe344caf13d0eeee685732b3bff28238af22d2cf')
+
+package() {
+ cd simple-theme
+ install -dm755 "$pkgdir"/usr/share/fcitx5/themes/
+ cp -r Simple-dark Simple-white "$pkgdir"/usr/share/fcitx5/themes/
+}
diff --git a/simple-theme.tar.gz b/simple-theme.tar.gz
new file mode 100644
index 000000000000..428308722039
--- /dev/null
+++ b/simple-theme.tar.gz
Binary files differ