summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2022-11-23 12:21:31 +0800
committerAllen Zhong2022-11-23 12:21:31 +0800
commit9d1e1b938dba0b951d9a39d29ca55c1ea746736b (patch)
tree6dee1c223b8a70d3d8d9b7149033388dbabffac2
parentc58780f2356e6c001a2ef4ac6024f0b111b51f8c (diff)
downloadaur-9d1e1b938dba0b951d9a39d29ca55c1ea746736b.tar.gz
try to fix icon in gnome
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69699cccc7a..6b9a62e7bde0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = feishu-bin
pkgdesc = Linux client of Feishu (Lark) from Bytedance.
pkgver = 5.18.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.feishu.cn/
install = feishu-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9a50cb44380b..697e9c06ebe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=5.18.11
#_pkgrel=24
_pkgtyp=stable
_pkghash=9d89b152d581
-pkgrel=1
+pkgrel=2
pkgdesc="Linux client of Feishu (Lark) from Bytedance."
arch=('x86_64')
url="https://www.feishu.cn/"
@@ -32,7 +32,8 @@ package(){
sed -i "s/bytedance-feishu/feishu/g" "${pkgdir}/usr/share/applications/bytedance-feishu.desktop"
sed -i 's/StartupNotify=true/StartupNotify=true\nStartupWMClass=feishu/g' "${pkgdir}/usr/share/applications/bytedance-feishu.desktop"
- sed -i "s/bytedance-feishu/feishu/g" "${pkgdir}/usr/share/menu/bytedance-feishu.menu"
+ sed -i "s/bytedance-feishu-${_pkgtyp}/feishu/g" "${pkgdir}/usr/share/menu/bytedance-feishu.menu"
+ #sed -i "s/bytedance-feishu/feishu/g" "${pkgdir}/usr/share/menu/bytedance-feishu.menu"
sed -i 's/bytedance-feishu/feishu/g' "${pkgdir}/usr/share/appdata/bytedance-feishu.appdata.xml"