summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4f7f1803f177
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = rstudio-fcitx5
+ pkgdesc = Rstudio plugin for using Fcitx5
+ pkgver = 2021.09.0.351
+ pkgrel = 1
+ url = https://github.com/fcitx/fcitx5-qt
+ arch = x86_64
+ license = LGPL
+ depends = rstudio-desktop-bin
+ depends = fcitx5-qt
+ source = https://github.com/francistw/fcitx5-rstudio/raw/main/libfcitx5platforminputcontextplugin.so
+ sha256sums = 8073ba7e2ab48749d26fed4540b9e98b682f92daf9d49bb0c30d3857bffb72d3
+
+pkgname = rstudio-fcitx5
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9cc4b56a4eac
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Francis C.
+pkgname=rstudio-fcitx5
+pkgver=2021.09.0.351
+pkgrel=1
+pkgdesc='Rstudio plugin for using Fcitx5'
+arch=('x86_64')
+url='https://github.com/fcitx/fcitx5-qt'
+license=('LGPL')
+depends=('rstudio-desktop-bin' 'fcitx5-qt')
+source=("https://github.com/francistw/fcitx5-rstudio/raw/main/libfcitx5platforminputcontextplugin.so")
+sha256sums=(8073ba7e2ab48749d26fed4540b9e98b682f92daf9d49bb0c30d3857bffb72d3)
+
+package() {
+ install -D "${srcdir}/libfcitx5platforminputcontextplugin.so" "${pkgdir}/usr/lib/rstudio/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so"
+}