summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2022-11-28 16:07:57 +0800
committerAllen Zhong2022-11-28 16:08:13 +0800
commit9586ebcd05f2288f3022d60c76ccf14b5eebdea1 (patch)
tree3c6c4d7cd0600e8fba00324f58294d8434d3390b
parent9d1e1b938dba0b951d9a39d29ca55c1ea746736b (diff)
downloadaur-9586ebcd05f2288f3022d60c76ccf14b5eebdea1.tar.gz
fix icon in gnome, this time it should works
* thanks @lanthora in #archlinux-cn group for help
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9a62e7bde0..3f08df4e69cd 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 = 2
+ pkgrel = 3
url = https://www.feishu.cn/
install = feishu-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 697e9c06ebe0..bbcb4dca0dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=5.18.11
#_pkgrel=24
_pkgtyp=stable
_pkghash=9d89b152d581
-pkgrel=2
+pkgrel=3
pkgdesc="Linux client of Feishu (Lark) from Bytedance."
arch=('x86_64')
url="https://www.feishu.cn/"
@@ -29,11 +29,10 @@ package(){
ln -s bytedance-feishu-${_pkgtyp} usr/bin/feishu
sed -i "s/bytedance-feishu-${_pkgtyp}/feishu/g" "${pkgdir}/usr/share/applications/bytedance-feishu.desktop"
- 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-${_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/menu/bytedance-feishu.menu"
sed -i 's/bytedance-feishu/feishu/g' "${pkgdir}/usr/share/appdata/bytedance-feishu.appdata.xml"